From owner-freebsd-current@FreeBSD.ORG Sat Jul 14 08:09:13 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACC9E16A408 for ; Sat, 14 Jul 2007 08:09:13 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from mailbox.rainbownet.com (mailbox.logital.it [85.18.201.116]) by mx1.freebsd.org (Postfix) with ESMTP id 2F10B13C4BB for ; Sat, 14 Jul 2007 08:09:12 +0000 (UTC) (envelope-from aturetta@commit.it) Received: from 192.168.44.150 ([151.38.125.171]) (authenticated user aturetta@rainbownet.com) by rainbownet.com (mailbox.rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 60-md50000000085.tmp for ; Sat, 14 Jul 2007 09:57:25 +0200 Message-ID: <469881E4.3000808@commit.it> Date: Sat, 14 Jul 2007 09:57:24 +0200 From: Angelo Turetta User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: aturetta@rainbownet.com X-Spam-Processed: mailbox.rainbownet.com, Sat, 14 Jul 2007 09:57:25 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 151.38.125.171 X-Return-Path: aturetta@commit.it X-MDaemon-Deliver-To: freebsd-current@freebsd.org Subject: Build error (make related?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Jul 2007 08:09:13 -0000 This morning I'm trying to update my current system (7.0-CURRENT #14: Mon Jul 9 21:55:06 CEST 2007) and when I issue the usual #make buildworld KERNCONF="GENERIC VIDEO VIDEODBG" buildkernel after 5 seconds I get: (....) -------------------------------------------------------------- >>> stage 2.1: cleaning up the object tree -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp par-cleandir ===> share/info (cleandir) ===> lib (cleandir) ===> lib/csu/amd64 (cleandir) rm -f crt1.o crti.o crtn.o gcrt1.o rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> lib/libc (cleandir) 2 open conditionals: at line 10 (evaluated to true) at line 3 (evaluated to true) make: fatal errors encountered -- cannot continue *** Error code 1 Deleting /usr/obj/* doesn not change anything, and I already tried deleting /usr/src and re-cvsup. I've not seen any recent tinderbox error, so is there something I could try do on my part? Thanks, Angelo.