From owner-freebsd-questions@FreeBSD.ORG Sun Dec 23 16:29:45 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6876D203 for ; Sun, 23 Dec 2012 16:29:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 15FB28FC0C for ; Sun, 23 Dec 2012 16:29:44 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TmoQo-0002JF-Dy for freebsd-questions@freebsd.org; Sun, 23 Dec 2012 17:29:42 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Dec 2012 17:29:42 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Dec 2012 17:29:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Upgrade icu failed Date: Sun, 23 Dec 2012 16:29:16 +0000 (UTC) Lines: 61 Message-ID: References: <50D72E42.9000707@fechner.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 16:29:45 -0000 On Sun, 23 Dec 2012 17:16:02 +0100, Matthias Fechner wrote: > Dear list, > > I checked the file /usr/ports/UPDATING and there is noted 20121218 for > icu to execute the command: > portmaster -w -r icu > > (my system is already on pkgng as described a in the UPDATING file, > 20121015). > If I execute now portmaster i get the following error message: > ************************* > ===>>> icu-4.8.1.1_1 1/1 > > ===>>> Currently installed version: icu-4.8.1.1_1 ===>>> Port directory: > /usr/ports/devel/icu > > ===>>> Starting check for build dependencies ===>>> Gathering dependency > list for devel/icu from ports ===>>> Launching child to update > pkg-1.0.3_1 to pkg-1.0.4_1 > > ===>>> icu-4.8.1.1_1 1/1 >> pkg-1.0.3_1 (1/16) > > ===>>> Currently installed version: pkg-1.0.3_1 ===>>> Port directory: > /usr/ports/ports-mgmt/pkg > > ===>>> Starting check for build dependencies ===>>> Gathering dependency > list for ports-mgmt/pkg from ports ===>>> No dependencies for > ports-mgmt/pkg > > ===> Cleaning for pkg-1.0.4_1 You are about to convert your system to > pkgng while you have ports/packages installed with the old pkg_install > tools. > > You can choose to: > - keep pkg_install as the package management system by adding this line > to /etc/make.conf: > > WITHOUT_PKGNG=yes > > - switch to pkgng: > 1) Add WITHOUT_PKGNG to /etc/make.conf 2) Install ports-mgmt/pkg 3) > Convert your package database by running pkg2ng 4) Remove > WITHOUT_PKGNG from /etc/make.conf > > *** [pre-everything] Error code 1 > > Stop in /usr/ports/ports-mgmt/pkg. > > ===>>> make failed for ports-mgmt/pkg ===>>> Aborting update > > ===>>> Update for pkg-1.0.3_1 failed ===>>> Aborting update > ******************** > > Is this a know problem or the there someting in the UPDATING file not > mentioned? > In /etc/make.conf I have: > WITH_PKGNG=yes (as descriped in 20121015) What's the output from pkg_info? Have you done any other upgrades of ports since migrating to pkgng?