Date: Sun, 25 Sep 2022 14:34:04 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 266603] Spurious deletion of /usr/bin/objdump Message-ID: <bug-266603-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266603 Bug ID: 266603 Summary: Spurious deletion of /usr/bin/objdump Product: Base System Version: 13.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: philippe.michel7@free.fr When WITH_LLVM_BINUTILS is true, make installworld links /usr/bin/objdump to /usr/bin/llvm-objdump (and does something similar for the man page). But make delete-old wants to remove these files due to the following entrie= s in ObsoleteFiles.inc: # 20200506: GNU objdump 2.17.50 retired OLD_FILES+=3Dusr/bin/objdump OLD_FILES+=3Dusr/share/man/man1/objdump.1.gz I suppose these removals should only happen if WITH_LLVM_BINUTILS is false. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266603-227>