From owner-freebsd-current@FreeBSD.ORG Wed Sep 25 00:45:26 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 0A4723B7; Wed, 25 Sep 2013 00:45:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2646282B; Wed, 25 Sep 2013 00:45:25 +0000 (UTC) Received: from glenbarber.us (c-71-224-221-174.hsd1.nj.comcast.net [71.224.221.174]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 1B1F276C7; Wed, 25 Sep 2013 00:45:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 1B1F276C7 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Tue, 24 Sep 2013 20:45:22 -0400 From: Glen Barber To: Marcelo Gondim Subject: Re: build error revision 255864 Message-ID: <20130925004522.GI2335@glenbarber.us> References: <52423073.7060909@bsdinfo.com.br> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AptwxgnoZDC4KQWS" Content-Disposition: inline In-Reply-To: <52423073.7060909@bsdinfo.com.br> X-Operating-System: FreeBSD 10.0-ALPHA2 amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org 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:45:26 -0000 --AptwxgnoZDC4KQWS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 24, 2013 at 09:38:11PM -0300, Marcelo Gondim wrote: > Hi all, >=20 > I'm having this errorbuilding 255864 revision: >=20 This is due to the recent changes in sys/cam. We're working on it. Glen > cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/us= r/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/float.c > --- usr.sbin.all__D --- > --- gstat.o --- > cc -O2 -pipe -std=3Dgnu99 -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=3D\"/usr/share/locale\" > -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/us= r/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib > -std=3Dgnu99 -Qunused-arguments -fstack-protector -c /usr/src/gnu/usr.bi= n/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/footnote.c > --- usr.bin.all__D --- > 1 warning and 17 errors generated. > *** [ioctl.o] Error code 1 >=20 > 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 >=20 > bmake[6]: stopped in /usr/src/gnu/usr.bin/texinfo/makeinfo > *** [all] Error code 2 >=20 > bmake[5]: stopped in /usr/src/gnu/usr.bin/texinfo > 1 error >=20 > bmake[5]: stopped in /usr/src/gnu/usr.bin/texinfo > *** [all] Error code 2 >=20 > bmake[4]: stopped in /usr/src/gnu/usr.bin > 1 error >=20 > bmake[4]: stopped in /usr/src/gnu/usr.bin > *** [all] Error code 2 >=20 > bmake[3]: stopped in /usr/src/gnu > 1 error >=20 > bmake[3]: stopped in /usr/src/gnu > *** [gnu.all__D] Error code 2 >=20 > bmake[2]: stopped in /usr/src > --- usr.sbin.all__D --- > A failure has been detected in another branch of the parallel make >=20 > bmake[4]: stopped in /usr/src/usr.sbin/gstat > *** [all] Error code 2 >=20 > bmake[3]: stopped in /usr/src/usr.sbin > 1 error >=20 > bmake[3]: stopped in /usr/src/usr.sbin > *** [usr.sbin.all__D] Error code 2 >=20 > bmake[2]: stopped in /usr/src > --- usr.bin.all__D --- > 1 error >=20 > bmake[4]: stopped in /usr/src/usr.bin/kdump > *** [all] Error code 2 >=20 > bmake[3]: stopped in /usr/src/usr.bin > 1 error >=20 > bmake[3]: stopped in /usr/src/usr.bin > *** [usr.bin.all__D] Error code 2 >=20 > bmake[2]: stopped in /usr/src > --- lib.all__D --- > A failure has been detected in another branch of the parallel make >=20 > bmake[4]: stopped in /usr/src/lib/libcxxrt > *** [all] Error code 2 >=20 > bmake[3]: stopped in /usr/src/lib > 1 error >=20 > bmake[3]: stopped in /usr/src/lib > *** [lib.all__D] Error code 2 >=20 > bmake[2]: stopped in /usr/src > 4 errors >=20 > bmake[2]: stopped in /usr/src > *** [everything] Error code 2 >=20 > bmake[1]: stopped in /usr/src > 1 error >=20 > bmake[1]: stopped in /usr/src > *** [buildworld] Error code 2 >=20 > make: stopped in /usr/src > 1 error >=20 > make: stopped in /usr/src >=20 > Cheers, >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --AptwxgnoZDC4KQWS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQIcBAEBCAAGBQJSQjIiAAoJELls3eqvi17QTnQQAJ9ZViIR7XwKZpqpfiBqEav1 Voy3WwKzvJxG3bEpd9MQab+hY4y80NktF5Sco7bEWoMJ7071d86SxtvAUF0q5PcZ HgJtY9IiqitIDku/O7FYVFR3UK2trSvF2UcpThsjT/Jm24kTxSTOP/WvspNm/wEA x4SzPivXgS8uQuGayZ5wviaeUVR9mJ+z5QlQUdJrJsBtoj3/A+VtxSFmBwFS8WJs QT3jmq3oKzBodUEABj45nipFwPqaZ4Tl/OCqjKJ5FYYthhNpQUyUsDkQsnJW7pDx Ip4FKnUc5m3Tlpi09+WeFFWBUHe8Lm49ZwnEPQASUcpJ7+PY0t+/zHyNiCOc1Gmi A5t8iOQykpZ5HPxHy2IL4nnnwLsXCtIElLjX+ioMGg4t24zqIXcZ2tyO/ot9uyP/ 0O//OdxvMydNC3tHnQP2aX9N7S5/ClhOlwRkmH+kR7LBL6E1vhX/swl7lFagH0IP ocpZAI3FN9TqiD+S3jP4l1mg9ztcoU3Nk9sijKFmw8K+qYJxqPsRnx9iuLW58CsB cIagPmztm5bf9zBbGDL8ygVamwxkttYjheTfYSIZdGHA/v/RLDAiR4v76J6UJ0lS 0GzFl9kjlGQI4Q7Kp4NsKiCOtU87SgkSJ2Emylpeq3ODZXKsqVLDlzcp8yh7fHxK qMb4SzyzXSaad706WF1C =lXxC -----END PGP SIGNATURE----- --AptwxgnoZDC4KQWS--