Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 269617 Details for
Bug 363257
dev-libs/librapi2 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
librapi2-0.15.2:20110412-073515.log (text/plain), 24.58 KB, created by
Diego Elio Pettenò (RETIRED)
on 2011-04-12 07:49:05 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2011-04-12 07:49:05 UTC
Size:
24.58 KB
patch
obsolete
> * Package: dev-libs/librapi2-0.15.2 > * Repository: gentoo > * Maintainer: ssuominen@gentoo.org pda@gentoo.org > * USE: elibc_glibc kernel_linux python test userland_GNU x86 > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking librapi2-0.15.2.tar.gz to /var/tmp/portage/dev-libs/librapi2-0.15.2/work >>>> Source unpacked in /var/tmp/portage/dev-libs/librapi2-0.15.2/work >>>> Preparing source in /var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2 ... > * econf: updating librapi2-0.15.2/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating librapi2-0.15.2/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-static --disable-odccm-support --disable-hal-support --disable-udev-support --enable-python-bindings >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking build system type... i686-pc-linux-gnu >checking host system type... i686-pc-linux-gnu >checking target system type... i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of i686-pc-linux-gnu-gcc... none >checking for an ANSI C-conforming const... yes >checking for gawk... (cached) gawk >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of i686-pc-linux-gnu-gcc... (cached) none >checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether i686-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of i686-pc-linux-gnu-g++... none >checking whether ln -s works... yes >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of i686-pc-linux-gnu-gcc... (cached) none >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B >checking the name lister (/usr/bin/nm -B) interface... BSD nm >checking the maximum length of command line arguments... 1572864 >checking whether the shell understands some XSI constructs... yes >checking whether the shell understands "+="... yes >checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r >checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar >checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip >checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib >checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking whether we are using the GNU C++ compiler... (cached) yes >checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes >checking dependency style of i686-pc-linux-gnu-g++... (cached) none >checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E >checking for objdir... .libs >checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if i686-pc-linux-gnu-gcc static flag -static works... yes >checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if i686-pc-linux-gnu-g++ static flag -static works... yes >checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether make sets $(MAKE)... (cached) yes >checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld >checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking for i686-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for LIBSYNCE... yes >configure: Building without odccm support >configure: Building without hal support >configure: Building without udev support >configure: Checking to see if we can build Python bindings >checking for a Python interpreter with version >= 2.3... python >checking for python... /usr/bin/python >checking for python version... 2.7 >checking for python platform... linux2 >checking for python script directory... ${prefix}/lib/python2.7/site-packages >checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages >checking for pyrexc... pyrexc >checking for headers required to compile python extensions... found >checking pyrex version... ok >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... no >checking whether pthreads work with -Kthread... no >checking whether pthreads work with -kthread... no >checking for the pthreads library -llthread... no >checking whether pthreads work with -pthread... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >configure: creating ./config.status >config.status: creating script/synce-install-cab >config.status: creating script/synce-remove-program >config.status: creating librapi2.pc >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating src/support/Makefile >config.status: creating src/backend_ops_1/Makefile >config.status: creating src/backend_ops_2/Makefile >config.status: creating man/Makefile >config.status: creating script/Makefile >config.status: creating tests/Makefile >config.status: creating tests/CeRapiInvoke/Makefile >config.status: creating tests/CeRapiInvoke/dll/Makefile >config.status: creating tests/rapi/Makefile >config.status: creating tools/Makefile >config.status: creating tools/man/Makefile >config.status: creating python/Makefile >config.status: creating python/tests/Makefile >config.status: creating rapi_config.h >config.status: executing depfiles commands >config.status: executing libtool commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2 ... >make -j14 >make all-recursive >make[1]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2' >Making all in src >make[2]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src' >Making all in support >make[3]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/support' >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o libsupport_la-rapi_buffer.lo `test -f 'rapi_buffer.c' || echo './'`rapi_buffer.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o libsupport_la-rapi_context.lo `test -f 'rapi_context.c' || echo './'`rapi_context.c >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c rapi_context.c -fPIC -DPIC -o .libs/libsupport_la-rapi_context.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c rapi_buffer.c -fPIC -DPIC -o .libs/libsupport_la-rapi_buffer.o >/bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -pthread -Wsign-compare -Wno-long-long -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libsupport.la libsupport_la-rapi_buffer.lo libsupport_la-rapi_context.lo -lsynce >libtool: link: i686-pc-linux-gnu-ar cru .libs/libsupport.a .libs/libsupport_la-rapi_buffer.o .libs/libsupport_la-rapi_context.o >libtool: link: i686-pc-linux-gnu-ranlib .libs/libsupport.a >libtool: link: ( cd ".libs" && rm -f "libsupport.la" && ln -s "../libsupport.la" "libsupport.la" ) >make[3]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/support' >Making all in backend_ops_1 >make[3]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/backend_ops_1' >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-database.lo `test -f 'database.c' || echo './'`database.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-file_access.lo `test -f 'file_access.c' || echo './'`file_access.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-file_management.lo `test -f 'file_management.c' || echo './'`file_management.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-invoke.lo `test -f 'invoke.c' || echo './'`invoke.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-misc.lo `test -f 'misc.c' || echo './'`misc.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-password.lo `test -f 'password.c' || echo './'`password.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops1_la-registry.lo `test -f 'registry.c' || echo './'`registry.c >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c database.c -fPIC -DPIC -o .libs/librapiops1_la-database.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c file_management.c -fPIC -DPIC -o .libs/librapiops1_la-file_management.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c file_access.c -fPIC -DPIC -o .libs/librapiops1_la-file_access.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c invoke.c -fPIC -DPIC -o .libs/librapiops1_la-invoke.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c password.c -fPIC -DPIC -o .libs/librapiops1_la-password.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c misc.c -fPIC -DPIC -o .libs/librapiops1_la-misc.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c registry.c -fPIC -DPIC -o .libs/librapiops1_la-registry.o >/bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -pthread -Wsign-compare -Wno-long-long -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o librapiops1.la librapiops1_la-database.lo librapiops1_la-file_access.lo librapiops1_la-file_management.lo librapiops1_la-invoke.lo librapiops1_la-misc.lo librapiops1_la-password.lo librapiops1_la-registry.lo -lsynce >libtool: link: i686-pc-linux-gnu-ar cru .libs/librapiops1.a .libs/librapiops1_la-database.o .libs/librapiops1_la-file_access.o .libs/librapiops1_la-file_management.o .libs/librapiops1_la-invoke.o .libs/librapiops1_la-misc.o .libs/librapiops1_la-password.o .libs/librapiops1_la-registry.o >libtool: link: i686-pc-linux-gnu-ranlib .libs/librapiops1.a >libtool: link: ( cd ".libs" && rm -f "librapiops1.la" && ln -s "../librapiops1.la" "librapiops1.la" ) >make[3]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/backend_ops_1' >Making all in backend_ops_2 >make[3]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/backend_ops_2' >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-file_management2.lo `test -f 'file_management2.c' || echo './'`file_management2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-file_access2.lo `test -f 'file_access2.c' || echo './'`file_access2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-misc2.lo `test -f 'misc2.c' || echo './'`misc2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-registry2.lo `test -f 'registry2.c' || echo './'`registry2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-password2.lo `test -f 'password2.c' || echo './'`password2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-database2.lo `test -f 'database2.c' || echo './'`database2.c >/bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapiops2_la-invoke2.lo `test -f 'invoke2.c' || echo './'`invoke2.c >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c file_access2.c -fPIC -DPIC -o .libs/librapiops2_la-file_access2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c file_management2.c -fPIC -DPIC -o .libs/librapiops2_la-file_management2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c registry2.c -fPIC -DPIC -o .libs/librapiops2_la-registry2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c invoke2.c -fPIC -DPIC -o .libs/librapiops2_la-invoke2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c misc2.c -fPIC -DPIC -o .libs/librapiops2_la-misc2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c password2.c -fPIC -DPIC -o .libs/librapiops2_la-password2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c database2.c -fPIC -DPIC -o .libs/librapiops2_la-database2.o >/bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -pthread -Wsign-compare -Wno-long-long -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o librapiops2.la librapiops2_la-file_management2.lo librapiops2_la-file_access2.lo librapiops2_la-misc2.lo librapiops2_la-registry2.lo librapiops2_la-password2.lo librapiops2_la-database2.lo librapiops2_la-invoke2.lo -lsynce >libtool: link: i686-pc-linux-gnu-ar cru .libs/librapiops2.a .libs/librapiops2_la-file_management2.o .libs/librapiops2_la-file_access2.o .libs/librapiops2_la-misc2.o .libs/librapiops2_la-registry2.o .libs/librapiops2_la-password2.o .libs/librapiops2_la-database2.o .libs/librapiops2_la-invoke2.o >libtool: link: i686-pc-linux-gnu-ranlib .libs/librapiops2.a >libtool: link: ( cd ".libs" && rm -f "librapiops2.la" && ln -s "../librapiops2.la" "librapiops2.la" ) >make[3]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src/backend_ops_2' >make[3]: Entering directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src' >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-backend_ops_1.lo `test -f 'backend_ops_1.c' || echo './'`backend_ops_1.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-backend_ops_2.lo `test -f 'backend_ops_2.c' || echo './'`backend_ops_2.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-connection.lo `test -f 'connection.c' || echo './'`connection.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-window.lo `test -f 'window.c' || echo './'`window.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-rapi_api.lo `test -f 'rapi_api.c' || echo './'`rapi_api.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-misc.lo `test -f 'misc.c' || echo './'`misc.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-irapistream.lo `test -f 'irapistream.c' || echo './'`irapistream.c >/bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c -o librapi_la-rapi2_api.lo `test -f 'rapi2_api.c' || echo './'`rapi2_api.c >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c misc.c -fPIC -DPIC -o .libs/librapi_la-misc.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c connection.c -fPIC -DPIC -o .libs/librapi_la-connection.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c backend_ops_2.c -fPIC -DPIC -o .libs/librapi_la-backend_ops_2.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c backend_ops_1.c -fPIC -DPIC -o .libs/librapi_la-backend_ops_1.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c rapi_api.c -fPIC -DPIC -o .libs/librapi_la-rapi_api.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c irapistream.c -fPIC -DPIC -o .libs/librapi_la-irapistream.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c rapi2_api.c -fPIC -DPIC -o .libs/librapi_la-rapi2_api.o >libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../src/support -pthread -Wsign-compare -Wno-long-long -O2 -pipe -c window.c -fPIC -DPIC -o .libs/librapi_la-window.o >rapi2_api.c:12:28: fatal error: dbus/dbus-glib.h: No such file or directory >compilation terminated. >make[3]: *** [librapi_la-rapi2_api.lo] Error 1 >make[3]: *** Waiting for unfinished jobs.... >make[3]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2' >make: *** [all] Error 2 >emake failed > * ERROR: dev-libs/librapi2-0.15.2 failed (compile phase): > * emake failed > * > * Call stack: > * ebuild.sh, line 56: Called src_compile > * environment, line 3176: Called _eapi2_src_compile > * ebuild.sh, line 665: Called die > * The specific snippet of code: > * emake || die "emake failed" > * > * If you need support, post the output of 'emerge --info =dev-libs/librapi2-0.15.2', > * the complete build log and the output of 'emerge -pqv =dev-libs/librapi2-0.15.2'. > * The complete build log is located at '/var/log/portage/build/dev-libs/librapi2-0.15.2:20110412-073515.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-libs/librapi2-0.15.2/temp/environment'. > * S: '/var/tmp/portage/dev-libs/librapi2-0.15.2/work/librapi2-0.15.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 363257
: 269617