From owner-freebsd-arch@freebsd.org Fri Aug 19 17:35:37 2016 Return-Path: Delivered-To: freebsd-arch@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 71431BBF771 for ; Fri, 19 Aug 2016 17:35:37 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 4E12415DA; Fri, 19 Aug 2016 17:35:36 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 161661928CE; Fri, 19 Aug 2016 17:35:35 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Date: Fri, 19 Aug 2016 11:35:42 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 17:35:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5 Content-Type: multipart/mixed; boundary="w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> In-Reply-To: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> --w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >=20 > As of r304288 I get none of this, tags is in the METALOG and makefs > recognizes it. What is the os rel of the host running makefs? >=20 > I do have some duplicates in the METALOG but makefs is not warning abou= t > them or failing. I'm guessing -D is being passed. >=20 FreeBSD bruno 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r303327: Mon Jul 25 20:54:25 MDT 2016 sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 Yeah, its definitely passing -D ... at least I see it being passed to install. + INSTALL_PROG=3D'install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta' + echo '*** Deleting old file system..' *** Deleting old file system.. + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d /home/sbruno/bsd/fbsd_head/../mfsroot/malta + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta + echo '*** Creating new filesystem...' *** Creating new filesystem... + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ /home/sbruno/bsd/fbsd_head/../mfsroot/malta + echo '/dev/ada0 / ufs rw 1 1' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + echo 'autosize_enable=3D"YES"' + echo 'autosize_rootfs=3D"/dev/ada0"' + echo 'sshd_enable=3D"YES"' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel =2E./freebsd-wifi-build/build/bin/..//files.full/autosize /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ + ../freebsd-wifi-build/build/bin/filter.pl /home/sbruno/bsd/fbsd_head/../root/mips/METALOG /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot + echo '**** Done.' **** Done. + echo '*** Target Done.' *** Target Done. + echo $'*** Target\t\t: fullfsimage' *** Target : fullfsimage + ../freebsd-wifi-build/build/bin/build_fullfsimage malta *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: duplicate definition of var --w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN-- --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5 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 iQF8BAEBCgBmBQJXt0NuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPCIIAImEVyr9WIElD2pqPJHVjpRc qDBZId6miWCDVKbxEEuKx7pDQU5gh8/pEEBL7s+NUuz9xxrJripF8MbYSuaZdEH+ 50XQzWJbAGghEopB/cJj9ErxhpIPhaWHWiTlIAvTHWpStQeH92P0CjhSGJCNw5L1 JtoqSkCnWBv1sDsOL6qby4ATUFoiYujuB9Kr1frU3A4hc/8YaZJxNXWq62gejhqu y/KAKPXBGI45HXmvYYAnm9pQR8GWEQDQ0S6ceLEvu265NIHgyw6fDbXQf0pJIfCG vC/u2S0UYpqrV0rPxbsCfwZOOMIhqKLgqHNOVLopsChue0KuzaaRq72XuMvVHbg= =e8Z1 -----END PGP SIGNATURE----- --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5--