On Fri, 12 Jun 2009, Ralf Wildenhues wrote:
OK, I know what's happening now, it is an issue with trailing slashes.
Luckily, there is an easy workaround: Please use
controllerdir = $(libdir)/eina/mp
instead of
controllerdir = $(libdir)/eina/mp/
in the Makefile.am. Be sure to run "make clea
OK, I know what's happening now, it is an issue with trailing slashes.
Luckily, there is an easy workaround: Please use
controllerdir = $(libdir)/eina/mp
instead of
controllerdir = $(libdir)/eina/mp/
in the Makefile.am. Be sure to run "make clean" once, so that
eina_chained_mempool.la is reb
On Fri, 12 Jun 2009, Ralf Wildenhues wrote:
* Vincent Torri wrote on Fri, Jun 12, 2009 at 08:44:59AM CEST:
* Vincent Torri wrote on Thu, Jun 11, 2009 at 11:30:14PM CEST:
test -z "/tmp/lib/eina/mp/" || /bin/mkdir -p "/tmp/lib/eina/mp/"
/bin/sh ../../../../libtool --mode=install /usr/bin/ins
Never mind, I can reproduce it with an in-tree deplib.
Working on a fix.
* Vincent Torri wrote on Fri, Jun 12, 2009 at 08:44:59AM CEST:
> >* Vincent Torri wrote on Thu, Jun 11, 2009 at 11:30:14PM CEST:
> >>test -z "/tmp/lib/eina/mp/" || /bin/mkdir -p "/tmp/lib/eina/mp/"
> >>/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
> >>eina_chained_mempool.la '
Hey,
* Vincent Torri wrote on Thu, Jun 11, 2009 at 11:30:14PM CEST:
We are experiencing a strange error problem when doing 'make
install' with automake 1.11. The error is:
test -z "/tmp/lib/eina/mp/" || /bin/mkdir -p "/tmp/lib/eina/mp/"
/bin/sh ../../../../libtool --mode=install /usr/bin/
Hello Vincent,
thanks for the bug report.
* Vincent Torri wrote on Thu, Jun 11, 2009 at 11:30:14PM CEST:
> We are experiencing a strange error problem when doing 'make
> install' with automake 1.11. The error is:
> test -z "/tmp/lib/eina/mp/" || /bin/mkdir -p "/tmp/lib/eina/mp/"
> /bin/sh ../../
Hey,
We are experiencing a strange error problem when doing 'make install' with
automake 1.11. The error is:
test -z "/tmp/lib/eina/mp/" || /bin/mkdir -p "/tmp/lib/eina/mp/"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
eina_chained_mempool.la '/tmp/lib/eina/mp/'
libtoo