From owner-freebsd-current@FreeBSD.ORG Sun Feb 3 05:46:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88560BAB for ; Sun, 3 Feb 2013 05:46:43 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 48694802 for ; Sun, 3 Feb 2013 05:46:42 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r135kfuw072027 for freebsd-current@freebsd.org; Sun, 3 Feb 2013 05:46:41 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 3fi8yqvvnpxyx2qaxgsbc6yjqa; for freebsd-current@freebsd.org; Sun, 03 Feb 2013 05:46:41 +0000 (UTC) (envelope-from kientzle@freebsd.org) From: Tim Kientzle Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Better pkg bootstrapping instructions? Date: Sat, 2 Feb 2013 21:46:41 -0800 Message-Id: <6E30CAD7-182D-48BA-BFF2-E56547989902@freebsd.org> To: freebsd-current Current Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 03 Feb 2013 05:46:43 -0000 Especially on -CURRENT, it's not going to be uncommon to see things like this: The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg please wait _http._tcp.pkg.FreeBSD.org pkg: Error fetching = http://pkg.FreeBSD.org/freebsd:10:arm:32:el:oabi:softfp/latest/Latest/pkg.= txz: Not Found It would be nice if the next line said: "A pre-built version of pkg could not be found for your system." "Please install it from source using the ports-mgmt/pkg port."