Summary: | x11-apps/igt-gpu-tools-1.23-r1 - ld: tests/59830eb@@audio@exe/audio.c.o: in function `output_callback': audio.c:(.text+0x9): undefined reference to `audio_signal_fill' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ervin Peters <ervin.peters> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
20190713-build.log
emerge --info result |
Created attachment 582702 [details]
emerge --info result
I just pushed 1.24 to the tree. See if that works better for you? (In reply to Matt Turner from comment #2) > I just pushed 1.24 to the tree. See if that works better for you? 1.24 builds fine. Ervin Great. Thank you for confirming! |
Created attachment 582700 [details] 20190713-build.log For some weeks the build of igt-gpu-tools-1.23-r1 fails. Don't see why. Maybe relevant snippets of build.log: ... Found CMake: /usr/bin/cmake (3.14.3) Dependency xmlrpc found: NO (tried pkgconfig and cmake) Dependency xmlrpc_util found: NO (tried pkgconfig and cmake) Dependency xmlrpc_client found: NO (tried pkgconfig and cmake) ... WARNING: Project specifies a minimum meson_version '>0.44.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} ... x86_64-pc-linux-gnu-gcc -o tests/audio 'tests/59830eb@@audio@exe/audio.c.o' -Wl,--no-undefined -Wl,--as-needed -march=skylake -O3 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--start-group lib/libigt.so /usr/lib64/libcairo.so /usr/lib64/libglib-2.0.so /usr/lib64/libdrm.so /usr/lib64/libkmod.so /usr/lib64/libprocps.so /lib64/libudev.so /usr/lib64/libunwind.so /usr/lib64/libpciaccess.so -lm -lrt /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libdrm_intel.so /usr/lib64/libasound.so -Wl,--end-group -pthread '-Wl,-rpath,$ORIGIN/../lib' -Wl,-rpath-link,/var/tmp/portage/x11-apps/igt-gpu-tools-1.23-r1/work/igt-gpu-tools-1.23-build/lib /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: tests/59830eb@@audio@exe/audio.c.o: in function `output_callback': audio.c:(.text+0x9): undefined reference to `audio_signal_fill' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: tests/59830eb@@audio@exe/audio.c.o: in function `input_callback': audio.c:(.text+0x39): undefined reference to `audio_signal_detect' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: tests/59830eb@@audio@exe/audio.c.o: in function `test_integrity.constprop.0': audio.c:(.text+0x17f): undefined reference to `audio_signal_init' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: audio.c:(.text+0x1a3): undefined reference to `audio_signal_add_frequency' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: audio.c:(.text+0x1b2): undefined reference to `audio_signal_synthesize' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: audio.c:(.text+0x1fa): undefined reference to `audio_signal_clean' collect2: Fehler: ld gab 1 als Ende-Status zurück any hints to fix this? ervin build log and emerge --info attached.