[Bug 266603] Spurious deletion of /usr/bin/objdump
Date: Sun, 25 Sep 2022 14:34:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266603
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 entries in
ObsoleteFiles.inc:
# 20200506: GNU objdump 2.17.50 retired
OLD_FILES+=usr/bin/objdump
OLD_FILES+=usr/share/man/man1/objdump.1.gz
I suppose these removals should only happen if WITH_LLVM_BINUTILS is false.
--
You are receiving this mail because:
You are the assignee for the bug.