Date: Fri, 20 Sep 2013 05:09:32 -0500 From: Bryan Drewery <bryan@shatow.net> To: Shane Ambler <FreeBSD@ShaneWare.Biz> Cc: freebsd-stable@FreeBSD.org Subject: Re: Problem using mergemaster for 10-alpha Message-ID: <20130920100932.GA74496@admin.xzibition.com> In-Reply-To: <523BE651.5030109@ShaneWare.Biz> References: <523BE651.5030109@ShaneWare.Biz>
next in thread | previous in thread | raw e-mail | index | archive | help
--9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 20, 2013 at 03:38:17PM +0930, Shane Ambler wrote: > 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 >=20 > 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. >=20 > 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) - >=20 > 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=3D${TMPTESTROOT} > mergemaster -p -a -m ${TOPDIR}/src -D ${TMPTESTROOT} > make installworld DESTDIR=3D${TMPTESTROOT} > mergemaster -a -m ${TOPDIR}/src -D ${TMPTESTROOT} >=20 >=20 >=20 > When using mergemaster with -a I get the following error >=20 >=20 > *** Creating the temporary root environment in /var/tmp/temproot > *** /var/tmp/temproot ready for use > *** Creating and populating directory structure in /var/tmp/temproot >=20 > 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 ... >=20 > *** FATAL ERROR: Cannot 'cd' to /home/shane/Projects/f10-test/src and > install files to > the temproot environment See /usr/src/UPDATING entry 20130425 >=20 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --9amGYk9869ThD9tj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQIcBAEBAgAGBQJSPB7ZAAoJEG54KsA8mwz5n1UP/08qrQAiAg0NOOVH+lTIoSLY LUJrq5dD9ni82y3q++E5Pv/6NMyueHyXGXU9hPJjWZCAB+AUKVzVkA8W5uK+4qyn lIqa9Cds5pHR7Z5DSWhSvHTeXGJLSqnYBCdcqTPQ6rfw+yT/TQGWJ9ATrCsgZbPz vmVSZt1umletrF0mSK6+l7PWsj7ycgMNzXbhWVyRo+agKvV7W2dD3FbPgHYtTqP7 FI5i/K4AcvUmY04Uy/gw+fFdxKbTWkMkK2cpQ4L310+2AsOm98yXrKld+KqWcCjL bjxpL4eD3VTcUap4DTA+VftIDi/R4uvBLJhjGuTYqaxre/iF1FhAk6zwN5QvMRhq Ib49+Tg8FJHldjYVuhAC8G7dd5/EFBCK4lS5AlBScIp5W8Zhgh1D5N4B1RGqnOwb NI/wxJ9/GkbfK4vLqNdxjSosuvH6GuJUnWkD2e0gM/JSAOmZ52s3C4XPYLQHWX/c HFvUnl+bpWd5RMonTKQWXSRPnkI6KqsZA+dGNt38jLMrSLXt2o8r9ODaOPsu5gvB dI7E5QhAG4VBcVnMUDH13S0YRkbbMfuUVjX+7EGDzGRpKonWkaU3DeY7Qgw8dsXU Z7ULz8bNMSvmcLzWVKY5xYRrYZdkQhLxrrv179bqZO+iS2jcmQIfTk9khJr4ZMTP 1a5zf12oSjHndju5k/TS =gaHK -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130920100932.GA74496>