Re: [base package build] [fail] r320347 -> r320392: install: builddir/Africa/Abidjan: No such file or directory

From: Cy Schubert <Cy.Schubert_at_komquats.com>
Date: Tue, 27 Jun 2017 18:19:21 -0700
In message <201706280054.v5S0svs3036980_at_slippy.cwsent.com>, Cy Schubert 
writes:
> This is a multipart MIME message.
> 
> --==_Exmh_1498611286_142500
> Content-Type: text/plain; charset=us-ascii
> 
> In message <B24DD728-AC28-4DB1-B89E-45054A12A653_at_gmail.com>, Ngie Cooper 
> writes
> :
> > 
> > 
> > > On Jun 27, 2017, at 13:21, Cy Schubert <Cy.Schubert_at_komquats.com> wrote:
> > 
> > ...
> > 
> > > Yes. I've had issues with parallel installs breaking badly before this.
> > 
> > Be that what it may be, papering the issue over via poudriere is the wrong 
> ap
> > proach to fixing the problem imho.
> > 
> > Bryan's out for a few more days on vacation.. I'll see if I can look into t
> hi
> > s while he's gone.
> 
> Sure.
> 
> Here's previous reply that includes a patch that addresses this in base. 
> Does this look correct to you?

The poudriere hack doesn't work. The attached patch does.

~cy

