From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 19:14:02 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DFC172E; Wed, 29 Apr 2015 19:14:02 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5992B1AFB; Wed, 29 Apr 2015 19:14:02 +0000 (UTC) Received: by pabsx10 with SMTP id sx10so36055362pab.3; Wed, 29 Apr 2015 12:14:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=0dV2WXr7sOxBtUqCE4nv1Fjnm2SoEHGDiG7leY8Mhj0=; b=HIYuloPS59LplO5zKWLPfYRabQB14YhXLaSkh/5NRPPjYC7R8C8BAGF2OI8iJXHrw1 HdySqAXIobY8icrZd/POh5TFed+8rg3sxRuxI/LHE5kkhy/WsWzM4C/couYzHJZwHCSO 7vUGOmK57ZcJ2yjGRXfRJdR32mXQ5CE2Glq3QKY0LpejGwFv3drNBFcCMJTgQxzFMTze GFGU3x0Uo6wFJLT4b+mYiPHMTqEm0XE3RRUUUSg9e7Yz3Cym8spo8QRvQEaoH/7dq7Jr ywE8znlMfknPLqaOgtnWqcAbO13zDKWPXLEvHuMMZtioKIREKhhy72onOovqbh2QQmWL lF/w== X-Received: by 10.66.141.231 with SMTP id rr7mr1062249pab.154.1430334841822; Wed, 29 Apr 2015 12:14:01 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:857d:cd13:79bf:f40d? ([2601:8:ab80:7d6:857d:cd13:79bf:f40d]) by mx.google.com with ESMTPSA id pu1sm26197341pdb.33.2015.04.29.12.14.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Apr 2015 12:14:00 -0700 (PDT) Subject: Re: Head buildworld @282213 fails; suspect r282211 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_18B705A7-9C6B-407A-90C1-1BFDB9F0C537"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b6 From: Garrett Cooper In-Reply-To: <20150429171834.49a01631.ohartman@zedat.fu-berlin.de> Date: Wed, 29 Apr 2015 12:13:59 -0700 Cc: David Wolfskill , current@freebsd.org, Garrett Cooper Message-Id: <9368ABE6-F134-4AA2-8738-8BF6D837E23F@gmail.com> References: <20150429124718.GM1225@albert.catwhisker.org> <20150429171834.49a01631.ohartman@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 29 Apr 2015 19:14:02 -0000 --Apple-Mail=_18B705A7-9C6B-407A-90C1-1BFDB9F0C537 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Apr 29, 2015, at 8:18, O. Hartmann = wrote: > Am Wed, 29 Apr 2015 05:47:18 -0700 > David Wolfskill schrieb: >=20 >> Running: >>=20 >> FreeBSD g1-254.catwhisker.org 11.0-CURRENT FreeBSD 11.0-CURRENT #46 >> r282133M/282133:1100070: Tue Apr 28 05:39:53 PDT 2015 >> root@g1-254.catwhisker.org:/common/S3/obj/usr/src/sys/CANARY amd64 >>=20 >> After updating sources to r282213, buildworld fails: >>=20 >> ... >>>>> stage 4.4: building everything >> ... >> --- tests.all__D --- >> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration = of function >> 'atf_skip' is invalid in C99 = [-Werror,-Wimplicit-function-declaration] >> ATF_REQUIRE_KERNEL_MODULE("aio"); ^ >> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from = macro >> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be = resolved: %s", \ >> ^ >> 1 error generated. >> *** [aio_test.o] Error code 1 >>=20 >> make[6]: stopped in /usr/src/tests/sys/aio >>=20 >> ... >> --- tests.all__D --- >> /usr/src/tests/sys/aio/aio_test.c:207:2: error: implicit declaration = of function >> 'atf_skip' is invalid in C99 = [-Werror,-Wimplicit-function-declaration] >> ATF_REQUIRE_KERNEL_MODULE("aio"); ^ >> /usr/src/tests/freebsd_test_suite/macros.h:43:3: note: expanded from = macro >> 'ATF_REQUIRE_KERNEL_MODULE' atf_skip("module %s could not be = resolved: %s", \ >> ^ >> 1 error generated. >> *** [aio_test.o] Error code 1 >>=20 >> make[6]: stopped in /usr/src/tests/sys/aio >> .... >>=20 >> src.conf is: >> g1-254(11.0-C)[3] cat /etc/src.conf >> KERNCONF=3DCANARY >> PORTS_MODULES=3Dx11/nvidia-driver >> PORTS_MODULES+=3Dmultimedia/cuse4bsd-kmod >> PORTS_MODULES+=3Demulators/virtualbox-ose-kmod >> WITHOUT_DEBUG_FILES=3D1 >> IWN_DEBUG=3D1 >> IEEE80211_DEBUG=3D1 >> g1-254(11.0-C)[4] >>=20 >> and make.conf: >>=20 >> g1-254(11.0-C)[4] cat /etc/make.conf >> # CFLAGS+=3D -g >> SENDMAIL_MC=3D/etc/mail/laptop.mc >> NET_SNMP_SYS_CONTACT=3D"david@catwhisker.org" >> NET_SNMP_SYS_LOCATION=3D"variable" >> NET_SNMP_LOGFILE=3D/var/log/snmpd.log >> NET_SNMP_PERSISTENTDIR=3D/var/net-snmp >> WITH_BSD_JDK=3DTRUE >> FORCE_PKG_REGISTER=3D NO >> # For mplayer >> WITHOUT_RUNTIME_CPUDETECTION=3D YES >> OPTIONS_SET=3DOPTIMIZED_CFLAGS >> WITHOUT_CJK=3D YES >> NO_SUID_XSERVER=3DYES >> INSTALL_AS_NCFTP=3Dyes >> g1-254(11.0-C)[5] >>=20 >> Peace, >> david >=20 > Here the same with r282221. Fixed in r282244 =97 sorry for the breakage :(. --Apple-Mail=_18B705A7-9C6B-407A-90C1-1BFDB9F0C537 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVQS13AAoJEMZr5QU6S73eDl4H/0HIfNLuM1MyumRVX2T4Q+0j igoYliRgL/uxIF+XHqKIuWtX836gmWoSF2EDz665pCv9YLuZIxPvZmWYaT7n+krS wWiOa3hrp/tO5Yn3fvE+8B99KR+CCkv3PKNouon7He5/IyoYX9z5sTKHdibD0UqY 2e8eqLJq/juQEp4JjTVTpeSqUzOdjGWgi27X1u62NQlzpvyt7/m8V5inNhuUpT22 2MQ/P1hK50JuK11ENEF8veZgW9ZrTofx2ZbJaTVK7Zz78aqZ5ixzdWmD8mEcN5GB rKhkkMiAmRNdh9xVgFg0QSAlbVQkTknu20aKtt4/KvOUFRMeWWG4E1TLrAGe2Sc= =ayCH -----END PGP SIGNATURE----- --Apple-Mail=_18B705A7-9C6B-407A-90C1-1BFDB9F0C537--