From owner-freebsd-stable@FreeBSD.ORG Tue Sep 7 21:24:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86F8110656CB for ; Tue, 7 Sep 2010 21:24:40 +0000 (UTC) (envelope-from tad1214@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 407698FC19 for ; Tue, 7 Sep 2010 21:24:39 +0000 (UTC) Received: by gwb15 with SMTP id 15so2411346gwb.13 for ; Tue, 07 Sep 2010 14:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:to:subject:date :mime-version:content-transfer-encoding:from:message-id:user-agent; bh=8BxA/AuTOI277eQhAgTR3HpduvBkI6Om40sNZt49uN0=; b=wUfZ5GOO4CLdAK864a58G7a8xFj34/B7d8EhONzy8HFZNgqnT9uveI9kFqEclKA/xQ rhRLYfeRBnkiU6ekkrMTZtCqYgKQ7azhcO18j8iWHLf/lI73MJEPRkn4zsc6EtLo3wKh IG89+UqfYz50zGnwCSnlTXCJrOYxYGMS3/MXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:subject:date:mime-version:content-transfer-encoding :from:message-id:user-agent; b=CaQOz/gUKN6aWnfBZGfPspNGM/CDXHilpXUCPQvloPfzEBmc04jynVBfj+sijgoqUQ rKqEYy3bwaeDP3LFL1WBA2Hzi+W/eY8mWGz/SuXYQzYr4KttJIkVzf9nj+l0RyEHSMl0 jaDJL7uIW+Tsonl41iNhjWcD0qxkbKs0wLmIM= Received: by 10.150.195.3 with SMTP id s3mr607217ybf.300.1283892832238; Tue, 07 Sep 2010 13:53:52 -0700 (PDT) Received: from osprey (ng1.cptxoffice.net [208.74.121.102]) by mx.google.com with ESMTPS id t2sm5381429yba.2.2010.09.07.13.53.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Sep 2010 13:53:51 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Date: Tue, 07 Sep 2010 15:52:47 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Thomas Donnelly" Message-ID: User-Agent: Opera Mail/10.60 (FreeBSD) Subject: Cannot build 7-stable (nsn-attrab) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 21:24:41 -0000 Hello All, I am trying to do make buildworld after a fresh cvsup on a freebsd 7 box and running into some issues. I appologize if I am flooding the list with output but I want to make sure I send as much information as possible. Initially I had this error: cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/ usr/obj/usr/src/tmp/usr\" -I/usr/obj/usr/src/tmp/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 -I/usr/src/gnu/ usr.bin/cc/cc_int/../../../../contrib/gcclibs/include -I/usr/src/gnu/ usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include -I/usr/ src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -I/ usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/ cc_int/../../../../contrib/gcc/tree-ssa-ccp.c {standard input}: Assembler messages: {standard input}:0: Warning: end of file not at end of a line; newline inserted cc: Internal error: Killed: 9 (program cc1) Please submit a full bug report. See for instructions. *** Error code 1 {standard input}: Assembler messages: {standard input}:1939: Warning: end of file not at end of a line; newline inserted {standard input}:2129: Error: expecting operand after ','; got nothing cc: Internal error: Killed: 9 (program cc1) Please submit a full bug report. See for instructions. *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error with this make.conf: # added by use.perl 2009-07-01 16:17:52 PERL_VERSION=5.8.9 PYTHON_DEFAULT_VERSION=python2.4 BATCH=YES WITHOUT_X11=YES SKIP_DNS_CHECK=YES CRYPT_DES=0 WITH_PORT_REPLACES_BASE_BIND8=YES WITH_PORT_REPLACES_BASE_BIND9=YES WITHOUT_ALT_CONFIG_PREFIX=YES WITH_OPENSSL_PORT=YES X11BASE=${LOCALBASE} Then I replaced that make.conf with a completely clean make.conf and got this error: cc -O2 -fno-strict-aliasing -pipe -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 -I/usr/src/gnu/usr.bin/cc/ cc_int/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/ cc_int/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/ usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber -c ../ cc_tools/insn-attrtab.c {standard input}: Assembler messages: {standard input}:24478: Warning: end of file not at end of a line; newline inserted {standard input}:25877: Error: unknown pseudo-op: `.' cc: Internal error: Killed: 9 (program cc1) Please submit a full bug report. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. These errors happened consistently multiple times. Usually with hardware failure my experience is it is inconsistent when it breaks. I have no reason to suspect hardware failure with this machine. While I am not ruling it out, it seems unlikely. $ uname -a FreeBSD xxx.xxx.xxx 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Thu Jul 2 16:07:38 UTC 2009 root@xxx/xxx/xxxx:/usr/obj/usr/src/sys/XXX amd64 Thoughts? I am not on this list so please cc me in your replies. Thanks! -=Tom -- Using Opera's revolutionary email client: http://www.opera.com/mail/