Bug 176292

Summary: /usr/src: delete-old-files tries to delete usr/lib/libisc.a, usr/lib/libisc.so, /usr/lib/libisc_p.a et cetera even if WITH_BIND_LIBS= YES enabled in /etc/src.conf
Product: Base System Reporter: O. Hartmann <ohartmann>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: avos
Priority: Normal    
Version: 10.0-CURRENT   
Hardware: Any   
OS: Any   

Description O. Hartmann 2013-02-20 13:30:00 UTC
Having the following parameters set in /etc/src.conf

WITH_BIND_LIBS=         YES
WITH_BIND_SIGCHASE=     YES
WITH_BIND_LARGE_FILE=   YES

results in the below shown attempt to delete libs and files when doing "make delete-old-files" in /usr/src.

Since this should be prohibited when the above knobs are set in /etc/src.conf, this is considered a bug.

root@gate [src] make delete-old-files

How-To-Repeat: Enable in /etc/src.conf

WITH_BIND_LIBS=         YES
WITH_BIND_SIGCHASE=     YES
WITH_BIND_LARGE_FILE=   YES

build world and restart box. The try to issue

make delete-old-files in /usr/src
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:36 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2019-02-18 02:33:33 UTC
BIND libraries were removed ~5 years ago (since base r255949) and they are not present in any supported branch (since 10-stable); I don't think there will be a separate fix for 9-stable branch.