Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149919 - x11-wm/enlightenment-0.16.8.3 won't emerge
Summary: x11-wm/enlightenment-0.16.8.3 won't emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 22:08 UTC by Andreas Niederl
Modified: 2006-10-03 06:13 UTC (History)
0 users

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


Attachments
Just a quick patch to add the corresponding inherit line to the ebuild (add_inherit_eutils.patch,531 bytes, patch)
2006-10-03 04:42 UTC, Jürgen Geuter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Niederl 2006-10-02 22:08:02 UTC
The enlightenment-0.16.8.3.ebuild uses the built_with_use function does not include eutils in its inheritance clause.

# emerge -v enlightenment
Calculating dependencies... done!
             
>>> Emerging (1 of 1) x11-wm/enlightenment-0.16.8.3 to /
 * e16-0.16.8.3.tar.gz MD5 ;-) ...                                        [ ok ]
 * e16-0.16.8.3.tar.gz RMD160 ;-) ...                                     [ ok ]
 * e16-0.16.8.3.tar.gz SHA1 ;-) ...                                       [ ok ]
 * e16-0.16.8.3.tar.gz SHA256 ;-) ...                                     [ ok ]
 * e16-0.16.8.3.tar.gz size ;-) ...                                       [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking e16-0.16.8.3.tar.gz ;-) ...                                   [ ok ]
/usr/portage/x11-wm/enlightenment/enlightenment-0.16.8.3.ebuild: line 42: built_with_use: command not found
             
!!! ERROR: x11-wm/enlightenment-0.16.8.3 failed.
Call stack:  
  ebuild.sh, line 1562:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  enlightenment-0.16.8.3.ebuild, line 42:   Called die

!!! emerge imlib2 with USE=X
!!! If you need support, post the topmost build error, and the call stack if relevant.


Resolution: Add a line 'inherit eutils' to the beginning of the ebuild.
Comment 1 Jürgen Geuter 2006-10-03 04:42:33 UTC
Created attachment 98698 [details, diff]
Just a quick patch to add the corresponding inherit line to the ebuild

For those uncomfortable with ebuilds, I added a patch that adds the missing line to the enlightenment-0.16.8.3 ebuild.
Comment 2 SpanKY gentoo-dev 2006-10-03 06:13:13 UTC
fixed, thanks