From owner-freebsd-current@freebsd.org Sun Dec 18 10:37:43 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 160EDC8669D for ; Sun, 18 Dec 2016 10:37:43 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3FDF16F0 for ; Sun, 18 Dec 2016 10:37:42 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 71DD520622 for ; Sun, 18 Dec 2016 05:37:34 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Sun, 18 Dec 2016 05:37:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=skunkwerks.at; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=rA1MmjWEN4NbzX1X4PM7kCypxa 8=; b=HNIY3T85MwfT91cblmfVtLffiiZFIDVZnORiHO+uL2kZVdlzZiXxgmqHdv wUqlk6emXRhrbRsDGJBD8FlKdNNVYXhzE2D+09C+OZ8VBohBaQGKPMSvr7IqnYwU +TgwJVQtK93Vn/dwZ2JwZk5oezAC7AhGNDkNbjU4MfNiDB4fc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=rA 1MmjWEN4NbzX1X4PM7kCypxa8=; b=lhiQGnfhjhlgkrpiJfYVbv8/s6mYbgcqfG bHw1eF2vZ3LN1gZR0SFqNW9ny62Qc2FJ3UWWmourCAOKrNIMf6KAbiCsIYpa3//P ksL9nEcPH8lPie3BwWpuA2LP6RQKVH8M6DjJ3G2wh5q6wLk6n5TmjpcoteuuNW1K v33YFGXHA= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 48AB548002; Sun, 18 Dec 2016 05:37:34 -0500 (EST) Message-Id: <1482057454.3494650.822598369.2BC5D3BD@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-85983a1c Date: Sun, 18 Dec 2016 11:37:34 +0100 References: In-Reply-To: Subject: Re: A quick question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 18 Dec 2016 10:37:43 -0000 On Sun, 18 Dec 2016, at 10:07, blubee blubeeme wrote: > Hi > > I am on a Macbook pro 11,3 and I wanted to start trying to help sort out > some problems that might be too small for the overall team but might help > others in the future. \o/ there are a few of us about, I'm using a MacBookPro 11,2. > Anyways I am on 12-CURRENT but when I installed from the USB stick I > didn't > check the docs and 32 bit binaries. > > svn checkout svn://svn.freebsd.org/base/head /usr/src > svn checkout svn://svn.freebsd.org/ports/head /usr/ports > svn checkout svn://svn.freebsd.org/doc/head /usr/doc > > once I do the above steps, do I have to rebuild the entire world? > Currently > all I am missing is the 32 bit binaries, could I just rebuild those > instead > of building the entire system? > > > Best, > Owen Hi Owen You probably only need to unpack http://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/12.0-CURRENT/*.txz ; I'm assuming this snapshot is still from the same date as your installer. If your USB stick has the txz on it, then you can extract them from there as well. Something like tar -xf docs.txz -C / is probably all you need. NB not tested, viz xkcd.com/1168 A+ Dave