Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924321 - =xfce-base/libxfce4ui-4.19.4 several undefined references with LLD
Summary: =xfce-base/libxfce4ui-4.19.4 several undefined references with LLD
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-12 02:29 UTC by David Carlos Manuelda
Modified: 2024-02-16 10:32 UTC (History)
2 users (show)

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


Attachments
emerge --info (emergeinfo.txt,20.41 KB, text/plain)
2024-02-12 02:29 UTC, David Carlos Manuelda
Details
Full build log (build.log,73.54 KB, text/plain)
2024-02-12 02:30 UTC, David Carlos Manuelda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Carlos Manuelda 2024-02-12 02:29:09 UTC
When building xfce4-base/libxfce4ui-4.19.4 (not reproducible with 4.19.3) with clang (+compiler-rt +libcxx in runtime) and LLD as linker I get 6 undefined references:

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceSetIOErrorHandler
>>> referenced by ./.libs/libxfce4ui-2.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceAddConnectionWatch
>>> referenced by ./.libs/libxfce4ui-2.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceConnectionNumber
>>> referenced by ./.libs/libxfce4ui-2.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceProcessMessages
>>> referenced by ./.libs/libxfce4ui-2.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceSetShutdownNegotiation
>>> referenced by ./.libs/libxfce4ui-2.so

ld.lld: error: undefined reference due to --no-allow-shlib-undefined: IceCloseConnection
>>> referenced by ./.libs/libxfce4ui-2.so

Reproducible: Always
Comment 1 David Carlos Manuelda 2024-02-12 02:29:52 UTC
Created attachment 884762 [details]
emerge --info
Comment 2 David Carlos Manuelda 2024-02-12 02:30:05 UTC
Created attachment 884763 [details]
Full build log
Comment 3 David Carlos Manuelda 2024-02-12 02:32:56 UTC
If compiling with LDFLAGS="-lICE" then it compiles again, not a proper bugfix but an indicative of a missing library adition in linkage.

I suspect that the new X ISE is the culprit