From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 9 14:50:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258AD16A41F for ; Wed, 9 Nov 2005 14:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3349943D5C for ; Wed, 9 Nov 2005 14:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA9EoHoc065142 for ; Wed, 9 Nov 2005 14:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA9EoHwS065138; Wed, 9 Nov 2005 14:50:17 GMT (envelope-from gnats) Resent-Date: Wed, 9 Nov 2005 14:50:17 GMT Resent-Message-Id: <200511091450.jA9EoHwS065138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Boris B. Samorodov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546DF16A41F for ; Wed, 9 Nov 2005 14:41:15 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A725643D48 for ; Wed, 9 Nov 2005 14:41:12 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (localhost [127.0.0.1]) by mi.ipt.ru (8.13.4/8.13.4) with ESMTP id jA9EfX2r056832 for ; Wed, 9 Nov 2005 17:41:33 +0300 (MSK) (envelope-from bsam@mi.ipt.ru) Received: (from bsam@localhost) by mi.ipt.ru (8.13.4/8.13.3/Submit) id jA9EfXub056831; Wed, 9 Nov 2005 17:41:33 +0300 (MSK) (envelope-from bsam) Message-Id: <200511091441.jA9EfXub056831@mi.ipt.ru> Date: Wed, 9 Nov 2005 17:41:33 +0300 (MSK) From: "Boris B. Samorodov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88731: [update] emulators/linux_base-8: tiny fix for pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Boris B. Samorodov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 14:50:20 -0000 >Number: 88731 >Category: ports >Synopsis: [update] emulators/linux_base-8: tiny fix for pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 09 14:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: 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?) >How-To-Repeat: >Fix: The patch should be applied to the port: # cd /usr/ports/emulators # patch -p0 < _the_patch_ --- linux_base.patch begins here --- 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 --- linux_base.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: