mkyral Apprentice
Joined: 06 May 2007 Posts: 186 Location: Czech Republic
|
Posted: Sat Dec 21, 2024 7:18 pm Post subject: Bin packages does not verify selected gcc version |
|
|
It looks like bin packages switched to gcc 14. But there is no warning, so I continued using gcc 13 and nodejs builld always failed with error: undefined reference to `__cxa_call_terminate@CXXABI_1.3.15'
Later I've found out this error in Upgrading GCC howto https://wiki.gentoo.org/wiki/Upgrading_GCC. Then I've switched to gcc 14 and nodejs was finally able to build. So maybe some check and warning shown user is needed. What do you think? Or is this already reported? I was not able to find this in bugzilla.
[Administrator edit: fixed misspelled url tag by replacing it with a bare URL. -Hu] |
|