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

Bug 213827

Summary: app-admin/conky-1.4.9-r1 broken built_with_use check with USE=audacious and audacious-1.5.0
Product: Gentoo Linux Reporter: José Otávio Rizzatti Ferreira <joseotaviorf>
Component: New packagesAssignee: Christian Faulhammer (RETIRED) <fauli>
Status: VERIFIED FIXED    
Severity: normal CC: dragonheart
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
die.env

Description José Otávio Rizzatti Ferreira 2008-03-18 13:19:51 UTC
If one tries to emerge conky-1.4.9-r1 after upgrading audacious to version 1.5.0, the emerge will fail, complaining audacious-1.5.0 doesn't have the 'dbus' USE flag on.

[ebuild   R   ] media-sound/audacious-1.5.0  USE="nls sse2 (-altivec) -chardet -libsamplerate" 0 kB 
[ebuild  N    ] app-admin/conky-1.4.9-r1  USE="X audacious hddtemp rss truetype vim-syntax wifi (-bmpx) -ipv6 -mpd -nano-syntax" 0 kB 

Audacious 1.5 dropped the dbus USE flag after version 1.4.*

I'm attaching the build log.

Reproducible: Always

Steps to Reproduce:
1. emerge "=media-sound/audacious-1.5.0"
2. USE="audacious" emerge conky




apollyon ~ # emerge conky
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) app-admin/conky-1.4.9-r1 to /
 * conky-1.4.9.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                [ ok ]
 * checking auxfile checksums ;-) ...                                                                                               [ ok ]
 * checking miscfile checksums ;-) ...                                                                                              [ ok ]
 * checking conky-1.4.9.tar.bz2 ;-) ...                                                                                             [ ok ]
 * 
 * ERROR: app-admin/conky-1.4.9-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *   conky-1.4.9-r1.ebuild, line   54:  Called built_with_use 'pkg_setup' 'pkg_setup'
 *           eutils.eclass, line 1729:  Called die
 * The specific snippet of code:
 *   					die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   media-sound/audacious-1.5.0 does not actually support the dbus USE flag!
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/mnt/variable/var/tmp/portage/app-admin/conky-1.4.9-r1/temp/build.log'.
 * The ebuild environment file is located at '/mnt/variable/var/tmp/portage/app-admin/conky-1.4.9-r1/temp/die.env'.
 * 

 * Messages for package app-admin/conky-1.4.9-r1:

 * 
 * ERROR: app-admin/conky-1.4.9-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *   conky-1.4.9-r1.ebuild, line   54:  Called built_with_use 'pkg_setup' 'pkg_setup'
 *           eutils.eclass, line 1729:  Called die
 * The specific snippet of code:
 *   					die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   media-sound/audacious-1.5.0 does not actually support the dbus USE flag!
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/mnt/variable/var/tmp/portage/app-admin/conky-1.4.9-r1/temp/build.log'.
 * The ebuild environment file is located at '/mnt/variable/var/tmp/portage/app-admin/conky-1.4.9-r1/temp/die.env'.
 *
Comment 1 José Otávio Rizzatti Ferreira 2008-03-18 13:20:45 UTC
Created attachment 146480 [details]
build.log

Attached build.log
Comment 2 José Otávio Rizzatti Ferreira 2008-03-18 13:21:18 UTC
Created attachment 146482 [details]
die.env

Attached die.env
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2008-03-19 07:14:09 UTC
Thank you for reporting.

The reason is, that audacious 1.5.0 and later enable dbus always not depending on the dbus USE flag.  So the check in conky fails.  This should be fixed now, please try again and report back.
Comment 4 José Otávio Rizzatti Ferreira 2008-03-20 01:19:21 UTC
Thank you Christian. After syncing a few minutes ago, conky was able to build.
I'm closing the bug.