[Bug 193260] New: With WITHOUT_BLUETOOTH=true in src.conf, make installworld still installs bluetooth-related files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 2 18:53:39 UTC 2014


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

            Bug ID: 193260
           Summary: With WITHOUT_BLUETOOTH=true in src.conf, make
                    installworld still installs bluetooth-related files
           Product: Base System
           Version: 10.0-STABLE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: philippe.michel7 at sfr.fr

With WITHOUT_BLUETOOTH=true in src.conf, make installworld still installs a few
bluetooth-related files. Some, but not all, of them are deleted by make
delete-old.

I noticed this when make delete-old did what follows again and again :
>>> Removing old directories
/usr/include/netgraph/bluetooth/include
/usr/include/netgraph/bluetooth
>>> Old directories removed

A grep in the log of make installworld shows that it installs a few man pages
and a sample config file as well :

# grep -i bluetooth installworld.log
./netgraph/bluetooth missing (created)
./netgraph/bluetooth/include missing (created)
install -C -o root -g wheel  -m 444 bluetooth.device.conf devfs.rules
periodic.conf rc.conf /usr/share/examples/etc/defaults
install -C -o root -g wheel -m 444 ng_bluetooth.4.gz  /usr/share/man/man4
install -C -o root -g wheel -m 444 bluetooth.device.conf.5.gz 
/usr/share/man/man5
install -C -o root -g wheel -m 444 bluetooth.hosts.5.gz  /usr/share/man/man5
install -C -o root -g wheel -m 444 bluetooth.protocols.5.gz 
/usr/share/man/man5

These files are ignored by make delete-old.

I suppose that looking at buildworld would show it needlessly gzipping the man
pages.

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


More information about the freebsd-bugs mailing list