Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436508 - dev-libs/glib-2.34.0 USE="-doc -test" - make[4]: Entering directory `/var/tmp/portage/dev-libs/glib-2.34.0/work/glib-2.34.0/gio/tests' --- /bin/sh: line 1: gdbus-codegen: command not found
Summary: dev-libs/glib-2.34.0 USE="-doc -test" - make[4]: Entering directory `/var/tmp...
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:
 
Reported: 2012-09-28 14:50 UTC by Jeff Kowalczyk
Modified: 2012-09-28 18:55 UTC (History)
0 users

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


Attachments
build.log (build.log,51.89 KB, text/plain)
2012-09-28 14:51 UTC, Jeff Kowalczyk
Details
emerge --info (emerge-info.txt,5.63 KB, text/plain)
2012-09-28 14:51 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2012-09-28 14:50:44 UTC
CCLD     gresource
make[4]: Leaving directory `/var/tmp/portage/dev-libs/glib-2.34.0/work/glib-2.34.0/gio'
Making all in tests
make[4]: Entering directory `/var/tmp/portage/dev-libs/glib-2.34.0/work/glib-2.34.0/gio/tests'
  GEN      gdbus-test-codegen-generated.h
  GEN      gdbus-test-codegen-generated.c
/bin/sh: line 1: gdbus-codegen: command not found
/bin/sh: line 1: gdbus-codegen: command not found


Reproducible: Always
Comment 1 Jeff Kowalczyk 2012-09-28 14:51:12 UTC
Created attachment 325224 [details]
build.log
Comment 2 Jeff Kowalczyk 2012-09-28 14:51:26 UTC
Created attachment 325226 [details]
emerge --info
Comment 3 Jeff Kowalczyk 2012-09-28 14:53:03 UTC
It seems the issue may be a missing dependency on gdbus-codegen:

$ sudo emerge gdbus-codegen -pv
[ebuild  N     ] dev-util/gdbus-codegen-2.32.4  PYTHON_TARGETS="python2_7 python3_2 -python2_5 -python2_6 -python3_1" 0 kB
Total: 1 package (1 new), Size of downloads: 0 kB
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-09-28 18:55:04 UTC
Thanks for reporting, fixed in cvs.

>  28 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org> glib-2.34.0.ebuild:
>  Really disable building tests when USE=-test (bug #436508, thanks to Jeff
>  Kowalczyk).