Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383712 Details for
Bug 521094
app-misc/iguanaIR /.../ld: client-interface.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
iguanaIR-0.93:20140826-023539.log
iguanaIR-0.93:20140826-023539.log (text/plain), 7.67 KB, created by
Agostino Sarubbo
on 2014-08-26 13:55:14 UTC
(
hide
)
Description:
iguanaIR-0.93:20140826-023539.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2014-08-26 13:55:14 UTC
Size:
7.67 KB
patch
obsolete
> * Package: app-misc/iguanaIR-0.93 > * Repository: gentoo > * Maintainer: hd_brummy@gentoo.org media-tv@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Applying iguanaIR-0.93-gentoo.diff ... > [ ok ] > * Applying iguanaIR-0.93-asneeded.patch ... > [ ok ] >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for a BSD-compatible install... /usr/bin/install -c >checking whether make sets $(MAKE)... yes >checking for poptGetContext in -lpopt... yes >checking for pthread_create in -lpthread... yes >checking for clock_gettime in -lrt... yes >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -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 float.h usability... yes >checking float.h presence... yes >checking for float.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking for stdint.h... (cached) yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking sys/param.h usability... yes >checking sys/param.h presence... yes >checking for sys/param.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking for unistd.h... (cached) yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for mode_t... yes >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for uint16_t... yes >checking for uint32_t... yes >checking for uint64_t... yes >checking for working volatile... yes >checking whether lstat dereferences a symlink specified with a trailing slash... yes >checking whether lstat accepts an empty string... no >checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible realloc... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking for sys/socket.h... (cached) yes >checking types of arguments for select... int,fd_set *,struct timeval * >checking return type of signal handlers... void >checking for strftime... yes >checking for vprintf... yes >checking for _doprnt... no >checking for floor... no >checking for gettimeofday... yes >checking for memset... yes >checking for mkdir... yes >checking for select... yes >checking for socket... yes >checking for strchr... yes >checking for strdup... yes >checking for strerror... yes >checking for strrchr... yes >checking for strspn... yes >checking for strstr... yes >checking for clock_gettime... yes >checking for usb_get_busses in -lusb... yes >./configure: line 6596: test: too many arguments >configure: creating ./config.status >config.status: creating Makefile >config.status: creating autoconf/stamp-h >config.status: creating config.h >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic client.c -o client.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic list.c -o list.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic iguanaIR.c -o iguanaIR.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic support.c -o support.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic dataPackets.c -o dataPackets.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic pipes.c -o pipes.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic base.c -o base.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic daemon.c -o daemon.o >support.c: In function 'makeParentJoin': >support.c:175:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic client-interface.c -o client-interface.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic device-interface.c -o device-interface.o >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic usbclient.c -o usbclient.o >daemon.c: In function 'startListening': >daemon.c:357:24: warning: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -c -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic compatibility.c -o compatibility.o >daemon.c: In function 'scanHandler': >daemon.c:50:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -shared -DLINUX iguanaIR.o support.o dataPackets.o pipes.o base.o -o libiguanaIR.so -lpopt -lrt >x86_64-pc-linux-gnu-gcc -DLINUX client.o list.o libiguanaIR.so -o igclient -L. -liguanaIR -lpopt >x86_64-pc-linux-gnu-gcc -DLINUX -march=native -Wformat -Werror=format-security -g0 -O2 -fPIC -fpic daemon.o client-interface.o device-interface.o usbclient.o list.o compatibility.o libiguanaIR.so -o igdaemon -L. -liguanaIR -lusb -lpopt >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: client-interface.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /lib64/libpthread.so.0 so try adding it to the linker command line >/lib64/libpthread.so.0: could not read symbols: Invalid operation >collect2: error: ld returned 1 exit status >make: *** [igdaemon] Error 1 > * ERROR: app-misc/iguanaIR-0.93::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-misc/iguanaIR-0.93::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-misc/iguanaIR-0.93::gentoo'`. > * The complete build log is located at '/var/log/log/build/app-misc/iguanaIR-0.93:20140826-023539.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/iguanaIR-0.93/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/iguanaIR-0.93/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/iguanaIR-0.93/work/iguanaIR-0.93' > * S: '/var/tmp/portage/app-misc/iguanaIR-0.93/work/iguanaIR-0.93'
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 521094
: 383712