Re: error message from pkg on HEAD

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Mon, 13 Jan 2014 23:22:43 -0500
On Mon, Jan 13, 2014 at 08:15:34PM -0800, John-Mark Gurney wrote:
> So, now when I run pkg I get the following:
> pkg: Ignoring bad configuration entry in /usr/local/etc/pkg/repos/FreeBSD.conf: "URL: http://pkg.freebsd.org/${ABI}/latest"
> pkg: Ignoring bad configuration entry in /usr/local/etc/pkg/repos/FreeBSD.conf: true
> pkg: Ignoring bad configuration entry in /usr/local/etc/pkg/repos/FreeBSD.conf: "SRV"
> 
> pkg does seem to work so I'm not sure what I need to do.  I think I was
> told to add these lines to the file, though I'm not sure, so I don't want
> to delete them.
> 
> Thanks for help in letting me know what the solution is.
> 
> # pkg -v
> 1.2.4_1
> # uname -a
> FreeBSD carbon.funkthat.com 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r260082M: Wed Jan  1 12:08:41 PST 2014     jmg_at_carbon.funkthat.com:/usr/obj/usr/src/sys/lockprof  amd64
> # cat /usr/local/etc/pkg/repos/FreeBSD.conf 
> FreeBSD:
>   URL: http://pkg.freebsd.org/${ABI}/latest
>   ENABLED: YES
>   MIRROR_TYPE: SRV
> 

The file format is incorrect.

FreeBSD: {
    url: "http://pkg.freebsd.org/${ABI}/latest",
    enabled: yes,
    mirror_type: "srv"
    }

Glen


Received on Tue Jan 14 2014 - 03:22:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:46 UTC