From owner-freebsd-ports@FreeBSD.ORG Thu Oct 23 14:27:27 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11EF5D6D for ; Thu, 23 Oct 2014 14:27:27 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C988FD70 for ; Thu, 23 Oct 2014 14:27:26 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id CB76D1534DD for ; Thu, 23 Oct 2014 16:27:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LbpvpM3L3ljH; Thu, 23 Oct 2014 16:27:02 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:400a:afd7:bb08:9db3] (unknown [IPv6:2001:4cb8:3:1:400a:afd7:bb08:9db3]) by smtp.digiware.nl (Postfix) with ESMTP id 67D9A1534DC for ; Thu, 23 Oct 2014 16:27:02 +0200 (CEST) Message-ID: <5449102A.7010603@digiware.nl> Date: Thu, 23 Oct 2014 16:26:50 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: pkg ABI empy Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 14:27:27 -0000 Hi I'm trying to run pkg update -F in a jail on a 8.4 host. (8.4-STABLE FreeBSD 8.4-STABLE #222 r267755: Mon Jun 23 06:50:12 CEST 2014) On the actual iron I get: # pkg update -f Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 968 B 1.0k/s 00:01 Fetching digests.txz: 100% 2 MB 2.0M/s 00:01 Fetching packagesite.txz: 100% 5 MB 5.3M/s 00:01 Processing new repository entries: 100% The jail bombs out with: Updating FreeBSD repository catalogue... pkg: http://pkg.FreeBSD.org//latest/meta.txz: Not Found pkg: repository FreeBSD has no meta file, using default settings pkg: http://pkg.FreeBSD.org//latest/digests.txz: Not Found pkg: Unable to update repository FreeBSD /etc/pkg/FreeBSD.conf FreeBSD: { url: "pkg+http://pkg.FreeBSD.org//latest", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } So I conclude that the ABI env is empty. Short term solution to hardwire the configfile in the jail. But why is the ABI empy? jail and parent are running the smae software.... Regards, --WjW