Summary: | xfce-extra/xfce4-sensors-plugin-1.4.2 fails to compile: ld.lld: error: undefined symbol: gtk_sensorstacho_get_type() | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | XFCE Team <xfce> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | canarauc, erhard_f, juippis |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/issues/48 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 731004 | ||
Attachments: |
build.log
build.log (amd64, 1.4.4) |
Description
Agostino Sarubbo
![]() 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 |