Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 155486

Summary: enlightenment.eclass doesn't pass WANT_AUTO* to ./autogen.sh
Product: Gentoo Linux Reporter: bware <bWare>
Component: EclassesAssignee: SpanKY <vapier>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***