Re: Buildworld broken with NO_TOOLCHAIN

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Mon, 20 Sep 2004 09:44:35 +0300
On Sun, Sep 19, 2004 at 10:12:36PM +0200, Francois Tigeot wrote:
> Trying to build world on 5.3-BETA5:
> 
> --------------------------------------------------------------
> >>> stage 2.3: build tools
> --------------------------------------------------------------
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  DESTDIR=  INSTALL="sh
> /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS="-m /usr/src/tools/build/mk  -m /usr/src/share/mk" make -f Makefile.inc1  BOOTSTRAPPING=503000 -DNOLINT -DNO_CPU_CFLAGS -DNO_WARNS build-tools
> ===> bin/csh
> ===> bin/sh
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/bin/sh/mkinit.c
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -L/usr/obj/usr/src/i386/legacy/usr/lib mkinit.o  -o mkinit
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/bin/sh/mknodes.c
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -L/usr/obj/usr/src/i386/legacy/usr/lib mknodes.o  -o mknodes
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/bin/sh/mksyntax.c
> cc -Os -march=i486 -mmmx -pipe -DSHELL -I. -I/usr/src/bin/sh -I/usr/obj/usr/src/i386/legacy/usr/include -L/usr/obj/usr/src/i386/legacy/usr/lib mksyntax.o  -o mksyntax
> ===> gnu/usr.bin/cc/cc_tools
> make: don't know how to make /usr/obj/usr/src/i386/usr/include/sys/param.h. Stop
> *** Error code 2
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> 
> I have NO_TOOLCHAIN=yes in /etc/make.conf. This option worked fine with
> 5.2.1-RELEASE.
> 
This is a known problem (in RELENG_5).  I've committed a fix for it in
HEAD a month and two days ago.  I bet you were running -DNOCLEAN build.
Please pull up the latest src/gnu/usr.bin/cc/cc_tools/Makefile revision
(1.80) from HEAD, and it will be fixed.

I will ask RE's permission to MFC this.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Mon Sep 20 2004 - 04:44:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:12 UTC