Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143284 - gnome-extra/hal-device-manager-0.5-r1.ebuild attempts to use a variable inside single quotes
Summary: gnome-extra/hal-device-manager-0.5-r1.ebuild attempts to use a variable insid...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords: QAbaddie
Depends on:
Blocks:
 
Reported: 2006-08-08 21:46 UTC by Nathan Caldwell
Modified: 2006-09-07 02:40 UTC (History)
2 users (show)

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


Attachments
gnome-extra/hal-device-manager-0.5-r2.ebuild (hal-device-manager-0.5-r1.ebuild,1.05 KB, text/plain)
2006-08-08 21:50 UTC, Nathan Caldwell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Caldwell 2006-08-08 21:46:51 UTC
Here's what you get if you try to emerge hal-device-manager-0.5-r1:

emerge hal-device-manager
Calculating dependencies... done!

>>> Emerging (1 of 1) gnome-extra/hal-device-manager-0.5-r1 to /
 * checking ebuild checksums ;-) ...                                      [ ok ] * checking auxfile checksums ;-) ...                                     [ ok ] * checking miscfile checksums ;-) ...                                    [ ok ]
!!! ERROR: gnome-extra/hal-device-manager-0.5-r1 failed.
Call stack:
  ebuild.sh, line 1559:   Called dyn_setup
  ebuild.sh, line 666:   Called pkg_setup
  hal-device-manager-0.5-r1.ebuild, line 24:   Called built_with_use '>=sys-apps/hal-${PV}-r1' 'python'
  eutils.eclass, line 1592:   Called die

!!! Unable to determine what USE flags  was built with
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Nathan Caldwell 2006-08-08 21:50:42 UTC
Created attachment 93818 [details]
gnome-extra/hal-device-manager-0.5-r2.ebuild

Here's an updated ebuild that changes
        if ! built_with_use '>=sys-apps/hal-${PV}-r1' 'python' ; then
to
        if ! built_with_use ">=sys-apps/hal-${PV}-r1" 'python' ; then
Comment 2 Maciej Blizinski 2006-09-03 09:58:40 UTC
It's been almost a month. Can you please fix the quotes?
Comment 3 Fab 2006-09-05 01:51:58 UTC
Great : emerge -e world fails because of this. Please fix it.
Comment 4 Steev Klimaszewski (RETIRED) gentoo-dev 2006-09-05 09:36:37 UTC
Fixed in cvs.
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2006-09-05 16:08:31 UTC
Relax people.. geez.. remove it from your world.. All this package does is symlink 1 file to /usr/bin... Not something super critical.

It got lost in the bug clutter while I was moving.
Comment 6 Fab 2006-09-07 02:40:44 UTC
oh, I'm relax...

I didn't know the existence of this bug.
I ran emerge -e world on the evening, and on next morning, the process was stopped.
So I fix it myself, but I could not guess it in advance.
I just lost time :)