Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
All my package updates are failing with the same CMake error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
leyvi
n00b
n00b


Joined: 08 Sep 2023
Posts: 74

PostPosted: Fri Sep 13, 2024 12:28 pm    Post subject: All my package updates are failing with the same CMake error Reply with quote

I just tried to run `emerge -uDU @world`, and every single package failed to `emerge` with the same CMake error:
Code:
x86_64-pc-linux-gnu-gcc: symbol lookup error: x86_64-pc-linux-gnu-gcc: undefined symbol: _ZN7httplib6Client19set_default_headersESt18unordered_multimapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_NS_6detail16case_ignore_hashENS8_17case_ignore_equalESaISt4pairIKS7_S7_EEE
meson setup -Db_lto=false --libdir lib --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig:/usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig:/usr/share/pkgconfig --native-file /var/tmp/portage/x11-libs/libdrm-2.4.123-r1/temp/meson.i686-pc-linux-gnu.x86.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Dudev=true -Dcairo-tests=disabled -Damdgpu=enabled -Dexynos=disabled -Dfreedreno=disabled -Dintel=disabled -Dnouveau=disabled -Domap=disabled -Dradeon=enabled -Dtegra=disabled -Dvc4=disabled -Detnaviv=disabled -Dvmwgfx=disabled -Dvalgrind=disabled -Dinstall-test-programs=false -Dman-pages=disabled -Dtests=false /var/tmp/portage/x11-libs/libdrm-2.4.123-r1/work/libdrm-2.4.123 /var/tmp/portage/x11-libs/libdrm-2.4.123-r1/work/libdrm-2.4.123-abi_x86_32.x86
The Meson build system
Version: 1.5.1
Source dir: /var/tmp/portage/x11-libs/libdrm-2.4.123-r1/work/libdrm-2.4.123
Build dir: /var/tmp/portage/x11-libs/libdrm-2.4.123-r1/work/libdrm-2.4.123-abi_x86_32.x86
Build type: native build
Project name: libdrm
Project version: 2.4.123

../libdrm-2.4.123/meson.build:26:0: ERROR: Unknown compiler(s): [['x86_64-pc-linux-gnu-gcc', '-m32', '-mfpmath=sse']]
This example is from `x11-libs/libdrm`, but over 20 packages failed with the same error.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1843

PostPosted: Fri Sep 13, 2024 12:31 pm    Post subject: Reply with quote

Duplicate of I cannot compile any C programs after an update.

Fix or disable your ccache.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum