Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528860 - [gnome-overlay] dev-libs/glib-9999: /bin/sh: ./gdbus-2.0/codegen/gdbus-codegen.in: Permission denied
Summary: [gnome-overlay] dev-libs/glib-9999: /bin/sh: ./gdbus-2.0/codegen/gdbus-codege...
Status: RESOLVED OBSOLETE
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: 2014-11-10 18:03 UTC by Kobboi
Modified: 2020-12-05 16:31 UTC (History)
0 users

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


Attachments
build.log (build.log,151.69 KB, text/plain)
2014-11-10 18:04 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2014-11-10 18:03:33 UTC
UNINSTALLED_GLIB_SRCDIR=.. \
	UNINSTALLED_GLIB_BUILDDIR=.. \
	 ./gdbus-2.0/codegen/gdbus-codegen.in \
	--interface-prefix org. \
	--generate-c-code gdbus-daemon-generated \
	--c-namespace _G \
	./dbus-daemon.xml \
	
UNINSTALLED_GLIB_SRCDIR=.. \
	UNINSTALLED_GLIB_BUILDDIR=.. \
	 ./gdbus-2.0/codegen/gdbus-codegen.in \
	--interface-prefix org. \
	--generate-c-code gdbus-daemon-generated \
	--c-namespace _G \
	./dbus-daemon.xml \
	
/bin/sh: ./gdbus-2.0/codegen/gdbus-codegen.in: Permission denied
/bin/sh: ./gdbus-2.0/codegen/gdbus-codegen.in: Permission denied
Makefile:4455: recipe for target 'gdbus-daemon-generated.h' failed
make[2]: *** [gdbus-daemon-generated.h] Error 126
make[2]: *** Waiting for unfinished jobs....
Makefile:4455: recipe for target 'gdbus-daemon-generated.c' failed
make[2]: *** [gdbus-daemon-generated.c] Error 126
make[2]: Leaving directory '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999/gio'
Makefile:1202: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999'
Makefile:841: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: dev-libs/glib-9999::gnome failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/glib-9999::gnome'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/glib-9999::gnome'`.
 * The complete build log is located at '/var/tmp/portage/dev-libs/glib-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/glib-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999'
 * S: '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999'


Reproducible: Always
Comment 1 Kobboi 2014-11-10 18:04:10 UTC
Created attachment 389032 [details]
build.log
Comment 2 myopetz 2016-06-23 16:50:38 UTC
I met the exact same error. Here is the log:

UNINSTALLED_GLIB_SRCDIR=.. \
        UNINSTALLED_GLIB_BUILDDIR=.. \
         ./gdbus-2.0/codegen/gdbus-codegen.in \
        --interface-prefix org. \
        --generate-c-code gdbus-daemon-generated \
        --c-namespace _G \
        ./dbus-daemon.xml \

UNINSTALLED_GLIB_SRCDIR=.. \
        UNINSTALLED_GLIB_BUILDDIR=.. \
         ./gdbus-2.0/codegen/gdbus-codegen.in \
        --interface-prefix org. \
        --generate-c-code gdbus-daemon-generated \
        --c-namespace _G \
        ./dbus-daemon.xml \

dtrace -C -h -s gio_probes.d -o gio_probes.h.tmp
env CC="/bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I../glib -I../glib -I.. -I../gmodule -DG_ENABLE_DEBUG -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/lib64/gio/modules\" -pthread -O2 -march=native -g" CFLAGS="-O2 -march=native -g" dtrace -G -s gio_probes.d -o gio_probes.lo
/bin/sh: ./gdbus-2.0/codegen/gdbus-codegen.in: Permission denied
make[2]: *** [Makefile:4724: gdbus-daemon-generated.c] Error 126
make[2]: *** Waiting for unfinished jobs....
/bin/sh: ./gdbus-2.0/codegen/gdbus-codegen.in: Permission denied
make[2]: *** [Makefile:4724: gdbus-daemon-generated.h] Error 126
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=GLib-GIO -I.. -I../glib -I../glib -I.. -I../gmodule -DG_ENABLE_DEBUG -DGIO_COMPILATION -DGIO_MODULE_DIR=/usr/lib64/gio/modules -pthread -O2 -march=native -g -g -O2 -march=native -g -fPIC -I. -I/usr/include -c /var/tmp/portage/dev-libs/glib-9999/temp/tmp1gkw52o_.c  -fPIC -DPIC -o .libs/gio_probes.o
make[2]: Leaving directory '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999/gio'
make[1]: *** [Makefile:1207: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-libs/glib-9999/work/glib-9999'
make: *** [Makefile:847: all] Error 2
 * ERROR: dev-libs/glib-9999::gnome failed (compile phase):
 *   emake failed

I checked the file gdbus-codegen.in and it indeed does not have execution permission.