From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 16:24:28 2008 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 007BE1065694 for ; Sat, 27 Sep 2008 16:24:27 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id B9EC48FC19 for ; Sat, 27 Sep 2008 16:24:27 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id m8RGOPdR047351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 27 Sep 2008 11:24:25 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id m8RGOOoj047350; Sat, 27 Sep 2008 11:24:24 -0500 (CDT) (envelope-from dan) Date: Sat, 27 Sep 2008 11:24:24 -0500 From: Dan Nelson To: Eduardo Cerejo Message-ID: <20080927162424.GE86326@dan.emsphone.com> References: <20080927092327.c268393b.ejcerejo@optonline.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080927092327.c268393b.ejcerejo@optonline.net> X-OS: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: FreeBSD-questions@freebsd.org Subject: Re: neon28 fails, conflicts with neon26 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2008 16:24:28 -0000 In the last episode (Sep 27), Eduardo Cerejo said: > FreeBSD 7 stable > > ports/UPDATING mentions this: > > subversion now uses neon-0.28.x (www/neon28) port, and automatic > portupgrade will fail because www/neon28 will conflict with installed > www/neon26 port. > > You should upgrade neon library before subversion with the command: > > # portupgrade -o www/neon28 neon26 > > I did exactly that and It still fails: > > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.44225.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=neon26-0.26.4_1 UPGRADE_PORT_VER=0.26.4_1 make reinstall > ---> Restoring the old version > pkg_add: package 'neon26-0.26.4_1' conflicts with neon28-0.28.2_1 > pkg_add: -f specified; proceeding anyway > ** Fix the installation problem and try again. > [Updating the pkgdb in /var/db/pkg ... - 1002 packages found (-0 +1) . done] > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! www/neon28 (neon26-0.26.4_1) (install error) The last line you pasted indicates an install error of some sort, but you didn't list the original error. It'll be above the "** Command failed [exit code 1]: ..." line, possibly some lines up if the neon build requires gmake and recursed into a bunch of subdirectories before failing. -- Dan Nelson dnelson@allantgroup.com