[Bug 201072] /etc/mtree/BSD.include.dist and /etc/mtree/BSD.usr.dist create various atf directories that are later deleted by 'make delete-old'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 23 11:29:52 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201072
Bug ID: 201072
Summary: /etc/mtree/BSD.include.dist and
/etc/mtree/BSD.usr.dist create various atf directories
that are later deleted by 'make delete-old'
Product: Base System
Version: 10.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: kpaasial at gmail.com
System is:
FreeBSD firewall.rdnzl.info 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #10
r284708: Tue Jun 23 04:38:48 EEST 2015
root at firewall.rdnzl.info:/usr/obj/usr/src/sys/GENERIC amd64
No /etc/src.conf and /etc/make.conf contains nothing that affects buildworld or
installworld.
Every time I update the system with 'make installworld' the following
directories are created and then later deleted when I run 'make delete-old':
>>> Removing old files (only deletes safe to delete libs)
>>> Old files removed
>>> Removing old directories
/usr/share/doc/atf
/usr/share/atf
/usr/include/atf-c++
/usr/include/atf-c
>>> Old directories removed
To remove old libraries run '/usr/bin/make delete-old-libs'.
>>> Removing old libraries
Please be sure no application still uses those libraries, else you
can not start such an application. Consult UPDATING for more
information regarding how to cope with the removal/revision bump
of a specific library.
>>> Old libraries removed
Shouldn't these directories taken away from the mtree(8) database since there
is not even a conditional WITH/WITHOUT_ATF anymore in src.conf(5) after
r261236?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list