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: vi...@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 vi...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"