From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 26 21:08:43 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D207D14D for ; Mon, 26 Nov 2012 21:08:43 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6ABA68FC0C for ; Mon, 26 Nov 2012 21:08:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1Td5up-00050K-2S; Tue, 27 Nov 2012 00:08:32 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=cNulYhn1bgIoY/LmLMPR4fjxmzGZcOJP0lTagV9rspE=; b=VPR8quqSWztSY+wWnd7iWIwFkJRXr47K1O/sMoeAV0kdm+aYLcXNstcS+b1vZgK4v1VOWXq2VPmALXBx2y/9oKptv8ln3Py4i1zQTG9W5XfsFODvjGxvzI/fet1xn4EpFztXAEofnMp7vOVhy8yWqQrcRIQnKn04VTVsoQcaXPk=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Td5sR-000BqV-Jz; Mon, 26 Nov 2012 21:06:08 +0000 From: Jan Beich To: AN Subject: Re: [SVN-Commit] r1104 - in trunk/www: firefox-nightly/files firefox/files In-Reply-To: (AN's message of "Mon, 26 Nov 2012 15:25:49 -0500 (EST)") Date: Mon, 26 Nov 2012 19:06:14 -0200 References: <201211260513.qAQ5DBYH050430@trillian.chruetertee.ch> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Td5sR-000BqV-Jz@internal.tormail.org> Cc: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 21:08:43 -0000 AN writes: (from an earlier thread) > ===> Applying FreeBSD patches for firefox-nightly-19.0.113674,1 > ===> Applying NSPR patches > cannot open /home/root/ff_nightly/../../devel/nspr/files/patch-*: No > such file or directory > *** [gecko-post-patch] Error code 2 It's a partial checkout issue. Replace ${.CURDIR}/../../ with ${PORTSDIR}/ as a workaround. > ===> firefox-nightly-20.0.114111,1 depends on package: nspr>=4.9.4 - > ===> Found nspr-4.9.3, but you need to upgrade to nspr>=4.9.4. > *** [build-depends] Error code 1 It's a partial checkout issue. You have to install 4.9.4 from gecko repo. > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #45 r243567: Mon Nov > 26 14:38:46 EST 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL > amd64 [...] > pkg_info: You appear to be using the newer pkg(1) tool on this system > for package management, rather than the legacy package management > tools (pkg_*). The legacy tools should no longer be used on this > system. - bsd.port.mk sets WITH_PKGNG for -CURRENT by default (since 2012-10-10) - pkg_info found /var/db/pkg/local.sqlite and warns about inconsistency > # cat /etc/make.conf > WITHOUT_PKGNG=yes [..] > I build all ports locally, I never switched to pkgng. Is this a mistake? local.sqlite could be from before you've added WITHOUT_PKGNG to make.conf. So, just reinstall ports from pkgng database and remove the file. # a list of ports from pkgng database without using pkg(8) $ sqlite3 /var/db/pkg/local.sqlite 'select origin from packages'