Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103547 - imlib2 fails to emerge
Summary: imlib2 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 21:06 UTC by Chris Smith
Modified: 2005-08-24 10:38 UTC (History)
1 user (show)

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 Chris Smith 2005-08-23 21:06:50 UTC
cannot emerge imlib2

Reproducible: Always
Steps to Reproduce:
1.emerge imlib2
2.
3.

Actual Results:  
>>> Unpacking imlib2-1.2.1.004.tar.gz to /var/tmp/portage/imlib2-1.2.1.004/work
 * Applying imlib2-PIC.patch ...                                               
                       [ ok ]
>>> Source unpacked.
env: ./autogen.sh: No such file or directory
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).

!!! ERROR: media-libs/imlib2-1.2.1.004 failed.
!!! Function enlightenment_die, Line 94, Exitcode 0
!!! autogen failed


Expected Results:  
succesful emerge

same error with previous version
Comment 1 EzInKy 2005-08-24 00:10:03 UTC
From the INSTALL file in work directory:

"COMPILING and INSTALLING:

If you got a official release tar archive do:
    ./configure
    
( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
    
Then to compile:
    make

To install (run this as root, or the user who handles installs):
    make install

NOTE: You MUST make install Imlib2 for it to run properly."

It seems autogen.sh doesn't exist...

imlib2-1.2.1.004 # ls -A | grep sh
install-sh
ltmain.sh

...but ./configure works...

imlib2-1.2.1.004 # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc

...and so does make.




Comment 2 Cedric Godin 2005-08-24 06:41:05 UTC
same problem on my sparc station with dev-libs/eet that I can't rebuild (it was
emerged before). it's detected with ECVS as snap but with EURI as release so i
replaced ECVS by EURI at line 107 in the eclass. That did it but as i'm not a
ebuild maintener it is certainly not the definitive patch ;-)
maybe a " case ${EURI_STATE:-${ECVS_STATE}} " ?
Comment 3 Chris Smith 2005-08-24 08:00:22 UTC
I ran across the problem on another system. On my system it was already 
installed, but I can not re-emerge it. Nor can can I emerge the previous 
version. 
Seems to be that something changed outside of imlib2 itself, maybe in one of 
the ebuild classes used. 
Comment 4 SpanKY gentoo-dev 2005-08-24 10:38:32 UTC
your sync is outdated, this has been fixed already