Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Sep 2014 18:53:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193260] New: With WITHOUT_BLUETOOTH=true in src.conf, make installworld still installs bluetooth-related files
Message-ID:  <bug-193260-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: philippe.michel7@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.



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