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

Bug 349536

Summary: net-wireless/gnome-bluetooth-2.32.0 fails autoreconf due to missing introspection macro
Product: Gentoo Linux Reporter: Albert W. Hopkins <marduk>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: hwoarang, mobile+disabled, pda
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 339225    
Attachments: emerge --info
automake.out

Description Albert W. Hopkins 2010-12-23 22:23:04 UTC
Seems (to me) to be some kind of build-time dependency not being satisfied. I've tried installing a bunch of stuff, but nothing helps.

Incidentally gnome-bluetooth-2.30.0 compiles fine.

Debug info to follow
Comment 1 Albert W. Hopkins 2010-12-23 22:23:31 UTC
Created attachment 257898 [details]
emerge --info
Comment 2 Albert W. Hopkins 2010-12-23 22:24:02 UTC
Created attachment 257900 [details]
automake.out
Comment 3 Rafał Mużyło 2010-12-24 00:07:33 UTC
Not quite a build dependency.
GOBJECT_INTROSPECTION_CHECK macro needs to be provided for eautoreconf.
Seems bug 344227 needs refixing.
Comment 4 Pacho Ramos gentoo-dev 2010-12-24 10:40:40 UTC
(In reply to comment #3)
> Not quite a build dependency.
> GOBJECT_INTROSPECTION_CHECK macro needs to be provided for eautoreconf.
> Seems bug 344227 needs refixing.
> 

I didn't noticed this because gobject-introspection was installed on my system :-S
Comment 5 Pacho Ramos gentoo-dev 2010-12-24 10:45:15 UTC
Looks like some ebuilds are needing us to manually provide introspection.m4, maybe one option would be to make a revbump for gnome-base/gnome-common including that one, what does the rest of gnome team think?
Comment 6 Pacho Ramos gentoo-dev 2010-12-31 19:20:47 UTC
+  31 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild:
+  Fix eautoreconf when gobject-introspection is not installed (bug #349536 by
+  Albert W. Hopkins).
Comment 7 Albert W. Hopkins 2010-12-31 19:29:06 UTC
Thank you and Happy New Year!