Bug#979021: lirc: reproducible builds: Embeds different paths to "modinfo" and "sh"
Vagrant Cascadian
vagrant at reproducible-builds.org
Sat Jan 2 01:25:27 GMT 2021
Source: lirc
Severity: normal
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: usrmerge
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Various files embed paths to "modinfo" and "sh" differently on a
non-usrmerge vs. usrmerge system.
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/i386/diffoscope-results/lirc.html
/usr/lib/x86_64-linux-gnu/python3.9/site-packages/lirc/config.py
MODINFO·=·"/sbin/modinfo"
vs.
MODINFO·=·"/usr/sbin/modinfo"
/usr/include/lirc/config.h
#define·SH_PATH·"/bin/sh"
vs.
#define·SH_PATH·"/usr/bin/sh"
The attached patches fix this by patching configure.ac to accept the
MODINFO variable, and passing the SH_PATH and MODINFO variables to
configure.
Thanks for maintaining lirc!
live well,
vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-debian-patches-Add-patch-to-support-passing-MODINFO-.patch
Type: text/x-diff
Size: 1980 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20210101/20efd87f/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-debian-rules-Pass-MODINFO-and-SH_PATH-to-configure.patch
Type: text/x-diff
Size: 1062 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20210101/20efd87f/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20210101/20efd87f/attachment.sig>
More information about the Reproducible-bugs
mailing list