From owner-freebsd-questions@FreeBSD.ORG Sun May 10 22:25:11 2009 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 32D2E1065672 for ; Sun, 10 May 2009 22:25:11 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.freebsd.org (Postfix) with ESMTP id C0A5B8FC1D for ; Sun, 10 May 2009 22:25:10 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.139] (helo=anti-virus01-10) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1M3H8A-0000vo-Ik for freebsd-questions@freebsd.org; Sun, 10 May 2009 23:04:22 +0100 Received: from [92.237.59.138] (helo=atlantis) by asmtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1M3H82-0003bP-9D for freebsd-questions@freebsd.org; Sun, 10 May 2009 23:04:14 +0100 Message-ID: <8CE8C5111A56466A86106CAA7C1881D4@atlantis> From: "Jasvinder S. Bahra" To: Date: Sun, 10 May 2009 23:04:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Mailman-Approved-At: Sun, 10 May 2009 22:48:35 +0000 Subject: cups-base upgrade failure 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: Sun, 10 May 2009 22:25:11 -0000 Hi, I'm trying to upgrade cups-base on my system, but i'm having some problems. When I try (using portupgrade), i'm presented with the following... ----------8<---------- gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/ports/basejail/usr/ports/print/cups-client/work/cups-1.3.10/ppd' Making all in templates... gmake[1]: Entering directory `/var/ports/basejail/usr/ports/print/cups-client/work/cups-1.3.10/templates' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/var/ports/basejail/usr/ports/print/cups-client/work/cups-1.3.10/templates' ===> Installing for cups-client-1.3.10_1 ===> Generating temporary packing list ===> Checking if print/cups-client already installed ===> cups-client-1.3.10_1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of print/cups-client without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /basejail/usr/ports/print/cups-client. *** Error code 1 Stop in /basejail/usr/ports/print/cups-client. *** Error code 1 Stop in /basejail/usr/ports/print/cups-base. *** Error code 1 Stop in /basejail/usr/ports/print/cups-base. *** Error code 1 Stop in /basejail/usr/ports/print/cups-base. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20090510-49660-5q2d8w-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cups-base-1.3.9_3 UPGRADE_PORT_VER=1.3.9_3 make reinstall ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 39 packages found (-0 +1) . done] ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! print/cups-base (cups-base-1.3.9_3) (install error) ----------8<---------- If I do a "uname -a", I get the following... ----------8<---------- FreeBSD pearl.xxxxxxxxxx.xxx 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #0: Mon Apr 27 19:11:59 BST 2009 jazz@watchtower.xxxxxxxxxx.xxx:/usr/obj/usr/src/sys/WATCHTOWER i386 ----------8<---------- I've looked in /usr/ports/UPDATING, but i'm not seeing anything regarding cups. Anyone have any ideas? Jazz