From owner-freebsd-stable@FreeBSD.ORG Wed Nov 24 20:51:32 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13CD216A4CE for ; Wed, 24 Nov 2004 20:51:32 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 100FF43D55 for ; Wed, 24 Nov 2004 20:51:31 +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 iAOKpTLi012078; Wed, 24 Nov 2004 22:51:29 +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 15741-05; Wed, 24 Nov 2004 22:51:29 +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 iAOKpTtt012075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Nov 2004 22:51:29 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAOKpXfC049386; Wed, 24 Nov 2004 22:51:33 +0200 (EET) (envelope-from ru) Date: Wed, 24 Nov 2004 22:51:33 +0200 From: Ruslan Ermilov To: Paulo Fragoso Message-ID: <20041124205133.GB14461@ip.net.ua> References: <41A4DD11.7040407@nlink.com.br> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eAbsdosE1cNLO4uF" Content-Disposition: inline In-Reply-To: <41A4DD11.7040407@nlink.com.br> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-stable@FreeBSD.org Subject: Re: Are there a make problem? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 20:51:32 -0000 --eAbsdosE1cNLO4uF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 24, 2004 at 04:12:17PM -0300, Paulo Fragoso wrote: > Hi, >=20 > We are trying to create a jail with FreeBSD 5.3 but it's fails with this > error: >=20 > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c > /usr/src/games/fortune/strfile/strfile.c > make: don't know how to make /j/usr/lib/libc.a. Stop > *** Error code 2 >=20 > We was using: >=20 > export D=3D/j > make world DESTDIR=3D$D >=20 > After an advice from Jason DiCioccio we can make a jail successful: >=20 > env DESTDIR=3D$D make world >=20 > We have a similar problem with BATCH=3DYES using ports, after=20 > 5.2.1-RELEASE (not included) we are using: >=20 > export BATCH=3Dyes && make install >=20 > instead BATCH=3Dyes in main Makefile. >=20 > Are there any problem with make? >=20 make(1) was recently fixed to pass command-line variables to sub-makes as command-line variables that were previously be passed as environment type variables. That affected some makefiles. For "make world DESTDIR=3D$D" to work again, you will need src/Makefile.inc1,v 1.438.2.5 and src/Makefile,v 1.306.2.1. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --eAbsdosE1cNLO4uF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBpPRVqRfpzJluFF4RAlQEAJwJHbV+Dha/DUmM/WCBJEgNsjULoACdG9x8 X2kbPhTjndpQILkBoCXUO0U= =eFUu -----END PGP SIGNATURE----- --eAbsdosE1cNLO4uF--