From owner-freebsd-pkgbase@freebsd.org Sat Sep 8 19:29:22 2018 Return-Path: Delivered-To: freebsd-pkgbase@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73CC9FFBB6E for ; Sat, 8 Sep 2018 19:29:22 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25C5D757C0; Sat, 8 Sep 2018 19:29:22 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: brd/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1B82C11E99; Sat, 8 Sep 2018 19:29:22 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailauth.nyi.internal (Postfix) with ESMTP id E60A021B4E; Sat, 8 Sep 2018 15:29:21 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Sat, 08 Sep 2018 15:29:21 -0400 X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 4F86041ED; Sat, 8 Sep 2018 15:29:21 -0400 (EDT) Message-Id: <1536434961.3187240.1501391096.0D879540@webmail.messagingengine.com> From: Brad Davis To: freebsd-pkgbase@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1234af23 References: <32d8a418-d949-15f6-7252-c4d55d24afe8@gmail.com> <1535904282.77150.1494220048.25F8C900@webmail.messagingengine.com> <1536432960.3180678.1501276496.319FE0BA@webmail.messagingengine.com> In-Reply-To: <1536432960.3180678.1501276496.319FE0BA@webmail.messagingengine.com> Subject: Re: amd64-ALPHA3 - cannot make packages anymore Date: Sat, 08 Sep 2018 13:29:21 -0600 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 19:29:22 -0000 On Sat, Sep 8, 2018, at 12:56 PM, Brad Davis wrote: > On Fri, Sep 7, 2018, at 11:17 PM, Ben Woods wrote: > > On 3 September 2018 at 00:04, Brad Davis wrote: > >> On Sun, Sep 2, 2018, at 4:46 AM, henry.vogt@gmail.com wrote: > >> > Hello, > >> >=20 > >> > after successful building world and kernel(s) 'make packages' fails= with=20 > >> > te following now: > >> >=20 > >> > --- C U T --- > >> >=20 > >> > =3D=3D=3D> Creating FreeBSD-runtime-12.0.s20180902102855 > >> > pkg -o ABI_FILE=3D/usr/obj/usr/src/12/amd64.amd64/worldstage/bin/sh= -o=20 > >> > ALLOW_BASE_SHLIBS=3Dyes=C2=A0 create -M /usr/obj/usr/src/12/amd64.a= md64/ > >> > worldstage/runtime.ucl=C2=A0 -p /usr/obj/usr/src/12/amd64.amd64/wor= ldstage/ > >> > runtime.plist=C2=A0 -r > >> > /usr/obj/usr/src/12/amd64.amd64/worldstage=C2=A0 -o /usr/obj/usr/sr= c/12/repo/ > >> > $(pkg -o ABI_FILE=3D/usr/obj/usr/src/12/amd64.amd64/worldstage/bin/= sh=20 > >> > config ABI)/12.0.s20180902102855 > >> > pkg: duplicate directory listing: /boot, ignoring > >> > pkg: duplicate directory listing: /boot, ignoring > >> > ... > >> > pkg: Plist error, @config /root/.cshrc: not a regular file > >> > pkg: Plist error, @config /root/.profile: not a regular file > >> > pkg: duplicate file listing: /usr/bin/zstdegrep, ignoring > >> > pkg: duplicate directory listing: /usr/lib, ignoring > >> > pkg: duplicate directory listing: /usr/lib/dtrace, ignoring > >> > ... > >> > Does anybody see this also ? > >>=20=20 > >> Yes, this is a known issue.=C2=A0 I am trying to get some input from B= apt on how he thinks we should solve it. > >>=20=20 > >>=20=20 > >> Regards, > >> Brad Davis > >=20 > > Hi Brad, > >=20 > > Thanks for all your work on moving /etc conf files to assist with pkgba= se - it will be a great improvement. > >=20 > > Any update on the above issue? Or are you aware of a work-around if we = wanted to get a new set of base packages built today? > >=20 > > Thanks, > > Ben >=20 >=20 > I have a fix in pkg git, that I will push into pkg-devel today. Done as r479255. Regards, Brad Davis