NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-evbarm/58035: [RB] evbarm/earmv6: sshramdisk probably has firmware files in a wrong place
The following reply was made to PR port-evbarm/58035; it has been noted by GNATS.
From: Jan-Benedict Glaw <jbglaw%lug-owl.de@localhost>
To: gnats-bugs%NetBSD.org@localhost, Taylor R Campbell <riastradh%NetBSD.org@localhost>,
netbsd-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-evbarm/58035: [RB] evbarm/earmv6: sshramdisk probably has
firmware files in a wrong place
Date: Thu, 14 Mar 2024 16:45:05 +0100
--oyqLL/JqMvClXZi1
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, 2024-03-14 15:04:44 +0000, Taylor R Campbell <riastradh%NetBSD.org@localhost>=
wrote:
> > Date: Thu, 14 Mar 2024 09:00:38 +0000
> > From: jbglaw%lug-owl.de@localhost
> >=20
> > -IMAGEPREBUILD=3D ${TOOL_PAX} ${PAX_TIMESTAMP} -rw -pp ${DESTDIR}/libda=
ta/firmware ${WORKDIR}
> > +IMAGEPREBUILD=3D (cd ${DESTDIR} && ${TOOL_PAX} ${PAX_TIMESTAMP} -rw -p=
p libdata/firmware ${WORKDIR})
>=20
> ${WORKDIR} is probably a relative path `work', in which case this will
> copy ${DESTDIR}/libdata/firmware to ${DESTDIR}/work/libdata/firmware,
> which explains the checkflist errors you saw.
>=20
> Can you try this change instead?
>=20
> -IMAGEPREBUILD=3D ${TOOL_PAX} ${PAX_TIMESTAMP} -rw -pp ${DESTDIR}/libdata=
/firmware ${WORKDIR}
> +IMAGEPREBUILD=3D (cd ${DESTDIR} && ${TOOL_PAX} ${PAX_TIMESTAMP} -w libda=
ta/firmware) | (cd ${WORKDIR} && ${TOOL_PAX} -r -pp)
>=20
> (I don't know if there's a way to convince a single pax -rw instance
> to chdir into a source directory before taking relative paths to be
> copied into the target.)
Started two builds, will take a bit. Thanks for the suggestion!
MfG, JBG
--=20
--oyqLL/JqMvClXZi1
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQQlDTvPcScNjKREqWEdvV51g5nhuwUCZfMbgAAKCRAdvV51g5nh
u67eAJ9se4pJN53srApz7EcBajQMVkF6PwCgjt/1SgB6mz/gPoc6y7qyL9w8hIg=
=dR4Z
-----END PGP SIGNATURE-----
--oyqLL/JqMvClXZi1--
Home |
Main Index |
Thread Index |
Old Index