From owner-freebsd-current@FreeBSD.ORG Tue Aug 16 15:23:43 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AE80106566C for ; Tue, 16 Aug 2011 15:23:43 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id C57C28FC0C for ; Tue, 16 Aug 2011 15:23:42 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 138EE40016 for ; Tue, 16 Aug 2011 17:23:42 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 07D9440014; Tue, 16 Aug 2011 17:23:42 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 8B6A940003; Tue, 16 Aug 2011 17:19:42 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 6B9EB119C04; Tue, 16 Aug 2011 17:18:27 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id E06E712B0A0; Tue, 16 Aug 2011 17:18:26 +0200 (CEST) Message-ID: <4E4A8A3C.1050906@gmail.com> Date: Tue, 16 Aug 2011 17:18:20 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: eculp References: <20110816084721.20125mtbsn6wd8m8@econet.encontacto.net> In-Reply-To: <20110816084721.20125mtbsn6wd8m8@econet.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current Subject: Re: buildworld has been broken for me since Sunday 20110815 at atrun 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: Tue, 16 Aug 2011 15:23:43 -0000 On 2011-08-16 15:47, eculp wrote: > Is anyone else seeing this? This is current AMD64. I'm running the > compile from Saturday 20110814 that I have been hammering and it has > been rock solid. > > # uname -a > FreeBSD home.encontacto.net 9.0-BETA1 FreeBSD 9.0-BETA1 #16: Sat Aug 13 > 05:09:17 CDT 2011 > root@Home.EnContacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64 > > This morning I started with a make clean to be sure and recompile all > just in case and the same. > > ===> lib/clang/include (all) > ===> libexec (all) > ===> libexec/atrun (all) > cc -O2 -pipe -DATJOB_DIR=\"/var/at/jobs/\" > -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 > -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 > -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' > -DPERM_PATH=\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at > -I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized > -Wno-pointer-sign -c /usr/src/libexec/atrun/atrun.c > cc -O2 -pipe -DATJOB_DIR=\"/var/at/jobs/\" > -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 > -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 > -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' > -DPERM_PATH=\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at > -I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized > -Wno-pointer-sign -c /usr/src/libexec/atrun/gloadavg.c > cc -O2 -pipe -DATJOB_DIR=\"/var/at/jobs/\" > -DLFILE=\"/var/at/jobs/.lockfile\" -DLOADAVG_MX=1.5 > -DATSPOOL_DIR=\"/var/at/spool\" -DVERSION=\"2.9\" -DDAEMON_UID=1 > -DDAEMON_GID=1 -DDEFAULT_BATCH_QUEUE=\'E\' -DDEFAULT_AT_QUEUE=\'c\' > -DPERM_PATH=\"/var/at/\" -I/usr/src/libexec/atrun/../../usr.bin/at > -I/usr/src/libexec/atrun -DLOGIN_CAP -DPAM -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized > -Wno-pointer-sign -o atrun atrun.o gloadavg.o -lpam -lutil > /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyylex' > /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyyin' > /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyytext' > /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyyerror' > /usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_nsyylineno' > *** Error code 1 > > Stop in /usr/src/libexec/atrun. > *** Error code 1 > > Stop in /usr/src/libexec. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > (END) > > Thanks, > > ed > As per a recent entry in UPDATING, there was a window when a bug in /dev/std{in,out,err} caused the kernel to be unable to buildworld. The fix is to update to latest sources, rebuild kernel, and then do the complete buildworld cycle. HTH! -- Niclas Z