From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 21:41:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 65CFE16A41F for ; Wed, 12 Oct 2005 21:41:33 +0000 (GMT) (envelope-from fbsd@lurkie.xs4all.nl) Received: from lurkie.xs4all.nl (lurkie.xs4all.nl [194.109.236.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C56FC43D46 for ; Wed, 12 Oct 2005 21:41:32 +0000 (GMT) (envelope-from fbsd@lurkie.xs4all.nl) Received: from lurkie.xs4all.nl (localhost [127.0.0.1]) by lurkie.xs4all.nl (8.12.9/8.12.9) with ESMTP id j9CLY9cq028238 for ; Wed, 12 Oct 2005 23:34:09 +0200 (CEST) (envelope-from fbsd@lurkie.xs4all.nl) Received: (from fbsd@localhost) by lurkie.xs4all.nl (8.12.9/8.12.9/Submit) id j9CLY8FX028237 for freebsd-current@freebsd.org; Wed, 12 Oct 2005 23:34:08 +0200 (CEST) Date: Wed, 12 Oct 2005 23:34:08 +0200 From: Marc Veldman To: freebsd-current@freebsd.org Message-ID: <20051012213408.GA28187@lurkie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: NO_TOOLCHAIN broken in -current ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2005 21:41:33 -0000 Hello, is the NO_TOOLCHAIN option broken in -current ? without NO_TOOLCHAIN in make.conf buildworld runs just fine, with it it fails as below: -current cvsupped today. -removed /usr/obj/ -time synced. Below the relevant error messages and my make.conf: make.conf: CFLAGS= -O -pipe COPTFLAGS= -O -pipe KERNCONF= KWETAL NO_TOOLCHAIN=YES I ran into this when building a nanobsd image. Same error message. Building nanobsd image runs after removing NO_TOOLCHAIN. Any ideas ? error message: mkdep -f .depend -a -DCRT_BEGIN -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -I/usr/src/gnu /lib/csu/../../../contrib/gcc/config -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools /usr/src/gnu/lib/csu/../.. /../contrib/gcc/crtstuff.c In file included from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:62: /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:44:20: stddef.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:45:19: float.h: No such file or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:76:20: stdarg.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:79:19: stdio.h: No such file or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:85:19: errno.h: No such file or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:92:20: string.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:93:20: stdlib.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:94:20: unistd.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:97:20: limits.h: No such fil e or directory /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:100:18: time.h: No such file or directory mkdep: compile failed *** Error code 1 Cheers, Marc Veldman.