Control: tags -1 pending

Hi,

On Mon, 22 Feb 2021 00:19:22 -0800 Vagrant Cascadian <vagr...@reproducible-builds.org> wrote:
Various files embed the full path to the "mv" and "rm" binaries, which
are different on usrmerge systems:

  
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/imagemagick.html

  /etc/ImageMagick-6/delegates.xml

  
<delegate·xmlns=""·decode="bpg"·command="&quot;bpgdec&quot;·-b·16·-o·&quot;%o.png&quot;·&quot;%i&quot;;·/bin/mv·&quot;%o.png&quot;·&quot;%o&quot;"/>
  vs.
  
<delegate·xmlns=""·decode="bpg"·command="&quot;bpgdec&quot;·-b·16·-o·&quot;%o.png&quot;·&quot;%i&quot;;·/usr/bin/mv·&quot;%o.png&quot;·&quot;%o&quot;"/>


The attached patch fixes this in debian/rules by passing arguments to
configure to use the paths in the non-usrmerge paths, as usrmerge
systems typically have compatibility symlinks, while non-usrmerge
systems do not.

I am building with the patch right now, I will upload when that succeeds.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to