Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 22:54:34 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242971

            Bug ID: 242971
           Summary: Casper-related files are installed even if
                    WITHOUT_CASPER=3Dtrue ; some of them are not removed by
                    "make delete-old"
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: philippe.michel7@free.fr

With WITHOUT_CASPER=3Dtrue, the following files are installed anyway :

INCS=3D   libcasper.h
INCS+=3D  libcasper_service.h

MAN+=3D   libcasper.3
MAN+=3D   libcasper_service.3

MLINKS+=3Dlibcasper.3 cap_init.3
MLINKS+=3Dlibcasper.3 cap_wrap.3
MLINKS+=3Dlibcasper.3 cap_unwrap.3
MLINKS+=3Dlibcasper.3 cap_sock.3
MLINKS+=3Dlibcasper.3 cap_clone.3
MLINKS+=3Dlibcasper.3 cap_close.3
MLINKS+=3Dlibcasper.3 cap_limit_get.3
MLINKS+=3Dlibcasper.3 cap_limit_set.3
MLINKS+=3Dlibcasper.3 cap_send_nvlist.3
MLINKS+=3Dlibcasper.3 cap_recv_nvlist.3
MLINKS+=3Dlibcasper.3 cap_xfer_nvlist.3
MLINKS+=3Dlibcasper.3 cap_service_open.3

MLINKS+=3Dlibcasper_service.3 CREATE_SERVICE.3

Most of them are deleted by a "make delete-old", but a few are missing from
OptionalObsoleteFiles.inc and are not removed.

--=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>