From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 16 22:15:47 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E6E1065672 for ; Tue, 16 Aug 2011 22:15:47 +0000 (UTC) (envelope-from ttsestt@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 07B018FC08 for ; Tue, 16 Aug 2011 22:15:46 +0000 (UTC) Received: by fxe4 with SMTP id 4so382766fxe.13 for ; Tue, 16 Aug 2011 15:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=G3LAFvV72j2ScvMOtcdANiJq5bnT7TwZE0ig6t7Sg88=; b=XuTkIkzLh1/kKN/r4ilGMbWHVS5qApqSLxrairCefbJJxTz5o1J14Z2+TMX4utx59B 0jaKNrd2BaJ6hSLA+HH+OSBa+lmmMtJ5tV6Rb89713puMI7Eh9hdUXiODLhWpsGb6F+g buhFGnXR2i7MCN35CDsntBFKfdaB4db9c1pfA= Received: by 10.223.2.139 with SMTP id 11mr302258faj.102.1313532945923; Tue, 16 Aug 2011 15:15:45 -0700 (PDT) Received: from localhost (tor-exit-router36-readme.formlessnetworking.net [199.48.147.36]) by mx.google.com with ESMTPS id b14sm380083fab.43.2011.08.16.15.15.42 (version=SSLv3 cipher=OTHER); Tue, 16 Aug 2011 15:15:45 -0700 (PDT) From: Test Rat To: Sean Bruno References: <1313531445.3828.1.camel@hitfishpass-lx.corp.yahoo.com> Date: Wed, 17 Aug 2011 02:15:27 +0400 In-Reply-To: <1313531445.3828.1.camel@hitfishpass-lx.corp.yahoo.com> (Sean Bruno's message of "Tue, 16 Aug 2011 14:50:45 -0700") Message-ID: <86y5yt0zr4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: "freebsd-hackers@freebsd.org" Subject: Re: building my own release images from -CURRENT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2011 22:15:47 -0000 Sean Bruno writes: > Just trying some hackery with building my own release images from > -CURRENT today. > > I've built world and my kernel, when I enter release and "make memstick" > I get the following: > > ** Creating the temporary root environment in /var/tmp/temproot > *** /var/tmp/temproot ready for use > *** Creating and populating directory structure in /var/tmp/temproot > > > *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to > the temproot environment > > *** Error code 1 > > Stop in /dumpster/scratch/sbruno-scratch/test/release. Where points /usr/src? Have you tried the patch in misc/159666 ?