From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 13:54:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4637516A4CE for ; Thu, 4 Nov 2004 13:54:58 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825A943D3F for ; Thu, 4 Nov 2004 13:54:57 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iA4DstGL070232; Thu, 4 Nov 2004 15:54:55 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 77794-08; Thu, 4 Nov 2004 15:54:54 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iA4Dssta070229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 4 Nov 2004 15:54:54 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iA4Dsdvq050213; Thu, 4 Nov 2004 15:54:39 +0200 (EET) (envelope-from ru) Date: Thu, 4 Nov 2004 15:54:39 +0200 From: Ruslan Ermilov To: Ivan Voras Message-ID: <20041104135438.GA50188@ip.net.ua> References: <200411041552.49345.brian@bee-s.com> <418A1A79.5000708@fer.hr> <20041104123937.GB48627@ip.net.ua> <20041104130411.GA13093@unixpages.org> <418A339B.4010001@fer.hr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xgyAXRrhYN0wYx8y" Content-Disposition: inline In-Reply-To: <418A339B.4010001@fer.hr> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: current@freebsd.org Subject: Re: make world DESTDIR=/jail fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 04 Nov 2004 13:54:58 -0000 --xgyAXRrhYN0wYx8y Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 04, 2004 at 02:50:19PM +0100, Ivan Voras wrote: > Christian Brueffer wrote: > >On Thu, Nov 04, 2004 at 02:39:37PM +0200, Ruslan Ermilov wrote: >=20 > >>Has been fixed in HEAD a few months ago in src/Makefile,v 1.442. > >>Once RELENG_5 opens for commits, I will MFC it. > >> > > > > > >Uhm, not being able to create jails seems like a major regression to me. > >How about MFC'ing it now, provided that re@ approves? >=20 > Yes, if it doesn't get fixed in 5.3-release, it's an instant errata=20 > candidate. If the code can't be MFC-ed, maybe the manpage should. >=20 I have this patch applied in my copy of RELENG_5 (attached). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Index: Makefile.inc1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.438.2.4 diff -u -r1.438.2.4 Makefile.inc1 --- Makefile.inc1 30 Sep 2004 23:36:06 -0000 1.438.2.4 +++ Makefile.inc1 4 Oct 2004 13:03:32 -0000 @@ -180,13 +180,13 @@ GROFF_TMAC_PATH=3D${WORLDTMP}/legacy/usr/share/tmac =20 # bootstrap-tools stage -BMAKEENV=3D DESTDIR=3D \ - INSTALL=3D"sh ${.CURDIR}/tools/install.sh" \ +BMAKEENV=3D INSTALL=3D"sh ${.CURDIR}/tools/install.sh" \ PATH=3D${BPATH}:${PATH} \ WORLDTMP=3D${WORLDTMP} \ MAKEFLAGS=3D"-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}" BMAKE=3D MAKEOBJDIRPREFIX=3D${WORLDTMP} \ ${BMAKEENV} ${MAKE} -f Makefile.inc1 \ + DESTDIR=3D \ BOOTSTRAPPING=3D${OSRELDATE} \ -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE \ -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS @@ -194,6 +194,7 @@ # build-tools stage TMAKE=3D MAKEOBJDIRPREFIX=3D${OBJTREE} \ ${BMAKEENV} ${MAKE} -f Makefile.inc1 \ + DESTDIR=3D \ BOOTSTRAPPING=3D${OSRELDATE} -DNOLINT -DNO_CPU_CFLAGS -DNO_WARNS =20 # cross-tools stage @@ -201,11 +202,10 @@ =20 # world stage WMAKEENV=3D ${CROSSENV} \ - DESTDIR=3D${WORLDTMP} \ _SHLIBDIRPREFIX=3D${WORLDTMP} \ INSTALL=3D"sh ${.CURDIR}/tools/install.sh" \ PATH=3D${TMPPATH} -WMAKE=3D ${WMAKEENV} ${MAKE} -f Makefile.inc1 +WMAKE=3D ${WMAKEENV} ${MAKE} -f Makefile.inc1 DESTDIR=3D${WORLDTMP} =20 # install stage .if empty(.MAKEFLAGS:M-n) --7AUc2qLy4jB3hD7Z-- --xgyAXRrhYN0wYx8y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBijSeqRfpzJluFF4RAvXXAJ9WdSQOy0eyIdbexwieD81vxZe/VQCeItKj GfqG5Q7f/Hkswpb8gVHpG/k= =wurV -----END PGP SIGNATURE----- --xgyAXRrhYN0wYx8y--