Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 15:07:03 +0200 (EET)
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/176263: make delete-old doesn't honor WITHOUT_SYSINSTALL in src.conf
Message-ID:  <201302191307.r1JD73Bt002021@jw.lds.net.ua>
Resent-Message-ID: <201302191310.r1JDA0LP063123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176263
>Category:       conf
>Synopsis:       make delete-old doesn't honor WITHOUT_SYSINSTALL in src.conf
>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:   Tue Feb 19 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sayetsky Anton
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244078: Mon Dec 10 14:48:18 EET 2012 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64

>Description:
"make delete-old" doesn't honor WITHOUT_SYSINSTALL option - it does not deletes /usr/sbin/sysinstall if the option is set in make.conf

>How-To-Repeat:
root@jw:/usr/src# ls -lAh /usr/sbin/sysinstall 
-r-xr-xr-x  1 root  wheel   766k 21 дек 17:23 /usr/sbin/sysinstall
root@jw:/usr/src# grep ^WITHOUT_SYSINSTALL /etc/src.conf
WITHOUT_SYSINSTALL=
root@jw:/usr/src# yes | make delete-old
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> Removing old files (only deletes safe to delete libs)
 >>> Old files removed
 >>> Removing old directories
 >>> Old directories removed
 To remove old libraries run 'make delete-old-libs'.
 root@jw:/usr/src# yes | make delete-old-libs
 >>> Removing old libraries
 Please be sure no application still uses those libraries, else you
 can not start such an application. Consult UPDATING for more
 information regarding how to cope with the removal/revision bump
 of a specific library.
 >>> Old libraries removed
 root@jw:/usr/src# ls -lAh /usr/sbin/sysinstall
 -r-xr-xr-x  1 root  wheel   766k 21 дек 17:23 /usr/sbin/sysinstall
 



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