From owner-freebsd-current Tue Sep 24 9:19:32 2002 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 2415B37B401; Tue, 24 Sep 2002 09:19:31 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7C243E65; Tue, 24 Sep 2002 09:19:30 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g8OGJThS072677; Tue, 24 Sep 2002 12:19:29 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g8OGJTWt072676; Tue, 24 Sep 2002 12:19:29 -0400 (EDT) Date: Tue, 24 Sep 2002 12:19:29 -0400 From: Alexander Kabaev To: Mike Silbersack Cc: mbr@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: -mcpu=pentiumpro still evil? Message-Id: <20020924121929.27d9a2da.ak03@gte.com> In-Reply-To: <20020924111652.L32979-100000@patrocles.silby.com> References: <20020924115112.19e7b339.ak03@gte.com> <20020924111652.L32979-100000@patrocles.silby.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Thanks to the wonderful sort breakage, I'm seeing this if I touch > cppmacro.c and make again: > > ===> cc_int > cc -O -pipe -mcpu=pentiumpro -DIN_GCC -DHAVE_CONFIG_H > -DPREFIX=\"/usr\"-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config > -DHAVE_CONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC > -c/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/cppmacro.c -o > cppmacro.o > building static cc_int library > sort: open failed: +1: No such file or directory > sort: open failed: +1: No such file or directory > ranlib libcc_int.a > > Any chance that's causing a problem? > It is certainly a possibility. Were all the binaries dependent on the cc_int relinked? Was cc_int itself updated with a newer cppmacro.o file? You might want to do a make clean in /usr/src/gnu/usr.bin/cc before building a new copy of gcc. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message