From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 18:50:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 091FE16A41F for ; Fri, 2 Dec 2005 18:50:45 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8787543D45 for ; Fri, 2 Dec 2005 18:50:44 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so193460nzo for ; Fri, 02 Dec 2005 10:50:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GrPX8//9E6l291CZgNYEoWRhWgBxhGqUZvzJWSHGwQ86EiPjBCd2yezu04m6GXFKTzFPTd4yMAjMKQwEl2M0zOps9H0hEUJGNbrs7qgxUI0hL6cLmQr1tU9o9NiJlf+AAKNNzagrzRF64DENh6AAi7SceOCS14on+AOmSRBUW+U= Received: by 10.36.177.16 with SMTP id z16mr2909712nze; Fri, 02 Dec 2005 10:50:44 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 24sm1788492nzn.2005.12.02.10.50.42; Fri, 02 Dec 2005 10:50:43 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 2 Dec 2005 10:50:37 -0800 User-Agent: KMail/1.8.3 References: <439093D2.3020905@wanadoo.fr> In-Reply-To: <439093D2.3020905@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512021050.38867.ringworm01@gmail.com> Cc: edward Subject: Re: Trouble upgrading ports collection 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: Fri, 02 Dec 2005 18:50:45 -0000 On Friday 02 December 2005 10:34, edward wrote: > Hi all, > I'm having a hard time upgrading my ports. I recently did a > # cvsup -g -L 2 ports-supfile > then did a > # portupgrade -ar0 > which took care of a good share of my ports. But quite a few were > skipped or failed. There wasn't much concerning these particular ports > in /usr/ports/UPDATING. I did a pkgdb -F and tried my luck with > portupgrade -ar0 again. A few ports were then successfully updated. I > updated some others manually with a make desinstall / make reinstall > sequence, but I'm still stuck with 3 ports that refuse to upgrade : > > ** Listing the failed packages (*:skipped / !:failed) > ! graphics/libpixman (libpixman-0.1.6) (invalid package name) > ! multimedia/linux-realplayer (linux-realplayer-10.0.5) > (uninstall error) > * www/linuxpluginwrapper (linuxpluginwrapper-20050910) > ! x11/kdelibs3 (kdelibs-3.4.2_1) (linker error) > * x11-wm/kompmgr (kdebase-kompmgr-3.4.2) > * graphics/kdegraphics3 (kdegraphics-3.4.2_1) > * x11/kdebase3 (kdebase-3.4.2_2) > * x11-themes/kdeartwork3 (kdeartwork-3.4.2) > * sysutils/k3b (k3b-0.11.14) > * devel/kdesdk3 (kdesdk-3.4.2) > * www/kdewebdev (kdewebdev-3.4.2,2) > * deskutils/superkaramba (superkaramba-0.36_1) > * x11-themes/gtk-qt-engine (gtk-qt-engine-0.6_2) > * java/eclipse (eclipse-3.1_3) > * net/azureus (azureus-2.3.0.4_1) > ---> Packages processed: 0 done, 272 ignored, 12 skipped and 3 failed > > > Apparently, xorg-clients is needed. I deinstalled it but the reinstall > command gives an error. Tried portinstall xorg-clients, I get the > > following,at the end of the install/compile sequence : > : undefined reference to `glXGetProcAddress' > > xdriinfo.o(.text+0x5b): In function `main': > : undefined reference to `glXGetProcAddress' > > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xdriinfo. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall52875.0 make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! x11/xorg-clients (linker error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > # > Any ideas ? (I realise this all seems pretty confused. Sorry, bear with > me;-) > Edward try sysutils/portmanager run it as portmanager -u -l and if any ports fail to upgrade send me the log and I will help you ot the best I can. -Mike