Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jul 2014 15:04:32 +0200
From:      Lars Engels <lars.engels@0x20.net>
To:        Pete French <petefrench@ingresso.co.uk>
Cc:        owner-freebsd-stable@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: Issues using =?UTF-8?Q?new=5Fxorg=20pkg=20repository?=
Message-ID:  <d17f5aa3ad42c9d4c10c52906be64df4@mail.0x20.net>
In-Reply-To: <E1X4qpw-0001Yw-VR@dilbert.ingresso.co.uk>
References:  <E1X4qpw-0001Yw-VR@dilbert.ingresso.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 2014-07-09 14:19, schrieb Pete French:
> Instructions for using the new repository are as follows:
> 
>> mkdir -p /usr/local/etc/pkg/repos
>> cat > /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf <<EOF
>> # /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf
>> # It is still required to have /etc/pkg/FreeBSD.conf installed and 
>> enabled.
>> # If that file is missing or if /usr/share/keys/pkg is missing see:
>> # http://www.freebsd.org/security/advisories/FreeBSD-EN-14:03.pkg.asc
>> 
>> FreeBSD_new_xorg: {
>>    url: "pkg+http://pkg.FreeBSD.org/${ABI}/new_xorg",
>>    mirror_type: "srv",
>>    signature_type: "fingerprints",
>>    fingerprints: "/usr/share/keys/pkg",
>>    enabled: yes
>> }
>> EOF
> 
> Having dne that, however, if I do 'pkg update' what I
> get is this:
> 
> Updating repository catalogue
> pkg: http://pkg.FreeBSD.org//new_xorg/digests.txz: Not Found
> pkg: Unable to find catalogs
> 
> I am running 9.3-PRERELEASE (amd64) - this should work simply by
> following the instuctions should it not ? From looking at
> the error it would appear that ABI is not being set - yet
> the same syntax is being used in /etc/pkg/FreeBSD.conf and
> it appears to work there.
> 
> Any suggestions ? I suspect I have missed something obvious, but what ?
> 


Whad does this show:

pkg -vvv | grep -e ABI -e url



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