Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512022 - dev-libs/glib-2.40.0: failed to build, because gdbus-codegen command not found
Summary: dev-libs/glib-2.40.0: failed to build, because gdbus-codegen command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.12
  Show dependency tree
 
Reported: 2014-06-01 10:27 UTC by kulti
Modified: 2014-06-01 15:16 UTC (History)
1 user (show)

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


Attachments
emerge info (emerge.info,15.22 KB, text/plain)
2014-06-01 12:47 UTC, kulti
Details
build log (build.log,486.37 KB, text/plain)
2014-06-01 12:48 UTC, kulti
Details

Note You need to log in before you can comment on or make changes to this bug.
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)
+