From owner-freebsd-current@freebsd.org Fri Oct 21 04:39:58 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07217C1AC52 for ; Fri, 21 Oct 2016 04:39:58 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2574DEE for ; Fri, 21 Oct 2016 04:39:57 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1bxRcY-003v9H-Hb>; Fri, 21 Oct 2016 06:39:54 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1bxRcY-001BWG-9j>; Fri, 21 Oct 2016 06:39:54 +0200 Date: Fri, 21 Oct 2016 06:39:48 +0200 From: "O. Hartmann" To: freebsd-current Subject: r 307698: buildworld failure: tconfig.h:6:10: fatal error: 'auto-host.h' file not found Message-ID: <20161021063948.47b27df2@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 21 Oct 2016 04:39:58 -0000 Recent r307698 is preventued from beeing built by a compiler error, see below. I also face a problem with the subversion tree a couple of day right now: # svn update Updating '.': Restored 'tests/sys/geom/class/uzip/1_endian_little.img.uzip.uue' At revision 307698. This 'restored' message occurs all the time until I emmit a restore command in svn. Kind regards, oh [...] cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O2 -pipe -O3 -O3 -march=native -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src/gnu/lib/libgcc/../../../contrib/llvm/projects/libunwind/include -I/usr/src/gnu/lib/libgcc -D_LIBUNWIND_IS_NATIVE_ONLY -DNDEBUG -std=gnu99 -Qunused-arguments -fpic -DSHARED -DL_enable_execute_stack -o _enable_execute_stack.pico /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c --- _negdi2.pico --- In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c:32: --- _muldi3.pico --- In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/libgcc2.c:32: ./tconfig.h:6:10: fatal error: 'auto-host.h' file not found #include "auto-host.h"