https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: xfce-extra/xfce4-sensors-plugin-1.4.2 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses CLANG as a compiler and LLD as a linker
Created attachment 764071 [details] build.log build log and emerge --info
Finished to build today a clang system and hit this error, also. xfce4-sensors-plugin didn't want to compile with gcc, either, the errors were pretty much the same. To be able to build with gcc, at least, I had to add LDFLAGS="${LDFLAGS} -lc -lstdc++".
Created attachment 875160 [details] build.log (amd64, 1.4.4)
According to upstream the fix would be: https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/commit/37037b2ac949d73746195c8ce9c13e6d28ff5b86 But putting that in user-patches does net fix Gentoos xfce4-sensors-plugin-1.4.4. On the other hand building from git works just fine: git clone https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin cd xfce4-sensors-plugin/ git checkout xfce4-sensors-plugin-1.4.4 ./autogen.sh && ./configure && make && make install