Bug 176292 - /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
Summary: /usr/src: delete-old-files tries to delete usr/lib/libisc.a, usr/lib/libisc.s...
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 10.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 13:30 UTC by O. Hartmann
Modified: 2019-02-18 02:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.