From owner-freebsd-current@freebsd.org Tue Jun 14 02:26:08 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 3DB0FAF2C78 for ; Tue, 14 Jun 2016 02:26:08 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-154.reflexion.net [208.70.211.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E86962C2C for ; Tue, 14 Jun 2016 02:26:07 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 14362 invoked from network); 14 Jun 2016 02:26:07 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 14 Jun 2016 02:26:07 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Mon, 13 Jun 2016 22:26:48 -0400 (EDT) Received: (qmail 4920 invoked from network); 14 Jun 2016 02:26:47 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 14 Jun 2016 02:26:47 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id B76D21C43E2; Mon, 13 Jun 2016 19:25:59 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure Message-Id: <85435AE2-3F2C-4330-9751-729D99716A8C@dsl-only.net> Date: Mon, 13 Jun 2016 19:26:04 -0700 To: Bryan Drewery , FreeBSD Current Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) 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: Tue, 14 Jun 2016 02:26:08 -0000 [The following is after the svnltie update -r301873 /usr/src .] For the following in a amd64 rebuild on amd64 (a WITH_META_MODE=3Dyes = buidlworld buidlkernel just after a without meta mode buildworld = buildkernel [no install]). . . > # 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. >=20 > _FIRM=3D ${IMG}.bin >=20 > CLEANFILES+=3D ${_FIRM} >=20 > FIRMWS=3D ${_FIRM}:${KMOD} >=20 > # > # Note that a license ack is not needed for iwn. > # > #FIRMWARE_LICENSE=3D >=20 > ${_FIRM}: = ${.CURDIR}/../../../../contrib/dev/drm2/radeonkmsfw/${_FIRM}.uu > uudecode -p $? > ${.TARGET} I just had . . . (Note the uudecode line in the .meta file, the reference to stdin, and = the resultant "begin" line error.) > # 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-NODEBUG/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 >=20 > -- 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 =3D=3D=3D Mark Millard markmi at dsl-only.net