From owner-freebsd-questions Fri Apr 6 18:33: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.219.91]) by hub.freebsd.org (Postfix) with SMTP id 0F71637B423 for ; Fri, 6 Apr 2001 18:33:04 -0700 (PDT) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 15584 invoked from network); 7 Apr 2001 01:32:56 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 7 Apr 2001 01:32:56 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id IAA15630 for ; Sat, 7 Apr 2001 08:32:36 +0700 Date: Sat, 7 Apr 2001 08:32:36 +0700 (NOVST) From: Alexey Dokuchaev To: freebsd-questions@freebsd.org Subject: +REQUIRED_BY files missing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I've been mocking around this rxvt port when suddenly I forgot to add some option to Makefile, and decided to deinstall it and rebuild from scratch (I didn't want to FORCE_PKG_REGISTRation just to make it all perfect). Oddly enough, when I typed make deinstall, I got these messages: ===> Deinstalling for rxvt-2.6.3 pkg_delete: couldn't open dependency file `/var/db/pkg/imake-4.0.3/+REQUIRED_BY' pkg_delete: couldn't open dependency file `/var/db/pkg/XFree86-libraries-4.0.3_1/+REQUIRED_BY' And indeed, there are no such files. Aren't they are ones from where pkg_infp -R takes all info? I crawled through /var/db/pkg/ and was kinda surprized to see that only some ports have them (like qt) while others (gmake, XFree86-4, many others) simply lack them. I wonder, is this OK, or I probably did screw my ports somehow? //danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message