misc/141311: "make delete-old" leaves some unnecessary files

Alexey Markov redrat at mail.ru
Wed Dec 9 08:10:02 UTC 2009


>Number:         141311
>Category:       misc
>Synopsis:       "make delete-old" leaves some unnecessary files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 09 08:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Markov
>Release:        8.0-RELEASE-p1
>Organization:
JSC Complitex
>Environment:
FreeBSD test.complitex.ru 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #1: Tue Dec  8 13:09:42 MSK 2009     root at test.complitex.ru:/arc/obj/arc/src/sys/TEST  i386
>Description:
test# cat /etc/src.conf
WITHOUT_ATM=
WITHOUT_AUTHPF=
WITHOUT_BLUETOOTH=
WITHOUT_CTM=
WITHOUT_DICT=
WITHOUT_FLOPPY=
WITHOUT_GAMES=
WITHOUT_GPIB=
WITHOUT_INET6=
WITHOUT_INET6_SUPPORT=
WITHOUT_IPFILTER=
WITHOUT_IPX=
WITHOUT_IPX_SUPPORT=
WITHOUT_LPR=
WITHOUT_NCP=
WITHOUT_NDIS=
WITHOUT_NIS=
WITHOUT_OBJC=
WITHOUT_PF=
WITHOUT_PROFILE=
WITHOUT_RESCUE=
WITHOUT_SHAREDOCS=
WITHOUT_SYSINSTALL=
WITHOUT_WIRELESS=
WITHOUT_WIRELESS_SUPPORT=
WITHOUT_WPA_SUPPLICANT_EAPOL=

test# cd /usr/src && make delete-old
rmdir: /usr/include/netgraph/bluetooth/include: Directory not emty
rmdir: /usr/include/netgraph/bluetooth: Directory not emty

because of leaved file /usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h

Also, a lot of ATM and BlueTooth related files in /sbin, /usr/sbin, /usr/include/ leaved intact, for example:

/usr/include/netgraph/atm/*.h
/sbin/atmconfig
/usr/sbin/authpf
/usr/sbin/bt*
/usr/sbin/ctm*

and so on.
>How-To-Repeat:
1. Install 8.0-RELEASE from CD
2. Build and install world with same scr.conf as mine
3. cd /usr/src && make delete-old

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list