From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 09:57:09 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 49B5016A41F for ; Sat, 3 Dec 2005 09:57:09 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8CD43D45 for ; Sat, 3 Dec 2005 09:57:08 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so321668nzo for ; Sat, 03 Dec 2005 01:57:08 -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=LjHN5xEOwfoz442vTtMNC9F39wMVLexrhuifmmb3yyTWtjuZFnOWkmoMGhbD8WfmHE2M9nvQ5SogTLVHSXqEWZP2CnCDxEItm/fYNU7pOfdqClOVp8e7rdlG4jtiGsAgRfbgl33AqPAMLmxDup1XuPn65A+uhHaXJb0fcf4XfeQ= Received: by 10.36.220.33 with SMTP id s33mr3520056nzg; Sat, 03 Dec 2005 01:57:07 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 5sm4405831nzk.2005.12.03.01.57.07; Sat, 03 Dec 2005 01:57:07 -0800 (PST) From: "Michael C. Shultz" To: edward Date: Sat, 3 Dec 2005 01:57:03 -0800 User-Agent: KMail/1.8.3 References: <439093D2.3020905@wanadoo.fr> <200512021050.38867.ringworm01@gmail.com> <4391650F.2050304@wanadoo.fr> In-Reply-To: <4391650F.2050304@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512030157.04271.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org 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: Sat, 03 Dec 2005 09:57:09 -0000 > Hi Mike, > Thanks. Your help will be much appreciated. > Here is the log file, after running portmanager -u -l : > > xorg-clients-6.8.2_1 /x11/xorg-clients > MISSING xorg-clients-6.8.2_1 > /x11/xorg-clien > ts > > xorg-clients-6.8.2_1 /x11/xorg-clients > failed during make, adding to ignore.db > > > linux-sun-jdk-1.4.2.08_1 /java/linux-sun-jdk14 > OLD linux-sun-jdk-1.4.2.10 > /java/linux-sun > -jdk14 > > linux-sun-jdk-1.4.2.08_1 /java/linux-sun-jdk14 marked IGNORE port > not installed/updated You probably want to ignore linux-sun-jdk-1.4.2.08_1, correct? > compat3x-i386-5.0.20020925 /misc/compat3x > MISSING compat3x-i386-5.0.20020925 > /misc/compat3x > > compat3x-i386-5.0.20020925 /misc/compat3x marked FORBIDDEN port > not installed/updated run pkg_delete -f compat3x-i386-5.0.20020925 and get this out of your system > 00243 have:nvidia-driver-1.0.7676_1 /x11/nvidia-driver > CURRENT pkg_delete -f nvidia-driver-1.0.7676_1 and xorg-clients should build. Then run portmanager -u -p -l When portmanager is done then run portmanager x11/nvidia-driver to install this again When all is done you may have something left with java build dependencies, lets tackle those after the above is handled.... -Mike