From owner-freebsd-current Sat Feb 15 10:28:49 2003 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 D9A2B37B401 for ; Sat, 15 Feb 2003 10:28:47 -0800 (PST) Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.86.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C8743F85 for ; Sat, 15 Feb 2003 10:28:47 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by phk.freebsd.dk (8.12.6/8.12.6) with ESMTP id h1FISj6E023611 for ; Sat, 15 Feb 2003 18:28:46 GMT (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h1FISjdL011278 for ; Sat, 15 Feb 2003 19:28:45 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: current@freebsd.org Subject: make depend broken in cpp0 From: Poul-Henning Kamp Date: Sat, 15 Feb 2003 19:28:45 +0100 Message-ID: <11277.1045333725@critter.freebsd.dk> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I installed 5.0-R on my new alpha (Thanks Wilko!) and tried to run a buildworld. It explodes in make depend in cpp0: #cd /usr/src/gnu/usr.bin/cc/cpp0 #make obj #make depend [...] mkdep -f .depend -a -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr /src/gnu/usr.bin/cc/cpp0/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp0/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp0/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc /cpp0/../../../../contrib/gcc/config /usr/src/gnu/usr.bin/cc/cpp0/../../../../c ontrib/gcc/cppmain.c c-parse+%DIKED.c /usr/src/gnu/usr.bin/cc/cpp0/../../../../c ontrib/gcc/c-lang.c /usr/src/gnu/usr.bin/cc/cpp0/../../../../contrib/gcc/c-decl. c /usr/src/contrib/gcc/cppmain.c:24:20: config.h: No such file or directory In file included from /usr/src/contrib/gcc/cppmain.c:25: /usr/src/contrib/gcc/system.h:110:24: safe-ctype.h: No such file or directory In file included from /usr/src/contrib/gcc/hashtable.h:21, from /usr/src/contrib/gcc/cpplib.h:27, from /usr/src/contrib/gcc/cppmain.c:26: /usr/src/contrib/gcc/obstack.h:157:40: attempt to use poisoned "bcopy" c-parse.y:34:20: config.h: No such file or directory In file included from c-parse.y:35: /usr/src/contrib/gcc/system.h:110:24: safe-ctype.h: No such file or directory In file included from c-parse.y:36: /usr/src/contrib/gcc/tree.h:332:24: tree-check.h: No such file or directory In file included from /usr/src/contrib/gcc/hashtable.h:21, from /usr/src/contrib/gcc/tree.h:775, from c-parse.y:36: /usr/src/contrib/gcc/obstack.h:157:40: attempt to use poisoned "bcopy" /usr/src/contrib/gcc/c-lang.c:23:20: config.h: No such file or directory In file included from /usr/src/contrib/gcc/c-lang.c:24: /usr/src/contrib/gcc/system.h:110:24: safe-ctype.h: No such file or directory [...] -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message