On Tue, Jun 12, 2018 at 3:56 PM Michael Olbrich
<m.olbr...@pengutronix.de> wrote:
>
> On Tue, Jun 12, 2018 at 03:20:33PM -0400, Jon Ringle wrote:
> > On Tue, Jun 12, 2018 at 9:39 AM Michael Olbrich
> > <m.olbr...@pengutronix.de> wrote:
> > >
> > > On Tue, Jun 12, 2018 at 08:43:34AM -0400, Jon Ringle wrote:
> > > > I'm running into the following problem building on our bamboo server.
> > > > It complains about missing libfakeroot.so, but as you can see, target
> > > > host-fakeroot.install.post completes, which I presume should have
> > > > installed libfakeroot.so under $(SYSROOT_HOST)?
> > > >
> > > > Any ideas?
> > >
> > > libfakeroot.so should be in sysroot-host/lib/fakeroot/. Also,
> > > sysroot-host/bin/fakeroot is a shell script, so you can add some 
> > > debugging.
> >
> > I added `set -x` to the fakeroot script and found it rather odd the
> > paths in the env variables:
> > FAKEROOT_PREFIX="FAKEROOT_SYSROOT"
> > FAKEROOT_BINDIR="FAKEROOT_SYSROOT/bin"
> > PATHS="FAKEROOT_SYSROOT/lib/fakeroot":${FAKEROOT_PREFIX}/lib64/libfakeroot:${FAKEROOT_PREFIX}/lib32/libfakeroot
>
> Which ptxdist version is this? Prior to ptxdist-2018.03.0 there was a patch
> that introduced FAKEROOT_SYSROOT and it was then replaced with sysroot-host
> in host-fakeroot.install.post. Since ptxdist-2018.03.0 the path is
> calculated relative to the location of the fakeroot script.
>
> Maybe you have the old patches with a new host-fakeroot.make or something
> like this?

Yeah, turns out my build was pulling in from some old *-dev.tar.gz packages

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to