Bug 163690 - FreeBSD 10.0-CURRENT/amd64: Set WITH_BIND_LIBS=YES does even allow "make delete-old-files" to delete headers and libraries
Summary: FreeBSD 10.0-CURRENT/amd64: Set WITH_BIND_LIBS=YES does even allow "make dele...
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 10.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-29 06:10 UTC by O. Hartmann
Modified: 2019-02-18 03:06 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 2011-12-29 06:10:12 UTC
When compiling FreeBSD with setting in /etc/src.conf for BIND like

WITH_BIND_LIBS=         YES

installed header files and libraries do not get recognized as part of the system when performing 

make delete-old-[files|libs]

in /usr/src.

Even with 

WITH_BIND_LIBS=         YES

enabled and performing then "make delete-old-[files|libs]" in /usr/src gives the opportunity to delete the following header files and libraries:

How-To-Repeat: Make world and installword with "WITH_BIND_LIBS=YES" set in /etc/src.conf. After reboot and relying on installed libs, try doing "make delete-old-files" in /usr/src. The delete-old-script now targets the ISC headers and libraries installed by the above set option as "old" and offers them to be deleted. If someone is not aware about this bug, this could lead to buildworld malfunctions.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:51 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 03:06:11 UTC
BIND was removed in base r255949 and is not present in any supported branch; unlikely this will be fixed for 9-stable (or earlier) branch.