From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 22:44:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E316637B401 for ; Mon, 7 Jul 2003 22:44:29 -0700 (PDT) Received: from ns1.stelt.ru (ns1.stelt.ru [217.18.48.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7A43F93 for ; Mon, 7 Jul 2003 22:44:28 -0700 (PDT) (envelope-from jaroshenko@mailru.com) Received: from gate-mx.stelt.ru (gate-mx.stelt.ru [217.18.48.32]) by ns1.stelt.ru (8.12.9/8.12.9) with ESMTP id h685iQrp001871; Tue, 8 Jul 2003 09:44:26 +0400 Received: by gate-mx.stelt.ru (Postfix, from userid 502) id EBBAA2F048; Tue, 8 Jul 2003 09:44:20 +0400 (MSD) Received: from mailru.com (unknown [192.168.1.41]) by gate-mx.stelt.ru (Postfix) with ESMTP id B76A22F045; Tue, 8 Jul 2003 09:44:20 +0400 (MSD) Message-ID: <3F0A5B42.2000706@mailru.com> Date: Tue, 08 Jul 2003 09:48:50 +0400 From: Serge Yaroshenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Dragoncrest , freebsd-questions@freebsd.org References: <200307072215.h67MFMuq038504@mail3.mx.voyager.net> In-Reply-To: <200307072215.h67MFMuq038504@mail3.mx.voyager.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't install/upgrade/remove ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 05:44:30 -0000 Hi! You want upgrade installed ports ? If yes then install /usr/ports/sysutils/portupgrade and read man pages for portsdb, pkgdb, portversion and portupgrade. This utils check what ports version in /usr/ports (portsdb) and what ports installed in your System (pkgdb). portversion - list all ports; sign '<' - what need updates. portupgrade do update work very fine. I use this utils about 2 year. Sorry for my bad english! Serge. Dragoncrest wrote: >Just recently ran into an issue upgrading, removing, or installing >ports. For some strange reason when I compile the port, it's fine, but >as soon as the "make install" or any installing command runs it >immediately dumps out with an error similar to this: > >===> Generating temporary packing list >===> Checking if www/lynx-current already installed >*** Error code 1 > >It then dumps out and it won't go any farther. It even refuses to >remove the port even though it removes the pkg_info entry. Anyone know >what is causing this? I'd really apreciate any help on this. Thanks. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >