From owner-freebsd-current@FreeBSD.ORG Fri Nov 23 11:13:27 2012 Return-Path: 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 CB023762 for ; Fri, 23 Nov 2012 11:13:27 +0000 (UTC) (envelope-from nvass@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.43]) by mx1.freebsd.org (Postfix) with SMTP id 195998FC13 for ; Fri, 23 Nov 2012 11:13:26 +0000 (UTC) Received: (qmail invoked by alias); 23 Nov 2012 08:34:29 -0000 Received: from 194.219.141.155.dsl.dyn.forthnet.gr (EHLO [192.168.1.77]) [194.219.141.155] by mail.gmx.com (mp-eu003) with SMTP; 23 Nov 2012 09:34:29 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX18hxUsAuBshyXeiCvc8Jc6T5GLpbhsqgz5oHkvmzv vdyo8MfqIYFfdP Message-ID: <50AF3509.7070402@gmx.com> Date: Fri, 23 Nov 2012 10:34:17 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: strange buildworld failure Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 23 Nov 2012 11:13:28 -0000 Hi, I am trying to buildworld but it fails here: > ===> usr.bin/ypwhich (all) > cc -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized - > Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno- > unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -c /usr/src/usr.bin/ypwhich/ypwhich.c > gzip -cn /usr/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.1.gz > cc -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized - > Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno- > unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -o ypwhich ypwhich.o > 1 error > *** [everything] Error code 2 > 1 error > *** [buildworld] Error code 2 > 1 error My make.conf has these: WITHOUT_X11=1 MALLOC_PRODUCTION=1 NO_CLEAN=1 Also, my src.conf had WITHOUT_CLANG but I deleted it and then I also deleted /usr/obj when it failed for the first time. But that didn't work. I am building with -j3. Thanks for any ideas/pointers, Nikos