> 
> 
> 
> --==_Exmh_1498611286_142500
> Content-Type: message/rfc822 ; name="6235"
> Content-Description: 6235
> Content-Disposition: attachment; filename="6235"
> 
> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6
> Reply-to: Cy Schubert <Cy.Schubert_at_cschubert.com>
> From: Cy Schubert <Cy.Schubert_at_cschubert.com>
> X-os: FreeBSD
> X-Sender: cy_at_cwsent.com
> X-URL: http://www.cschubert.com/
> To: Sean Bruno <sbruno_at_freebsd.org>
> cc: Edward Tomasz Napierala <trasz_at_FreeBSD.org>,
>     src-committers_at_freebsd.org, svn-src-all_at_freebsd.org,
>     svn-src-head_at_freebsd.org
> Subject: Re: svn commit: r320362 - head/share/zoneinfo
> In-Reply-To: Message from Sean Bruno <sbruno_at_freebsd.org>
>    of "Mon, 26 Jun 2017 12:21:15 -0600." <f6014fd3-9f4b-b6f5-6997-38293f10e25
> a_at_freebsd.org>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Date: Mon, 26 Jun 2017 20:48:57 -0700
> 
> (since we're top posting.... )
> 
> Hi Sean,
> 
> Do you want to give this a spin?
> 
> Index: share/zoneinfo/Makefile
> ===================================================================
> --- share/zoneinfo/Makefile	(revision 320389)
> +++ share/zoneinfo/Makefile	(working copy)
> _at__at_ -94,7 +94,7 _at__at_
>  .for f in ${TZS}
>  	${INSTALL} ${TAG_ARGS} \
>  	    -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
> -	    ${TZBUILDDIR:C,^${.OBJDIR}/,,}/${f} ${DESTDIR}/usr/share/zoneinfo/$
> {f}
> +	    ${TZBUILDDIR}/${f} ${DESTDIR}/usr/share/zoneinfo/${f}
>  .endfor
>  	${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
>  	    ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
> 
> ~cy
> 
> 
> In message <f6014fd3-9f4b-b6f5-6997-38293f10e25a_at_freebsd.org>, Sean Bruno 
> write
> s:
> > This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
> > --WTKxh8RiNpWJJ66LumpxWUq5KMtbGfm2f
> > Content-Type: multipart/mixed; boundary="VFqTarnRbgKj5gwWULxfLoTjWIwLn2loQ"
> ;
> >  protected-headers="v1"
> > From: Sean Bruno <sbruno_at_freebsd.org>
> > To: Edward Tomasz Napierala <trasz_at_FreeBSD.org>, src-committers_at_freebsd.org
> ,
> >  svn-src-all_at_freebsd.org, svn-src-head_at_freebsd.org
> > Message-ID: <f6014fd3-9f4b-b6f5-6997-38293f10e25a_at_freebsd.org>
> > Subject: Re: svn commit: r320362 - head/share/zoneinfo
> > References: <201706261540.v5QFeOTj072841_at_repo.freebsd.org>
> > In-Reply-To: <201706261540.v5QFeOTj072841_at_repo.freebsd.org>
> > 
> > --VFqTarnRbgKj5gwWULxfLoTjWIwLn2loQ
> > Content-Type: text/plain; charset=utf-8
> > Content-Language: en-US
> > Content-Transfer-Encoding: quoted-printable
> > 
> > Hmmm ... This seems to break 'poudriere jail -c jailname -m src=3D/usr/sr=
> > c
> > -v head"
> > 
> > --- realinstall_subdir_share/zoneinfo ---
> > install: builddir/Africa/Abidjan: No such file or directory
> > 
> > 
> > On 06/26/17 09:40, Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Mon Jun 26 15:40:24 2017
> > > New Revision: 320362
> > > URL: https://svnweb.freebsd.org/changeset/base/320362
> > >=20
> > > Log:
> > >   Provide visual feedback when timezone files are installed.
> > >   After r320003 it wasn't being shown in any way.
> > >  =20
> > >   Submitted by:	bdrewery
> > >   MFC after:	1 month
> > >   Differential Revision:	https://reviews.freebsd.org/D11154
> > >=20
> > > Modified:
> > >   head/share/zoneinfo/Makefile
> > >=20
> > > Modified: head/share/zoneinfo/Makefile
> > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =
> > =3D=3D=3D=3D
> > > --- head/share/zoneinfo/Makefile	Mon Jun 26 15:23:12 2017	(r32036
> > 1)
> > > +++ head/share/zoneinfo/Makefile	Mon Jun 26 15:40:24 2017	(r32036
> > 2)
> > > _at__at_ -83,14 +83,19 _at__at_ zoneinfo: yearistype ${TDATA}
> > >  	zic -D -d ${TZBUILDDIR} -p ${POSIXRULES} -m ${NOBINMODE} \
> > >  	    ${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}
> > > =20
> > > +.if make(*install*)
> > > +TZS!=3D cd ${TZBUILDDIR} && find -s * -type f
> > > +.endif
> > > +
> > >  beforeinstall: install-zoneinfo
> > >  install-zoneinfo:
> > >  	mkdir -p ${DESTDIR}/usr/share/zoneinfo
> > >  	cd ${DESTDIR}/usr/share/zoneinfo;  mkdir -p ${TZBUILDSUBDIRS}
> > > -	cd ${TZBUILDDIR} && \
> > > -	    find -s * -type f -exec ${INSTALL} ${TAG_ARGS} \
> > > +.for f in ${TZS}
> > > +	${INSTALL} ${TAG_ARGS} \
> > >  	    -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
> > > -	    \{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
> > > +	    ${TZBUILDDIR:C,^${.OBJDIR}/,,}/${f} ${DESTDIR}/usr/share/zoneinfo=
> > /${f}
> > > +.endfor
> > >  	${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
> > >  	    ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
> > > =20
> > >=20
> > >=20
> > 
> > 
> > --VFqTarnRbgKj5gwWULxfLoTjWIwLn2loQ--
> > 
> > --WTKxh8RiNpWJJ66LumpxWUq5KMtbGfm2f
> > Content-Type: application/pgp-signature; name="signature.asc"
> > Content-Description: OpenPGP digital signature
> > Content-Disposition: attachment; filename="signature.asc"
> > 
> > -----BEGIN PGP SIGNATURE-----
> > 
> > iQGTBAEBCgB9FiEE6MTp+IA1BOHj9Lo0veT1/om1/LYFAllRUJtfFIAAAAAALgAo
> > aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4
> > QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1
> > /LaIFggAlEX4pLTfDUaRsGoxWbGI0DiirmhR1nW74ESXjGXd4u9WSYKfvxK+oGPJ
> > LRwxcimGw/v+h8piM102ijsmquE0+NlyyMAYjFNLb9tsZuR+kfzRbDwqiu3FNg8R
> > zDnsvo69JHiyoi7r9BJB30Q6P9fZDGBtCrSQ9Up2IUiPHjz+pLUK6jxy29wflPSr
> > qVDHitG2A7l7Sdn3Jsj8MWNw/4ehRNlhxudgg+F8v7tEJH9eNBpP6K6jR6B+aU/P
> > VCPrKO1rRmmJTPxxPwskLLX4/xXrf8hmUFTm0uBbLtKbvzsaO5IZ9HKXJdYFlaRo
> > dCw6yY1xFlMv/OrUWgSxj02fsd7GHg==
> > =9Mia
> > -----END PGP SIGNATURE-----
> > 
> > --WTKxh8RiNpWJJ66LumpxWUq5KMtbGfm2f--
> > 
> > 
> 
> -- 
> Cheers,
> Cy Schubert <Cy.Schubert_at_cschubert.com>
> FreeBSD UNIX:  <cy_at_FreeBSD.org>   Web:  http://www.FreeBSD.org
> 
> 	The need of the many outweighs the greed of the few.
> 
> 
> 
> --==_Exmh_1498611286_142500
> Content-Type: text/plain; charset=us-ascii
> 
> Cheers,
> Cy Schubert <Cy.Schubert_at_cschubert.com>
> FreeBSD UNIX:  <cy_at_FreeBSD.org>   Web:  http://www.FreeBSD.org
> 
> 	The need of the many outweighs the greed of the few.
> 
> --==_Exmh_1498611286_142500--
> 

-- 
Cheers,
Cy Schubert <Cy.Schubert_at_cschubert.com>
FreeBSD UNIX:  <cy_at_FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.
Received on Tue Jun 27 2017 - 23:20:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:12 UTC