From owner-freebsd-questions@FreeBSD.ORG Thu Sep 26 04:03:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0E5CDDC6 for ; Thu, 26 Sep 2013 04:03:42 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C17FC29D0 for ; Thu, 26 Sep 2013 04:03:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VP2ni-0001Rk-Hj for freebsd-questions@freebsd.org; Thu, 26 Sep 2013 06:03:38 +0200 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 ; Thu, 26 Sep 2013 06:03:38 +0200 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 ; Thu, 26 Sep 2013 06:03:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Problems with 9.2-RC3 Date: Thu, 26 Sep 2013 04:03:19 +0000 (UTC) Lines: 44 Message-ID: References: <86d2nwcyeo.fsf@gly.ath.cx> 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.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) 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: Thu, 26 Sep 2013 04:03:42 -0000 On Wed, 25 Sep 2013 19:46:39 -0300, Joseph Mingrone wrote: > Walter Hurry writes: > >> Running 9.2-RC4 in a VirtualBox VM, I am having a few problems. >> >> FreeBSD freebsd.vm 9.2-RC3 FreeBSD 9.2-RC3 #1 r254965: Wed Aug 28 >> 04:17:40 BST 2013 root@freebsd.vm:/usr/obj/usr/src/sys/VM4 amd64 >> >> At this stage I am reluctant to file PRs, as doubtless some of these >> are of my own making. >> >> The first is that I cannot get port devel/xdg-utils to install. The >> error is: >> >> ===> Installing for xdg-utils-1.0.2.20130919 ===> Registering >> installation for xdg-utils-1.0.2.20130919 pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- >> desktop-icon.1): No such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- >> desktop-menu.1): No such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- email.1): No >> such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- >> icon-resource.1): No such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- mime.1): No >> such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- open.1): No >> such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- >> screensaver.1): No such file or directory pkg-static: >> lstat(/usr/ports/devel/xdg-utils/work/stage/usr/local/xdg- settings.1): >> No such file or directory *** [fake-pkg] Error code 74 >> >> What have I done wrong? It seems fine on 9.1 and 10.0. >> >> > There were some staging problems with ports. Update your ports tree > then upgrade ports-mgmt/pkg and the problem should resolve itself. Thanks! I cleared down the ports tree, did a fresh 'portsnap fetch extract', and all is now well in this regard.