Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155486 - enlightenment.eclass doesn't pass WANT_AUTO* to ./autogen.sh
Summary: enlightenment.eclass doesn't pass WANT_AUTO* to ./autogen.sh
Status: RESOLVED DUPLICATE of bug 153629
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 08:00 UTC by bware
Modified: 2006-11-26 06:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bware 2006-11-17 08:00:50 UTC
I am not not sure if this is meant to be in env (or anywhere else for that matter), but changing:

env \
                        PATH="${T}:${PATH}" \
                        NOCONFIGURE=yes \
                        USER=blah \
                        ./autogen.sh \
                        || enlightenment_die "autogen failed"

to

env \
                        WANT_AUTOCONF="${WANT_AUTOCONF}" \
                        WANT_AUTOMAKE="${WANT_AUTOMAKE}" \
                        PATH="${T}:${PATH}" \
                        NOCONFIGURE=yes \
                        USER=blah \
                        ./autogen.sh \
                        || enlightenment_die "autogen failed"

works.

This is relevant as you now have to use E17_WANT_AUTOMAKE=1.9 in e_modules-9999.ebuild for most of them to build.
Comment 1 Nils Larsson 2006-11-20 09:29:29 UTC
(In reply to comment #0)
> This is relevant as you now have to use E17_WANT_AUTOMAKE=1.9 in
> e_modules-9999.ebuild for most of them to build.

the e_modules-9999.ebuild is soooo broken it's hardly worth fiddlig with it. 

See 
http://gentoo-wiki.com/HOWTO_emerge_e17#e_modules_Replacement_Script
for other/better ways of gett'in the modules.

Comment 2 SpanKY gentoo-dev 2006-11-26 06:30:43 UTC

*** This bug has been marked as a duplicate of 153629 ***