From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 08:56:46 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 094CB106564A for ; Tue, 15 Nov 2011 08:56:46 +0000 (UTC) (envelope-from goshik@binep.ac.ru) Received: from mx0.binep.ac.ru (mx0.binep.ac.ru [77.236.36.3]) by mx1.freebsd.org (Postfix) with ESMTP id B283B8FC19 for ; Tue, 15 Nov 2011 08:56:44 +0000 (UTC) Received: from mx0.binep.ac.ru (localhost.binep.ac.ru [127.0.0.1]) by mx0.binep.ac.ru (Postfix) with ESMTP id 6DE3E114A4 for ; Tue, 15 Nov 2011 11:39:17 +0300 (MSK) Received: from tech05.binep.ac.ru (tech05.binep.ac.ru [77.236.36.11]) by mx0.binep.ac.ru (Postfix) with ESMTP id 5286B1143F for ; Tue, 15 Nov 2011 11:39:17 +0300 (MSK) Date: Tue, 15 Nov 2011 12:36:35 +0400 From: "Igor B. Bykhalo" Organization: BINEPCP RAS X-Priority: 3 (Normal) Message-ID: <1091139602.20111115123635@binep.ac.ru> To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: RELENG_7 build fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Igor B. Bykhalo" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2011 08:56:46 -0000 Good day. I have a couple of rather old amd64 boxes planned to upgrade from RELENG_7, but for now we needed just to quickly rebuild them (because of new tzdata). gate# uname -a FreeBSD gate.binep.ac.ru 7.3-STABLE FreeBSD 7.3-STABLE #50: Mon Jun 7 12:10:28 MSD 2010 goshik@gate.binep.ac.ru:/usr/obj/usr/src/sys/GATE amd64 But after csupping with RELENG_7 tag we got buildworld failure: [...] cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genconditions.c cc -O2 -fno-strict-aliasing -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/legacy/usr/include -L/usr/obj/usr/src/tmp/legacy/usr/lib -o genconditions genconditions.o rtl.o read-rtl.o ggc-none.o vec.o min-insn-modes.o gensupport.o print-rtl.o errors.o libiberty.a -lm ./genconditions /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/i386.md > gencondmd.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/sse.md:4448: invalid decimal constant "UNSPEC_PSHUFB" /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/sse.md:4448: following context is `))]' *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Deleting /usr/obj before build doesn't help. Any thoughts? I have a feeling I'm missing something almost obvious... 8-) Igor