Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2016 15:46:57 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        freebsd-stable@freebsd.org
Subject:   make installworld creates empty dirs which are deleted by make delete-old
Message-ID:  <56990661.0@quip.cz>

next in thread | raw e-mail | index | archive | help
I updated the server 3 times in one week (to 10.2-p8, -p9, -p10).

make check-old lists these directories on each update

# make check-old
 >>> Checking for old files
 >>> Checking for old libraries
 >>> Checking for old directories
/usr/include/atf-c
/usr/include/atf-c++
/usr/share/atf
/usr/share/doc/atf
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.

Those directories were deleted by delete-old

# make -DBATCH_DELETE_OLD_FILES 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 'make delete-old-libs'.

By after next installworld, they are back.

I think there is some bug (leftover) in make install / mtree or 
something like this and those directories should not be created any more.

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56990661.0>