From owner-freebsd-current@FreeBSD.ORG Tue Jul 2 13:11:14 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B2AA8748 for ; Tue, 2 Jul 2013 13:11:14 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 747E91C84 for ; Tue, 2 Jul 2013 13:11:14 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) with esmtp (envelope-from ) id <1Uu0MR-0042e9-TZ>; Tue, 02 Jul 2013 15:11:11 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198] helo=telesto) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) with esmtpsa (envelope-from ) id <1Uu0MR-000Mjd-QG>; Tue, 02 Jul 2013 15:11:11 +0200 Date: Tue, 2 Jul 2013 15:11:06 +0200 From: "O. Hartmann" To: asomers@gmail.com Subject: Re: CURRENT fails to build: usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared identifier 'va_end' va_end(argp); Message-ID: <20130702151106.75d0988a@telesto> In-Reply-To: References: <20130702115653.770d555c@telesto> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/=s=D0mlrK=X+qgmPxQMP5ju"; protocol="application/pgp-signature" X-Originating-IP: 130.133.86.198 Cc: FreeBSD CURRENT 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: Tue, 02 Jul 2013 13:11:14 -0000 --Sig_/=s=D0mlrK=X+qgmPxQMP5ju Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 2 Jul 2013 07:05:00 -0600 asomers@gmail.com wrote: > And yet it's not producing any tinderbox errors. Perhaps stdarg.h is > getting implicitly included by some other header in CURRENT, but not > in whatever version of the code you have? For now, you can #include > and I'll fix it when I get to the office this morning. The code version I have is [...] >>> Updating /usr/src using Subversion -------------------------------------------------------------- Updating '.': At revision 252505. [...] Thanks for looking into it. Regards, Oliver >=20 > On Tue, Jul 2, 2013 at 3:56 AM, O. Hartmann > wrote: > > The recent sources fails to build with the following error: > > > > > > [...] > > =3D=3D=3D> sbin/devd (all) > > c++ -O2 -pipe -O3 -march=3Dnative -I. -I/usr/src/sbin/devd -pipe -O3 > > -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith > > -Wno-uninitialized -Wno-empty-body -Wno-string-plus-int > > -Wno-tautological-compare -Wno-unused-value > > -Wno-parentheses-equality -Wno-unused-function -Wno-conversion > > -stdlib=3Dlibc++ -std=3Dc++11 > > -c /usr/src/sbin/devd/devd.cc /usr/src/sbin/devd/devd.cc:1120:2: > > error: use of undeclared identifier 'va_start' va_start(argp, fmt); > > ^ /usr/src/sbin/devd/devd.cc:1125:2: error: use of undeclared > > identifier 'va_end' va_end(argp); ^ 2 errors generated. *** Error > > code 1 > > > > Stop. > > make: stopped in /usr/src/sbin/devd > > *** Error code 1 > > > > > > Oliver --Sig_/=s=D0mlrK=X+qgmPxQMP5ju Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBAgAGBQJR0tFvAAoJEOgBcD7A/5N84c4H/1X+EpqpkEZe01hhOHsjpssZ nnriNQldKCAfOcPrILRM+Hm8eDr7b/x9OQqxscJwWKZ6Z6nJXmKanef52svAHiA0 VkYzNus3M4B2810yCwve29YNLSA0e1wAWK161TS8NX/xAnmutSBJef83DaDRhiuA 4t5ir23/jTQcICCPWS+JqkBd2buy6oeqNBOM8Rap/NYvxVTSdECKi+IfAs7DiXbm dEh5lJsczhJpxc91V2dzAgts15CT6P+Gx7Tr7KIrKSYOKuVjwExDmEroIu41mpZH qPo2ALkDa04RuL2a2IZcYoMbiKs6W+JZm4S3bjbYKAHncEJkL2bCUAo9DbsHqsg= =k68e -----END PGP SIGNATURE----- --Sig_/=s=D0mlrK=X+qgmPxQMP5ju--