Opened 13 days ago
Closed 13 days ago
#5591 closed defect (fixed)
Fix a Binutils bug causing cmake-3.31 test failures and runtime issue
Reported by: | Xi Ruoyao | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
https://sourceware.org/bugzilla/show_bug.cgi?id=32300
If it's not patched, all cmake-based packages would insist to relink everything if make
is invoked again or make install
is invoked. So the time of make install
would be significantly increased.
Change History (4)
comment:1 by , 13 days ago
Summary: | Fix a Binutils bug causing cmake test failures and runtime issue → Fix a Binutils bug causing cmake-3.31 test failures and runtime issue |
---|
follow-up: 3 comment:2 by , 13 days ago
comment:3 by , 13 days ago
Replying to Xi Ruoyao:
I've uploaded the patch to
https://www.linuxfromscratch.org/patches/downloads/binutils/binutils-2.43-upstream_fix-1.patch.
Sorry it should be https://www.linuxfromscratch.org/patches/downloads/binutils/binutils-2.43.1-upstream_fix-1.patch.
comment:4 by , 13 days ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit ac024e87c3.
Added binutils-2.43.1-upstream_fix-1.patch. Update to flit_core-3.10.1. Update to expat-2.6.4.
Note:
See TracTickets
for help on using tickets.
I've uploaded the patch to https://www.linuxfromscratch.org/patches/downloads/binutils/binutils-2.43-upstream_fix-1.patch.