From owner-freebsd-stable@FreeBSD.ORG Fri Sep 20 06:08:48 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTP id 9931AA61 for ; Fri, 20 Sep 2013 06:08:48 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:4]) by mx1.freebsd.org (Postfix) with ESMTP id 2CC0A20A5 for ; Fri, 20 Sep 2013 06:08:47 +0000 (UTC) Received: from ppp118-210-231-94.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.231.94]) by ipmail04.adl6.internode.on.net with ESMTP; 20 Sep 2013 15:38:30 +0930 Message-ID: <523BE651.5030109@ShaneWare.Biz> Date: Fri, 20 Sep 2013 15:38:17 +0930 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Subject: Problem using mergemaster for 10-alpha Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 06:08:48 -0000 I have setup a few machines in the past from CD installer and my current machine started with CD install and was then updated from source. Currently my machine runs 9.1-RELEASE-p3 Yesterday I started to setup a clean 10.0 install onto a new drive that I can boot from to test ports building with, but had trouble running mergemaster to get the config files into place. I manually copied the /etc files from /var/tmp/temproot to get the system running. The steps I used are based on the handbook upgrade steps but I don't see any variations to do a clean install from source (I created empty src.conf and make.conf to prevent using my current files) - setenv TOPDIR ~/Projects/f10-test setenv TMPTESTROOT /mnt setenv MAKEOBJDIRPREFIX ${TOPDIR}/obj cd ${TOPDIR} svn co svn://svn0.us-west.FreeBSD.org/base/head src touch make.conf touch src.conf setenv __MAKE_CONF ${TOPDIR}/make.conf setenv SRCCONF ${TOPDIR}/src.conf cd ${TOPDIR}/src make -j4 buildworld make -j4 buildkernel mount /dev/da4p3 ${TMPTESTROOT} make installkernel DESTDIR=${TMPTESTROOT} mergemaster -p -a -m ${TOPDIR}/src -D ${TMPTESTROOT} make installworld DESTDIR=${TMPTESTROOT} mergemaster -a -m ${TOPDIR}/src -D ${TMPTESTROOT} When using mergemaster with -a I get the following error *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot install: illegal option -- l usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** FATAL ERROR: Cannot 'cd' to /home/shane/Projects/f10-test/src and install files to the temproot environment