From owner-freebsd-ports Thu Dec 26 09:27:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA27968 for ports-outgoing; Thu, 26 Dec 1996 09:27:34 -0800 (PST) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id JAA27963 for ; Thu, 26 Dec 1996 09:27:32 -0800 (PST) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id LAA21181; Thu, 26 Dec 1996 11:26:02 -0600 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma021158; Thu Dec 26 11:25:33 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [10.0.11.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id LAA12443; Thu, 26 Dec 1996 11:26:03 -0600 Received: from jake.lodgenet.com (localhost [127.0.0.1]) by jake.lodgenet.com (8.8.4/8.6.12) with ESMTP id LAA03221; Thu, 26 Dec 1996 11:26:46 -0600 (CST) Message-Id: <199612261726.LAA03221@jake.lodgenet.com> To: Kim Culhan cc: ports@freebsd.org Subject: Re: linux emulator packing list incorrect In-reply-to: Your message of "Wed, 25 Dec 1996 17:35:08 EST." Date: Thu, 26 Dec 1996 11:26:45 -0600 From: "Eric L. Hernes" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk These directories are really symlinks to directories. pkg_delete isn't very smart when it comes to symlinks. There are @unexec directives to remove them correctly so that they really get deleted. You can safely ignore the errors Kim Culhan writes: > >Running 'pkg_delete linux_lib-2.3' this is returned: > >pkg_delete linux_lib-2.3 >Attempting to delete directory `/compat/linux/usr/X11R6/lib/X11' as a file >This packing list is incorrect - ignoring delete request. > >Attempting to delete directory `/compat/linux/usr/X11' as a file >This packing list is incorrect - ignoring delete request. > >Attempting to delete directory `/compat/linux/usr/X386' as a file >This packing list is incorrect - ignoring delete request. > >When running reinstall there are no complaints. > >regards >kim > >-- >kimc@w8hd,org > > >