When installed as a package, two (empty) directories are missing: # pkg_add /usr/ports/packages/All/linux_base-8-8.0_8.tbz # pkg_delete linux_base-8-8.0_8 pkg_delete: file '/compat/linux/usr/lib/bash' doesn't exist pkg_delete: unable to completely remove directory '/compat/linux/usr/lib/bash' pkg_delete: file '/compat/linux/proc' doesn't exist pkg_delete: unable to completely remove directory '/compat/linux/proc' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Fix: The patch should be applied to the port: # cd /usr/ports/emulators # patch -p0 < _the_patch_ WBR -- bsam--WBYfu6kN4pMJYlUsA29ibRSTVDV82pooiJ2JbwhnOfAMyQ95 Content-Type: text/plain; name="linux_base.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="linux_base.patch" diff -ruN linux_base-8.orig/Makefile linux_base-8/Makefile --- linux_base-8.orig/Makefile Wed Nov 9 17:08:03 2005 +++ linux_base-8/Makefile Wed Nov 9 17:16:16 2005 @@ -8,7 +8,7 @@ PORTNAME= linux_base-8 PORTVERSION= 8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \ ${MASTER_SITE_REDHAT_LINUX:S/$/:new/} \ diff -ruN linux_base-8.orig/pkg-plist linux_base-8/pkg-plist --- linux_base-8.orig/pkg-plist Wed Nov 9 17:08:03 2005 +++ linux_base-8/pkg-plist Wed Nov 9 17:16:02 2005 @@ -10126,6 +10126,7 @@ @dirrm usr/lib/gcc-lib @exec /bin/mkdir -p %D/usr/lib/games @dirrm usr/lib/games +@exec /bin/mkdir -p %D/usr/lib/bash @dirrm usr/lib/bash @dirrm usr/lib @dirrm usr/include @@ -10149,6 +10150,7 @@ @dirrm usr/X11R6 @dirrm usr @dirrm sbin +@exec /bin/mkdir -p %D/proc @dirrm proc @exec /bin/mkdir -p %D/opt @dirrm opt
Responsible Changed From-To: freebsd-ports-bugs->freebsd-emulation Over to maintainer
State Changed From-To: open->closed Committet. Thank you.