Bug 1893734
Summary: | collect2: fatal error: ld terminated with signal 11 [Segmentation fault] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | binutils | Assignee: | Nick Clifton <nickc> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | aoliva, cstratak, david08741, dvlasenk, fweimer, jakub, junghans, mhroncok, nforro, nickc, python-sig, sipoyare, thrnciar, tomspur, zbyszek |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | binutils-2.35.1-12.fc34 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-09 09:51:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1868278, 1890881 |
Description
Tomáš Hrnčiar
2020-11-02 13:38:56 UTC
I just got a notification from Koschei. It seems that binutils update broke quite a lot of packages (including scipy): https://koschei.fedoraproject.org/affected-by/binutils?epoch1=0&version1=2.35.1&release1=8.fc34&epoch2=0&version2=2.35.1&release2=11.fc34&collection=f34 I'll start a thread on devel. *** Bug 1893664 has been marked as a duplicate of this bug. *** Setting severity to high, this affects dozens of packages including rpm. A fix is in the works. Build should complete in ~ 1 hour. Fixed in binutils-2.35.1-12.fc34 Sorry about that guys. My -11.fc34 update was broken and it took me a while to track down the problem. Please try the -12.fc34 binutils - they should work properly. It appears to be fixed in binutils 2.35.1-12.fc34 At least rpm and scipy* build again. Thanks for the fix. * scipy successfully passed the %build phase on x86_64 Still segfaults, now inside using clang++-11: Program received signal SIGSEGV, Segmentation fault. 0x00007fb81e40aa88 in bfd_elf_link_add_symbols () from /usr/lib64/libbfd-2.35.1-11.fc34.so (gdb) bt #0 0x00007fb81e40aa88 in bfd_elf_link_add_symbols () from /usr/lib64/libbfd-2.35.1-11.fc34.so #1 0x000055745267e16c in load_symbols.part () #2 0x000055745267304c in open_input_bfds.lto_priv () #3 0x0000557452673116 in open_input_bfds.lto_priv () #4 0x000055745267b538 in lang_process () #5 0x000055745266bf97 in main () (from building votca-xtp with clang-11 on rawhide) To reproduce, run: $ docker run -it fedora:rawhide /bin/bash in the container $ dnf install git cmake eigen3-devel libint2-devel hdf5-devel libxc-devel expat-devel boost-devel $ git clone --recursive https://github.com/votca/votca $ cmake -B build -DBUILD_XTP=ON votca $ cmake --build build ....wait and see the segfault. (In reply to Christoph Junghans from comment #9) > Still segfaults, now inside using clang++-11: > To reproduce, run: > $ docker run -it fedora:rawhide /bin/bash > in the container > $ dnf install git cmake eigen3-devel libint2-devel hdf5-devel > libxc-devel expat-devel boost-devel > $ git clone --recursive https://github.com/votca/votca > $ cmake -B build -DBUILD_XTP=ON votca > $ cmake --build build > ....wait and see the segfault. Err, I just tried that, and there was no seg-fault.... Actually to be strictly accurate I used a mock chroot instead of a container, but it was still based on rawhide. I'll try using docker and see if that makes the problem happen. The log says: 2.35.1-11.fc34 You need to get the updated 2.35.1-12.fc34. It is not yet on the mirrors. This is on the mirrors. |