[Bug 242971] Casper-related files are installed even if WITHOUT_CASPER=true ; some of them are not removed by "make delete-old"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 8 18:48:26 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242971

--- Comment #2 from Philippe Michel <philippe.michel7 at free.fr> ---
Thanks for the explanation.

Still, there is something wrong with the current behaviour. With
WITHOUT_CASPER=true, the following files are installed by make installworld and
deleted by a subsequent make delete-old:

>>> Removing old files (only deletes safe to delete libs)
remove /usr/include/libcasper.h? y
remove /usr/share/man/man3/cap_clone.3.gz? y
remove /usr/share/man/man3/cap_close.3.gz? y
remove /usr/share/man/man3/cap_init.3.gz? y
remove /usr/share/man/man3/cap_limit_get.3.gz? y
remove /usr/share/man/man3/cap_limit_set.3.gz? y
remove /usr/share/man/man3/cap_recv_nvlist.3.gz? y
remove /usr/share/man/man3/cap_send_nvlist.3.gz? y
remove /usr/share/man/man3/cap_service_open.3.gz? y
remove /usr/share/man/man3/cap_sock.3.gz? y
remove /usr/share/man/man3/cap_unwrap.3.gz? y
remove /usr/share/man/man3/cap_wrap.3.gz? y
remove /usr/share/man/man3/cap_xfer_nvlist.3.gz? y

That doesn't make sense. Either they are useful even without Casper and
delete-old shouldn't remove them, or they are not and they shouldn't have been
installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list