From owner-freebsd-current@FreeBSD.ORG Tue Jan 14 18:09:59 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 220DD196; Tue, 14 Jan 2014 18:09:59 +0000 (UTC) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF5E91FBB; Tue, 14 Jan 2014 18:09:58 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id i7so1156357oag.40 for ; Tue, 14 Jan 2014 10:09:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2ERvCzx46d6MqGObAW/4QnV8zGdxFwavTtFZ93gxyn0=; b=i0vm7S06+QbwnS3OcjX3mX9ZdWrB3y1d7Q0Ykmlza731tkytwJNpLujCbfJx+SKIDN vo/V97PsAlr0NIT4xiqUn9kqTbMjjLt7sxADbbh5B4HnjbX3eDzUURqrzxvz3WjpJPxd gucH6mPLN/+w4KwR7eMyEaAy52eNtW2hC4KbgOyutOpZxfxpeS1FyoNshJCKn6LIJ6Di TsxCJqdCCtVuZZBzHuavPLhNjtkkInkdTmbmnjfn9DkUEYe6qjln2HnpU5xegcrJigDw B9nBgku3YUz27cPBw0Zwbv7UuY3uqaIUbBOTWr/SeZrFA2/tIfWAZqXvCI4Y7wTQ9j94 05IA== MIME-Version: 1.0 X-Received: by 10.60.46.162 with SMTP id w2mr2321316oem.48.1389722997161; Tue, 14 Jan 2014 10:09:57 -0800 (PST) Received: by 10.76.132.9 with HTTP; Tue, 14 Jan 2014 10:09:57 -0800 (PST) In-Reply-To: <20140114042243.GW1742@glenbarber.us> References: <20140114041534.GJ2982@funkthat.com> <20140114042243.GW1742@glenbarber.us> Date: Tue, 14 Jan 2014 10:09:57 -0800 Message-ID: Subject: Re: error message from pkg on HEAD From: Freddie Cash To: Glen Barber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: John-Mark Gurney , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 18:09:59 -0000 On Mon, Jan 13, 2014 at 8:22 PM, Glen Barber wrote: > 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 wa= nt > > 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@carbon.funkthat.com:/usr/o= bj/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" > } > > Shouldn't the URL start with "pkg+http://"?=E2=80=8B=E2=80=8B --=20 Freddie Cash fjwcash@gmail.com