Date: Wed, 08 Jan 2020 18:48:25 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 242971] Casper-related files are installed even if WITHOUT_CASPER=true ; some of them are not removed by "make delete-old" Message-ID: <bug-242971-227-L3Gibff5a4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242971-227@https.bugs.freebsd.org/bugzilla/> References: <bug-242971-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242971 --- Comment #2 from Philippe Michel <philippe.michel7@free.fr> --- Thanks for the explanation. Still, there is something wrong with the current behaviour. With WITHOUT_CASPER=3Dtrue, the following files are installed by make installwor= ld 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 b= een installed. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242971-227-L3Gibff5a4>