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

Bug 512022

Summary: dev-libs/glib-2.40.0: failed to build, because gdbus-codegen command not found
Product: Gentoo Linux Reporter: kulti <kultihell>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: holger
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 507092    
Attachments: emerge info
build log

Description kulti 2014-06-01 10:27:29 UTC
Probably it should have gdbus-codege dependency.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-06-01 12:29:47 UTC
Please provide build.log and emerge --info output
Comment 2 kulti 2014-06-01 12:47:34 UTC
Created attachment 377996 [details]
emerge info
Comment 3 kulti 2014-06-01 12:48:48 UTC
Created attachment 377998 [details]
build log
Comment 4 Pacho Ramos gentoo-dev 2014-06-01 12:54:16 UTC
Try adding:
sed -i -e 's/ tests//' Makefile.am

at src_prepare before eautoreconf call
Comment 5 kulti 2014-06-01 13:34:18 UTC
(In reply to Pacho Ramos from comment #4)
> Try adding:
> sed -i -e 's/ tests//' Makefile.am
> 
> at src_prepare before eautoreconf call
Still failing
Comment 6 Pacho Ramos gentoo-dev 2014-06-01 14:12:11 UTC
(In reply to kulti from comment #5)
> (In reply to Pacho Ramos from comment #4)
> > Try adding:
> > sed -i -e 's/ tests//' Makefile.am
> > 
> > at src_prepare before eautoreconf call
> Still failing

try with:
sed -i -e 's/ tests//' Makefile.am gio/Makefile.am glib/Makefile.am
Comment 7 kulti 2014-06-01 15:06:22 UTC
(In reply to Pacho Ramos from comment #6)
> try with:
> sed -i -e 's/ tests//' Makefile.am gio/Makefile.am glib/Makefile.am

Yep, it's work.
Comment 8 Pacho Ramos gentoo-dev 2014-06-01 15:16:09 UTC
+  01 Jun 2014; Pacho Ramos <pacho@gentoo.org> glib-2.40.0.ebuild:
+  Don't build tests if we are not going to run them (#512022 by kulti)
+