Opened 3 hours ago
Last modified 36 minutes ago
#5591 new defect
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 (3)
comment:1 by , 3 hours 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 , 3 hours ago
comment:3 by , 36 minutes 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.
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.