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

Bug 238720

Summary: x11-misc/notification-daemon-0.3.7 compile failure looking for dbus-binding-tool
Product: Gentoo Linux Reporter: Robert Grieve <sonofthejedi>
Component: Current packagesAssignee: Saleem Abdulrasool (RETIRED) <compnerd>
Status: RESOLVED NEEDINFO    
Severity: major CC: pacho
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
Stack trace

Description Robert Grieve 2008-09-26 07:46:18 UTC
On trying to emerge this package with 2008.0 set of deps, i have never been able to. This is after i have emerged everything else from a stage3. Due to the portage issues of dropping packages which have unsatisfied deps i am unable to emerge lots of application packages such as mozilla-firefox etc.

As i only have links2 for a browser the rest of all is in attached files.

Reproducible: Always

Steps to Reproduce:
1.emerge =x11-misc/notification-daemon-0.3.7
2.
3.

Actual Results:  
Compile fails while generating notificationdaemon-dbus-glue.h with make error 127

Expected Results:  
The package should merge.

Since this is simple makefile-containing-a-not-found-command case, i wonder if really there is no dbus-binding-tool and the makefile needs to use the new equivilent functionality somehow. Anyway i'm struggling to emerge many apps without this.
Comment 1 Robert Grieve 2008-09-26 07:48:42 UTC
Created attachment 166455 [details]
emerge --info
Comment 2 Robert Grieve 2008-09-26 07:50:10 UTC
Created attachment 166457 [details]
Stack trace

Posted the offending make commands incase nyone can find a replacement. My system does not contain any such.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-26 15:12:42 UTC
Please post a complete build log too.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-09-27 17:54:12 UTC
should this fall under the freedesktop herd btw ?
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2008-12-23 17:05:25 UTC
At a loss how you managed to make this error occur. dbus-binding-tool exists in /usr/bin and is installed by dev-libs/dbus-glib, which is properly in DEPEND in the notification-daemon ebuild.

So either your PATH doesn't include /usr/bin or you don't have dbus-glib installed and have instead marked it as an injected package.

Please attach the output of equery list dbus-glib and equery files dbus-glib as well as ls -la /etc/portage/*