From owner-freebsd-current@FreeBSD.ORG Tue Sep 4 03:45:12 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5E311065670 for ; Tue, 4 Sep 2012 03:45:12 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 8D1E88FC1A for ; Tue, 4 Sep 2012 03:45:12 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=FTmleD W24DgiwM71zsBbsPUGUUTjtMezScAkm9HRkEc8V3n/xdNuKp+O55x/1l1x5FlQjz xklOmbz5dTiojdIHIlniya657aKsSAPq4e1DSaCm6Vr4P9K8VHTfToDK6xyP1hi5 08gPnJDGh+ehlTm/rC/UlIcWcqiFcna7hxxHU= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=jC90imSbPw3z bMy9BsrX7dfmiUNcZbkXKTBzr5QxRFM=; b=Ldrv3I1yw2GUWqIXjEXd3HM72ra8 ZhDBGJnCQ7umnexHyzgQ+9jBPQMSA2vf5dfSy194fGzm42T2aEc1VjHhNg04o3BH aHoiICD5DoDdY6mqED0dVCw/L17opDtFf+f3wQ5RkV3rRwAkOXhyvdcg2jYJPtqD /JI90RbhmxFCDtg= Received: (qmail 73835 invoked from network); 3 Sep 2012 22:45:10 -0500 Received: from unknown (HELO ?10.10.0.115?) (bryan@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 3 Sep 2012 22:45:10 -0500 Message-ID: <50457942.90909@shatow.net> Date: Mon, 03 Sep 2012 22:45:06 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: AN References: In-Reply-To: X-Enigmail-Version: 1.4.4 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , freebsd-current@freebsd.org, Ports FreeBSD Subject: Re: recent update seems to break portupgrade X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 03:45:13 -0000 On 9/4/2012 2:14 AM, AN wrote: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #18 r240078: Mon Sep 3 > 17:41:46 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > > # cat /etc/make.conf > OVERRIDE_LINUX_BASE_PORT=f10 > QT4_OPTIONS= QGTKSTYLE > > # added by use.perl 2012-04-04 01:11:13 > PERL_VERSION=5.14.2 > MALLOC_PRODUCTION=yes > WITH_PKGNG=no *Defining* WITH_PKGNG enables it. This is very common with ports infrastructure. Remove this from your make.conf to not use pkgng. > > I just tried to do a portupgrade and received the following on the > command line. I compiled my system (world and ports from source). > Portupgrade worked earlier today before I upgraded to r240078. > > # portupgrade -va > ---> Session started at: Mon, 03 Sep 2012 22:51:25 -0400 > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > ** Port directory not found: www/ff_nightly > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status > "/usr/ports/Mk/bsd.openssl.mk", line 109: warning: "/usr/local/sbin/pkg > which -qo /usr/local/lib/libcrypto.so" returned non-zero status This is not a portupgrade problem. These errors are a problem with bsd.port.mk. I've been meaning to write up a patch for a while now and get to bapt for testing. If he doesn't get to it first, I'll get one submitted soon. > ^C > > Not sure what is going on, I guess it is related to pkg: > > # whereis pkg > pkg: /usr/sbin/pkg /usr/local/man/man8/pkg.8.gz /usr/src/usr.sbin/pkg > [root@FBSD10 ~]# ls -l /usr/sbin/pkg > -r-xr-xr-x 1 root wheel 16256 Sep 3 13:55 /usr/sbin/pkg > > If I do not want to use pkg do I need an entry in /etc/src.conf? How do > you disable pkg? How do I run portupgrade now? > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Regards, Bryan Drewery bdrewery@freenode/EFNet