Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2014 15:34:55 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191003] New: make delete-old misses a file
Message-ID:  <bug-191003-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 191003
           Summary: make delete-old misses a file
           Product: Base System
           Version: 10.0-RELEASE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: vivek@khera.org

I upgraded a system from 9.2 to 10.0 today. Running "make delete-old" reported
the following failure:

rmdir: /usr/share/doc/psd/28.cvs: Directory not empty

There is one file there:

# ls -l /usr/share/doc/psd/28.cvs/
total 32
-r--r--r--  1 root  wheel  31862 May 15 09:32 paper.ps.gz

Environment:
System: FreeBSD lorax.kcilink.com 10.0-RELEASE-p5 FreeBSD 10.0-RELEASE-p5 #0
r267390: Thu Jun 12 12:52:02 EDT 2014
vivek@lorax.kcilink.com:/u/lorax1/usr10/obj/u/lorax1/usr10/src/sys/KCI64 amd64

Fix:
work around is

# rm /usr/share/doc/psd/28.cvs/paper.ps.gz

fix is to add this file to the old files to delete.

-- 
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-191003-8>