From owner-freebsd-current@FreeBSD.ORG Wed Sep 25 00:38:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75067EF for ; Wed, 25 Sep 2013 00:38:17 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) by mx1.freebsd.org (Postfix) with ESMTP id 37D1127B4 for ; Wed, 25 Sep 2013 00:38:16 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 2F6E5139C2 for ; Tue, 24 Sep 2013 21:38:32 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-type:content-type:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1380069511; x=1380933512; bh=a8DU2WEaSujhTOjQDeOA6iXv1KHTk0ssDnh sPpsB8ng=; b=P+WGubKKSzg20PMulay8+p/emGITgmGo8I9igDXUfisvjmXBsi5 g8ta2jZwT+vz/xO8VtxTMwt04249dViYAWj2tkiI+uoq4BeHOXgXkbVjOS/o2dZi zK6LBRxEAAEvB/5zu7gif4BS2+aKrB6E+ttIClo4nZKfBQtrZYgQJkKY= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZYSlVPAjL3YP for ; Tue, 24 Sep 2013 21:38:31 -0300 (BRT) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id DD52213989 for ; Tue, 24 Sep 2013 21:38:30 -0300 (BRT) Message-ID: <52423073.7060909@bsdinfo.com.br> Date: Tue, 24 Sep 2013 21:38:11 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: build error revision 255864 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 25 Sep 2013 00:38:17 -0000 Hi all, I'm having this errorbuilding 255864 revision: cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=gnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/float.c --- usr.sbin.all__D --- --- gstat.o --- cc -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c /usr/src/usr.sbin/gstat/gstat.c --- gstat.8.gz --- gzip -cn /usr/src/usr.sbin/gstat/gstat.8 > gstat.8.gz --- gnu.all__D --- --- footnote.o --- cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=gnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/footnote.c --- usr.bin.all__D --- 1 warning and 17 errors generated. *** [ioctl.o] Error code 1 bmake[4]: stopped in /usr/src/usr.bin/kdump --- lib.all__D --- --- typeinfo.po --- c++ -pg -O2 -pipe -I/usr/src/lib/libcxxrt/../../contrib/libcxxrt -Qunused-arguments -fstack-protector -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 -Wno-knr-promoted-parameter -Wno-parentheses -Wno-c++11-extensions -c /usr/src/lib/libcxxrt/../../contrib/libcxxrt/typeinfo.cc -o typeinfo.po --- usr.bin.all__D --- --- kdump.o --- 18 warnings generated. --- gnu.all__D --- A failure has been detected in another branch of the parallel make bmake[6]: stopped in /usr/src/gnu/usr.bin/texinfo/makeinfo *** [all] Error code 2 bmake[5]: stopped in /usr/src/gnu/usr.bin/texinfo 1 error bmake[5]: stopped in /usr/src/gnu/usr.bin/texinfo *** [all] Error code 2 bmake[4]: stopped in /usr/src/gnu/usr.bin 1 error bmake[4]: stopped in /usr/src/gnu/usr.bin *** [all] Error code 2 bmake[3]: stopped in /usr/src/gnu 1 error bmake[3]: stopped in /usr/src/gnu *** [gnu.all__D] Error code 2 bmake[2]: stopped in /usr/src --- usr.sbin.all__D --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/usr.sbin/gstat *** [all] Error code 2 bmake[3]: stopped in /usr/src/usr.sbin 1 error bmake[3]: stopped in /usr/src/usr.sbin *** [usr.sbin.all__D] Error code 2 bmake[2]: stopped in /usr/src --- usr.bin.all__D --- 1 error bmake[4]: stopped in /usr/src/usr.bin/kdump *** [all] Error code 2 bmake[3]: stopped in /usr/src/usr.bin 1 error bmake[3]: stopped in /usr/src/usr.bin *** [usr.bin.all__D] Error code 2 bmake[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/lib/libcxxrt *** [all] Error code 2 bmake[3]: stopped in /usr/src/lib 1 error bmake[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 bmake[2]: stopped in /usr/src 4 errors bmake[2]: stopped in /usr/src *** [everything] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Cheers,