Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689750 - 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'
Summary: x11-apps/igt-gpu-tools-1.23-r1 - ld: tests/59830eb@@audio@exe/audio.c.o: in f...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-13 06:39 UTC by Ervin Peters
Modified: 2019-07-14 20:32 UTC (History)
0 users

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


Attachments
20190713-build.log (build.log,459.10 KB, text/plain)
2019-07-13 06:39 UTC, Ervin Peters
Details
emerge --info result (emergeInfo.txt,9.20 KB, text/plain)
2019-07-13 06:40 UTC, Ervin Peters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ervin Peters 2019-07-13 06:39:42 UTC
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.
Comment 1 Ervin Peters 2019-07-13 06:40:37 UTC
Created attachment 582702 [details]
emerge --info result
Comment 2 Matt Turner gentoo-dev 2019-07-13 17:44:09 UTC
I just pushed 1.24 to the tree. See if that works better for you?
Comment 3 Ervin Peters 2019-07-14 19:23:57 UTC
(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
Comment 4 Matt Turner gentoo-dev 2019-07-14 20:32:13 UTC
Great. Thank you for confirming!