public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] eina from e17 overlay
@ 2009-05-31 21:09 Alan McKinnon
  2009-05-31 23:33 ` Willie Wong
  2009-06-06 18:00 ` [gentoo-user] [SOLVED] " Alan McKinnon
  0 siblings, 2 replies; 4+ messages in thread
From: Alan McKinnon @ 2009-05-31 21:09 UTC (permalink / raw
  To: gentoo-user

test -z "/usr/lib64/eina/mp/" || /bin/mkdir -p "/var/tmp/portage/dev-
libs/eina-9999/image//usr/lib64/eina/mp/"
 /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   
eina_chained_mempool.la '/var/tmp/portage/dev-
libs/eina-9999/image//usr/lib64/eina/mp/'
libtool: install: error: cannot install `eina_chained_mempool.la' to a 
directory not ending in /usr/lib64/eina/mp/
make[5]: *** [install-controllerLTLIBRARIES] Error 1

Now this makes no sense at all. Where does one start to debug this?

eina has been building just fine here for many months now, the error is brand 
new.

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] eina from e17 overlay
  2009-05-31 21:09 [gentoo-user] eina from e17 overlay Alan McKinnon
@ 2009-05-31 23:33 ` Willie Wong
  2009-06-01  6:04   ` Alan McKinnon
  2009-06-06 18:00 ` [gentoo-user] [SOLVED] " Alan McKinnon
  1 sibling, 1 reply; 4+ messages in thread
From: Willie Wong @ 2009-05-31 23:33 UTC (permalink / raw
  To: gentoo-user

On Sun, May 31, 2009 at 11:09:07PM +0200, Penguin Lover Alan McKinnon squawked:
> test -z "/usr/lib64/eina/mp/" || /bin/mkdir -p "/var/tmp/portage/dev-
> libs/eina-9999/image//usr/lib64/eina/mp/"

^^^^^^^
>  /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c   
> eina_chained_mempool.la '/var/tmp/portage/dev-
> libs/eina-9999/image//usr/lib64/eina/mp/'

^^^^^^^^
> libtool: install: error: cannot install `eina_chained_mempool.la' to a 
> directory not ending in /usr/lib64/eina/mp/
> make[5]: *** [install-controllerLTLIBRARIES] Error 1
> 
> Now this makes no sense at all. Where does one start to debug this?
> 
> eina has been building just fine here for many months now, the error is brand 
> new.
> 

Is that your mailer doing funny things, or questionable cutting and
pasting, or is there a stray new-line inserted somewhere there
shouldn't be?

Other than that I have no idea.

W
-- 
"`My doctor says that I have a malformed public-duty gland 
and a natural deficiency in moral fibre, and that I am 
therefore excused from saving Universes.'" 

- Ford's last ditch attempt to get out of helping 
Slartibartfast. 
Sortir en Pantoufles: up 905 days, 22:17



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] eina from e17 overlay
  2009-05-31 23:33 ` Willie Wong
@ 2009-06-01  6:04   ` Alan McKinnon
  0 siblings, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2009-06-01  6:04 UTC (permalink / raw
  To: gentoo-user

On Monday 01 June 2009 01:33:04 Willie Wong wrote:
> On Sun, May 31, 2009 at 11:09:07PM +0200, Penguin Lover Alan McKinnon 
squawked:
> > test -z "/usr/lib64/eina/mp/" || /bin/mkdir -p "/var/tmp/portage/dev-
> > libs/eina-9999/image//usr/lib64/eina/mp/"
>
> ^^^^^^^
>
> >  /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c
> > eina_chained_mempool.la '/var/tmp/portage/dev-
> > libs/eina-9999/image//usr/lib64/eina/mp/'
>
> ^^^^^^^^
>
> > libtool: install: error: cannot install `eina_chained_mempool.la' to a
> > directory not ending in /usr/lib64/eina/mp/
> > make[5]: *** [install-controllerLTLIBRARIES] Error 1
> >
> > Now this makes no sense at all. Where does one start to debug this?
> >
> > eina has been building just fine here for many months now, the error is
> > brand new.
>
> Is that your mailer doing funny things, or questionable cutting and
> pasting, or is there a stray new-line inserted somewhere there
> shouldn't be?

It's mailer wrapping - those two bits are all on one line in the output.

It's one of the weirdest install errors I've seen - the install is to the 
correct directory

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] [SOLVED] Re: eina from e17 overlay
  2009-05-31 21:09 [gentoo-user] eina from e17 overlay Alan McKinnon
  2009-05-31 23:33 ` Willie Wong
@ 2009-06-06 18:00 ` Alan McKinnon
  1 sibling, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2009-06-06 18:00 UTC (permalink / raw
  To: gentoo-user

On Sunday 31 May 2009 23:09:07 Alan McKinnon wrote:
> test -z "/usr/lib64/eina/mp/" || /bin/mkdir -p "/var/tmp/portage/dev-
> libs/eina-9999/image//usr/lib64/eina/mp/"
>  /bin/sh ../../../../libtool   --mode=install /usr/bin/install -c
> eina_chained_mempool.la '/var/tmp/portage/dev-
> libs/eina-9999/image//usr/lib64/eina/mp/'
> libtool: install: error: cannot install `eina_chained_mempool.la' to a
> directory not ending in /usr/lib64/eina/mp/
> make[5]: *** [install-controllerLTLIBRARIES] Error 1
>
> Now this makes no sense at all. Where does one start to debug this?
>
> eina has been building just fine here for many months now, the error is
> brand new.

Some feedback in case anyone else suffers from this:

Seems like the enlightenment eclass is doing dicky things:

export E-WANT_AUTOMAKE=1.10
emerge eina

cures/fixes/worksaround the problem

latest automake here is 1.11

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-06 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-31 21:09 [gentoo-user] eina from e17 overlay Alan McKinnon
2009-05-31 23:33 ` Willie Wong
2009-06-01  6:04   ` Alan McKinnon
2009-06-06 18:00 ` [gentoo-user] [SOLVED] " Alan McKinnon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox