Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 16:29:44 +0200
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        ports@freebsd.org
Subject:   Re: pkg ABI empy
Message-ID:  <544910D8.5020001@digiware.nl>
In-Reply-To: <5449102A.7010603@digiware.nl>
References:  <5449102A.7010603@digiware.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014-10-23 16:26, Willem Jan Withagen wrote:
> 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....

Please ignore... stupid pilot error,

The ${ABI} is eaten in the HERE-file expansion of my shellscript.

--WjW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?544910D8.5020001>