error message from pkg on HEAD

Glen Barber gjb at FreeBSD.org
Tue Jan 14 04:22:47 UTC 2014


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20140113/ac9cea03/attachment.sig>


More information about the freebsd-current mailing list