Subject: make clean - some packages are not cleaned up?
To: None <tech-pkg@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 05/25/2005 11:42:04
Fresh pkgsrc tree updated from CVS.
# cd /usr/pkgsrc
# make clean
[snip lot of "Cleaning for blablabla"]
# find . -type d -name work
./databases/gnome-mime-data/work
./databases/shared-mime-info/work
./pkgtools/xpkgwedge/work
# ls -l databases/gnome-mime-data/work/
total 162
-rw-r--r-- 1 root wheel 3716 May 24 17:44 .PLIST
-rw-r--r-- 1 root wheel 0 May 24 17:44 .build_done
-rw-r--r-- 1 root wheel 1736 May 24 17:44 .build_makevars.mk
drwxr-xr-x 6 root wheel 512 May 24 17:44 .buildlink
-rw-r--r-- 1 root wheel 0 May 24 17:44 .configure_done
-rw-r--r-- 1 root wheel 1736 May 24 17:44 .configure_makevars.mk
-rw-r--r-- 1 root wheel 22 May 24 17:44 .extract_done
-rw-r--r-- 1 root wheel 1106 May 24 17:43 .extract_makevars.mk
drwxr-xr-x 3 root wheel 512 May 24 17:44 .gcc
-rw-r--r-- 1 root wheel 5795 May 24 17:44 .install-dirs
-rw-r--r-- 1 root wheel 7583 May 24 17:44 .install-files
-rw-r--r-- 1 root wheel 2137 May 24 17:44 .install-perms
-rw-r--r-- 1 root wheel 7515 May 24 17:44 .install-rcd-scripts
-rw-r--r-- 1 root wheel 10558 May 24 17:44 .install-usergroup
-rw-r--r-- 1 root wheel 0 May 24 17:45 .install_done
-rw-r--r-- 1 root wheel 1736 May 24 17:44 .install_makevars.mk
-rw-r--r-- 1 root wheel 0 May 24 17:45 .package_done
-rw-r--r-- 1 root wheel 1736 May 24 17:45 .package_makevars.mk
-rw-r--r-- 1 root wheel 55 May 24 17:44 .patch_done
-rw-r--r-- 1 root wheel 1105 May 24 17:44 .patch_makevars.mk
drwxr-xr-x 2 root wheel 512 May 24 17:45 .pkgdb
-rw-r--r-- 1 root wheel 0 May 24 17:44 .subst_pkgconfig_done
-rw-r--r-- 1 root wheel 20 May 24 17:44 .subst_pkglocaledir_done
-rw-r--r-- 1 root wheel 0 May 24 17:44 .subst_unwrap_done
drwxr-xr-x 3 root wheel 512 May 24 17:44 .tools
-rw-r--r-- 1 root wheel 0 May 24 17:44 .tools_done
-rw-r--r-- 1 root wheel 1105 May 24 17:44 .tools_makevars.mk
-rw-r--r-- 1 root wheel 97489 May 24 17:44 .work.log
drwxr-xr-x 4 root wheel 512 May 24 17:44 .wrapper
-rw-r--r-- 1 root wheel 0 May 24 17:44 .wrapper_done
-rw-r--r-- 1 root wheel 1736 May 24 17:44 .wrapper_makevars.mk
drwxr-xr-x 4 root wheel 1536 May 24 17:44 gnome-mime-data-2.4.2
So looks like several packages listed above have not been cleaned up. Is this
problem happens only for me or abybody can reproduce it too?
// wbr