On Wed, Aug 16, 2023 at 10:26:38AM +0200, Lucas Nussbaum wrote:
> This package fails to do build a binary-only build (not source) after a
> successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

I can at least reproduce this.

> > if test -r ".././/mkinstalldirs"; then \
> >   .././/mkinstalldirs /<<PKGBUILDDIR>>/debian/pinot/usr/share; \
> > else \
> >   /bin/sh ../mkinstalldirs /<<PKGBUILDDIR>>/debian/pinot/usr/share; \
> > fi
> > /bin/sh: 0: cannot open ../mkinstalldirs: No such file

Something is deleting mkinstalldirs during the first build, but I'm
failing to work out what.  It doesn't seem to be the upstream build
system, it doesn't seem to be the debian packaging, and it doesn't seem
to be debhelper (at least `dpkg -L automake|xargs grep mkinstalldirs`
doesn't find any matches).

Any ideas?

Cheers,
    Olly

Reply via email to