Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 414656 Details for
Bug 563152
media-libs/allegro-5.0.11 tries to use 64bit libs during 32bit src_configure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cmake error log file
CMakeError.log (text/plain), 21.70 KB, created by
psimonson1988
on 2015-10-15 21:17:57 UTC
(
hide
)
Description:
Cmake error log file
Filename:
MIME Type:
Creator:
psimonson1988
Created:
2015-10-15 21:17:57 UTC
Size:
21.70 KB
patch
obsolete
>Determining if the system is big endian passed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_a217c/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_a217c.dir/build.make CMakeFiles/cmTC_a217c.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_a217c.dir/TestEndianess.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -o CMakeFiles/cmTC_a217c.dir/TestEndianess.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/TestEndianess.c >Linking C executable cmTC_a217c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a217c.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_a217c.dir/TestEndianess.c.o -o cmTC_a217c -rdynamic >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' > >TestEndianess.c: >/* A 16 bit integer is required. */ >typedef unsigned short cmakeint16; > >/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN." > On a big endian machine the characters will be exchanged pairwise. */ >const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000}; > >/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN." > On a little endian machine the characters will be exchanged pairwise. */ >const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000}; > >#ifdef __CLASSIC_C__ >int main(argc, argv) int argc; char *argv[]; >#else >int main(int argc, char *argv[]) >#endif >{ > int require = 0; > require += info_little[argc]; > require += info_big[argc]; > (void)argv; > return require; >} > > >Determining if files soundcard.h exist failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_79619/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_79619.dir/build.make CMakeFiles/cmTC_79619.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_79619.dir/CheckIncludeFiles.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -o CMakeFiles/cmTC_79619.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: soundcard.h: No such file or directory > #include <soundcard.h> > ^ >compilation terminated. >CMakeFiles/cmTC_79619.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_79619.dir/CheckIncludeFiles.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_79619.dir/CheckIncludeFiles.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_79619/fast' failed >gmake: *** [cmTC_79619/fast] Error 2 > >Source: >/* */ >#include <soundcard.h> > > >int main(void){return 0;} > >Determining if files machine/soundcard.h exist failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_2dfa0/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_2dfa0.dir/build.make CMakeFiles/cmTC_2dfa0.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_2dfa0.dir/CheckIncludeFiles.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -o CMakeFiles/cmTC_2dfa0.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:31: fatal error: machine/soundcard.h: No such file or directory > #include <machine/soundcard.h> > ^ >compilation terminated. >CMakeFiles/cmTC_2dfa0.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2dfa0.dir/CheckIncludeFiles.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_2dfa0.dir/CheckIncludeFiles.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_2dfa0/fast' failed >gmake: *** [cmTC_2dfa0/fast] Error 2 > >Source: >/* */ >#include <machine/soundcard.h> > > >int main(void){return 0;} > >Determining if files libkern/OSAtomic.h exist failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_7a186/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_7a186.dir/build.make CMakeFiles/cmTC_7a186.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_7a186.dir/CheckIncludeFiles.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -o CMakeFiles/cmTC_7a186.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:30: fatal error: libkern/OSAtomic.h: No such file or directory > #include <libkern/OSAtomic.h> > ^ >compilation terminated. >CMakeFiles/cmTC_7a186.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_7a186.dir/CheckIncludeFiles.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_7a186.dir/CheckIncludeFiles.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_7a186/fast' failed >gmake: *** [cmTC_7a186/fast] Error 2 > >Source: >/* */ >#include <libkern/OSAtomic.h> > > >int main(void){return 0;} > >Determining if the function getexecname exists failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_0d61b/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_0d61b.dir/build.make CMakeFiles/cmTC_0d61b.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_0d61b.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=getexecname -o CMakeFiles/cmTC_0d61b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_0d61b >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d61b.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=getexecname -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_0d61b.dir/CheckFunctionExists.c.o -o cmTC_0d61b -rdynamic >CMakeFiles/cmTC_0d61b.dir/CheckFunctionExists.c.o: In function `main': >CheckFunctionExists.c:(.text.startup+0x19): undefined reference to `getexecname' >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_0d61b.dir/build.make:97: recipe for target 'cmTC_0d61b' failed >gmake[1]: *** [cmTC_0d61b] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_0d61b/fast' failed >gmake: *** [cmTC_0d61b/fast] Error 2 > > >Performing C SOURCE FILE Test ALLEGRO_HAVE_PROCFS_ARGCV failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_e30a9/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_e30a9.dir/build.make CMakeFiles/cmTC_e30a9.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e30a9.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DALLEGRO_HAVE_PROCFS_ARGCV -o CMakeFiles/cmTC_e30a9.dir/src.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:4:25: error: storage size of âpsinfoâ isnât known > struct prpsinfo psinfo; > ^ >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:4:25: warning: unused variable âpsinfoâ [-Wunused-variable] >CMakeFiles/cmTC_e30a9.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e30a9.dir/src.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_e30a9.dir/src.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_e30a9/fast' failed >gmake: *** [cmTC_e30a9/fast] Error 2 > >Source file was: > > #include <sys/procfs.h> > int main(void) { > struct prpsinfo psinfo; > psinfo.pr_argc = 0; > return 0; > } >Performing C SOURCE FILE Test ALLEGRO_HAVE_SV_PROCFS_H failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_e375f/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_e375f.dir/build.make CMakeFiles/cmTC_e375f.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_e375f.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DALLEGRO_HAVE_SV_PROCFS_H -o CMakeFiles/cmTC_e375f.dir/src.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c: In function âmainâ: >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:5:25: error: storage size of âpsinfoâ isnât known > struct prpsinfo psinfo; > ^ >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:6:18: error: âPIOCPSINFOâ undeclared (first use in this function) > ioctl(0, PIOCPSINFO, &psinfo); > ^ >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:6:18: note: each undeclared identifier is reported only once for each function it appears in >/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/src.c:5:25: warning: unused variable âpsinfoâ [-Wunused-variable] > struct prpsinfo psinfo; > ^ >CMakeFiles/cmTC_e375f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e375f.dir/src.c.o' failed >gmake[1]: *** [CMakeFiles/cmTC_e375f.dir/src.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_e375f/fast' failed >gmake: *** [cmTC_e375f/fast] Error 2 > >Source file was: > > #include <sys/procfs.h> > #include <sys/ioctl.h> > int main(void) { > struct prpsinfo psinfo; > ioctl(0, PIOCPSINFO, &psinfo); > return 0; > } >Determining if the pthread_create exist failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_48b81/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_48b81.dir/build.make CMakeFiles/cmTC_48b81.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_48b81.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -o CMakeFiles/cmTC_48b81.dir/CheckSymbolExists.c.o -c /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckSymbolExists.c >Linking C executable cmTC_48b81 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48b81.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_48b81.dir/CheckSymbolExists.c.o -o cmTC_48b81 -rdynamic >CMakeFiles/cmTC_48b81.dir/CheckSymbolExists.c.o: In function `main': >CheckSymbolExists.c:(.text.startup+0x7): undefined reference to `pthread_create' >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_48b81.dir/build.make:97: recipe for target 'cmTC_48b81' failed >gmake[1]: *** [cmTC_48b81] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_48b81/fast' failed >gmake: *** [cmTC_48b81/fast] Error 2 > >File /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp/CheckSymbolExists.c: >/* */ >#include <pthread.h> > >int main(int argc, char** argv) >{ > (void)argv; >#ifndef pthread_create > return ((int*)(&pthread_create))[argc]; >#else > (void)argc; > return 0; >#endif >} > >Determining if the function pthread_create exists in the pthreads failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_de1f6/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_de1f6.dir/build.make CMakeFiles/cmTC_de1f6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_de1f6.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_de1f6.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_de1f6 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de1f6.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_de1f6.dir/CheckFunctionExists.c.o -o cmTC_de1f6 -rdynamic -lpthreads >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_de1f6.dir/build.make:97: recipe for target 'cmTC_de1f6' failed >gmake[1]: *** [cmTC_de1f6] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_de1f6/fast' failed >gmake: *** [cmTC_de1f6/fast] Error 2 > > >Determining if the function XOpenDisplay exists in the /usr/lib/libX11.so;/usr/lib/libXext.so failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_f2b21/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_f2b21.dir/build.make CMakeFiles/cmTC_f2b21.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_f2b21.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_f2b21.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f2b21 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2b21.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=XOpenDisplay -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_f2b21.dir/CheckFunctionExists.c.o -o cmTC_f2b21 -rdynamic /usr/lib/libX11.so /usr/lib/libXext.so >/usr/lib/libX11.so: error adding symbols: File in wrong format >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_f2b21.dir/build.make:99: recipe for target 'cmTC_f2b21' failed >gmake[1]: *** [cmTC_f2b21] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_f2b21/fast' failed >gmake: *** [cmTC_f2b21/fast] Error 2 > > >Determining if the function dnet_ntoa exists in the dnet failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_4208b/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_4208b.dir/build.make CMakeFiles/cmTC_4208b.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_4208b.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=dnet_ntoa -o CMakeFiles/cmTC_4208b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_4208b >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4208b.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=dnet_ntoa -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_4208b.dir/CheckFunctionExists.c.o -o cmTC_4208b -rdynamic -ldnet >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldnet >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_4208b.dir/build.make:97: recipe for target 'cmTC_4208b' failed >gmake[1]: *** [cmTC_4208b] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_4208b/fast' failed >gmake: *** [cmTC_4208b/fast] Error 2 > > >Determining if the function dnet_ntoa exists in the dnet_stub failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_1058a/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_1058a.dir/build.make CMakeFiles/cmTC_1058a.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_1058a.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=dnet_ntoa -o CMakeFiles/cmTC_1058a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_1058a >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1058a.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=dnet_ntoa -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_1058a.dir/CheckFunctionExists.c.o -o cmTC_1058a -rdynamic -ldnet_stub >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldnet_stub >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_1058a.dir/build.make:97: recipe for target 'cmTC_1058a' failed >gmake[1]: *** [cmTC_1058a] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_1058a/fast' failed >gmake: *** [cmTC_1058a/fast] Error 2 > > >Determining if the function XcursorImageCreate exists in the Xcursor failed with the following output: >Change Dir: /var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp > >Run Build Command:"/usr/bin/gmake" "cmTC_5685c/fast" >/usr/bin/gmake -f CMakeFiles/cmTC_5685c.dir/build.make CMakeFiles/cmTC_5685c.dir/build >gmake[1]: Entering directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_5685c.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -DNDEBUG -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=XcursorImageCreate -o CMakeFiles/cmTC_5685c.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_5685c >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5685c.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -msse -W -Wall -DCHECK_FUNCTION_EXISTS=XcursorImageCreate -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_5685c.dir/CheckFunctionExists.c.o -o cmTC_5685c -rdynamic -lXcursor /usr/lib/libSM.so /usr/lib/libICE.so /usr/lib/libX11.so /usr/lib/libXext.so >/usr/lib/libSM.so: error adding symbols: File in wrong format >collect2: error: ld returned 1 exit status >CMakeFiles/cmTC_5685c.dir/build.make:101: recipe for target 'cmTC_5685c' failed >gmake[1]: *** [cmTC_5685c] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/media-libs/allegro-5.0.11/work/allegro-5.0.11-abi_x86_32.x86/CMakeFiles/CMakeTmp' >Makefile:126: recipe for target 'cmTC_5685c/fast' failed >gmake: *** [cmTC_5685c/fast] Error 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 563152
:
414638
| 414656 |
414658
|
426488