From owner-freebsd-current@freebsd.org Wed Jun 15 01:50:31 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C9BB72A2A for ; Wed, 15 Jun 2016 01:50:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2C26724E4; Wed, 15 Jun 2016 01:50:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 20629196D; Wed, 15 Jun 2016 01:50:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id E2ED3166E0; Wed, 15 Jun 2016 01:50:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Bd62S18OCgYW; Wed, 15 Jun 2016 01:50:28 +0000 (UTC) Subject: Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D7EB1166DB To: Mark Millard , FreeBSD Current References: <85435AE2-3F2C-4330-9751-729D99716A8C@dsl-only.net> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5e96d522-aac8-721d-f834-693f716e4621@FreeBSD.org> Date: Tue, 14 Jun 2016 18:50:29 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <85435AE2-3F2C-4330-9751-729D99716A8C@dsl-only.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GLTweRaJRJbM8fuIG7mKri1UXdUXAshkR" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 15 Jun 2016 01:50:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GLTweRaJRJbM8fuIG7mKri1UXdUXAshkR Content-Type: multipart/mixed; boundary="NTQ1o5T1TpjQf6XDKq3WkenUK9CPKqQXV" From: Bryan Drewery To: Mark Millard , FreeBSD Current Message-ID: <5e96d522-aac8-721d-f834-693f716e4621@FreeBSD.org> Subject: Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure References: <85435AE2-3F2C-4330-9751-729D99716A8C@dsl-only.net> In-Reply-To: <85435AE2-3F2C-4330-9751-729D99716A8C@dsl-only.net> --NTQ1o5T1TpjQf6XDKq3WkenUK9CPKqQXV Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 6/13/2016 7:26 PM, Mark Millard wrote: > [The following is after the svnltie update -r301873 /usr/src .] >=20 > For the following in a amd64 rebuild on amd64 (a WITH_META_MODE=3Dyes b= uidlworld buidlkernel just after a without meta mode buildworld buildkern= el [no install]). . . >=20 >> # more sys/modules/drm2/radeonkmsfw/Makefile.inc=20 >> # $FreeBSD: head/sys/modules/drm2/radeonkmsfw/Makefile.inc 254885 2013= -08-25 19:37:15Z dumbbell $ >> # >> # Common rules for building firmware. Note this gets auto-included >> # by the subdir Makefile's as a consequence of included bsd.kmod.mk. >> >> _FIRM=3D ${IMG}.bin >> >> CLEANFILES+=3D ${_FIRM} >> >> FIRMWS=3D ${_FIRM}:${KMOD} >> >> # >> # Note that a license ack is not needed for iwn. >> # >> #FIRMWARE_LICENSE=3D >> >> ${_FIRM}: ${.CURDIR}/../../../../contrib/dev/drm2/radeonkmsfw/${_FIRM}= =2Euu >> uudecode -p $? > ${.TARGET} >=20 >=20 > I just had . . . > (Note the uudecode line in the .meta file, the reference to stdin, and = the resultant "begin" line error.) >=20 >> # more /usr/obj/clang/amd64.amd64/usr/src/sys/GENERIC-NODEBUG/modules/= usr/src/sys/modules/drm2/radeonkmsfw/ARUBA_me/ARUBA_me.bin.meta=20 >> # Meta data file /usr/obj/clang/amd64.amd64/usr/src/sys/GENERIC-NODEBU= G/modules/usr/src/sys/modules/drm2/radeonkmsfw/ARUBA_me/ARUBA_me.bin.meta= >> CMD uudecode -p > ARUBA_me.bin >> CWD /usr/obj/clang/amd64.amd64/usr/src/sys/GENERIC-NODEBUG/modules/usr= /src/sys/modules/drm2/radeonkmsfw/ARUBA_me >> TARGET ARUBA_me.bin >> -- command output -- >> uudecode: stdin: missing or bad "begin" line >> *** Error code 1 >> This should be fixed after r301900. Note that it is only fixed once you get the new bmake installed from that revision. >> -- filemon acquired metadata -- >> # filemon version 5 >> # Target pid 7146 >> # Start 1465867565.855820 >> V 5 >> E 7163 /bin/sh >> R 7163 /etc/libmap.conf >> R 7163 /var/run/ld-elf.so.hints >> R 7163 /lib/libedit.so.7 >> R 7163 /lib/libc.so.7 >> R 7163 /lib/libncursesw.so.8 >> F 7163 7164 >> W 7164 ARUBA_me.bin >> E 7164 /usr/bin/uudecode >> R 7164 /etc/libmap.conf >> R 7164 /var/run/ld-elf.so.hints >> R 7164 /lib/libc.so.7 >> X 7164 1 0 >> X 7163 1 0 >> # Stop 1465867565.868045 >> # Bye bye >=20 >=20 > =3D=3D=3D > Mark Millard > markmi at dsl-only.net >=20 --=20 Regards, Bryan Drewery --NTQ1o5T1TpjQf6XDKq3WkenUK9CPKqQXV-- --GLTweRaJRJbM8fuIG7mKri1UXdUXAshkR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXYLRlAAoJEDXXcbtuRpfPfRsH/1OXEmmy8kcDyjvkouDdGjur ilcfI5UfKK9yLVerwnLTngQ/0lur+g+dq7T2ZIarGJRmx69dV+qz+vpiM9J4ZD9M VOpC0Fr6LxmOSP40caZr8Hh+NexCgJtO9S9NnvSQpp6/BnKvpFmuPgR1XUsI1TFd FKH/hmfWht7J52PbuGppXe0G0y97V3aW0Tw7EW1G3I+C5pTm+qZIb2v8GjKdbpDT WYPuIpU2gncmuY+9/twHCJTYPfbW1NNvJq4YX0+yYCa/8R7oRJQ2IM3VOKwZWIJ7 nqOlWUuCXOXUQh/hcmhkRxRJF/7wEUyUeiTjRiNNxitMSqr2j+Oy6EbQNmmg2A0= =TM+P -----END PGP SIGNATURE----- --GLTweRaJRJbM8fuIG7mKri1UXdUXAshkR--