Control: found 990329 4.17.0+dfsg1-1

> From: Peter Pentchev <r...@ringlet.net>
> Subject: Mark the RPM tool path bug as done
> To: 990329-d...@bugs.debian.org
> Date: Fri, 26 Nov 2021 18:51:26 +0200
>
> Version: 4.17.0+dfsg1-1
>
> I did not notice this bug when I uploaded the fixed package; sorry!
> And thanks for reporting it!

Thanks!

Unfortunately, it seems only partially fixed. Did the patch you applied
include MKDIR_P='/bin/mkdir -p', which still appears to be varying:

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


> From edef98ba189c9eee0682813db839b33a5ffd4e85 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagr...@reproducible-builds.org>
> Date: Fri, 25 Jun 2021 20:24:46 +0000
> Subject: [PATCH] debian/rules: Pass paths to various binaries.
>
> Use the non-usrmerge locations for binaries, which works on both
> usrmerge and non-usrmerge systems.
>
> https://tests.reproducible-builds.org/debian/issues/paths_vary_due_to_usrmerge_issue.html
> ---
>  debian/rules | 17 ++++++++++++++++-
>  1 file changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index 3e05ba54..0cc1be30 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -28,7 +28,22 @@ configure_flags += \
>       --enable-shared \
>       --enable-python \
>       LDFLAGS="$(LDFLAGS) -Wl,--as-needed" \
> -     CPPFLAGS="$(CPPFLAGS)"
> +     CPPFLAGS="$(CPPFLAGS)" \
> +     __BZIP2=/bin/bzip2 \
> +     __CAT=/bin/cat \
> +     __CHGRP=/bin/chgrp \
> +     __CHMOD=/bin/chmod \
> +     __CHOWN=/bin/chown \
> +     __CP=/bin/cp \
> +     __GREP=/bin/grep \
> +     __GZIP=/bin/gzip \
> +     __LZIP=/bin/lzip \
> +     __MKDIR=/bin/mkdir \
> +     __MV=/bin/mv \
> +     __RM=/bin/rm \
> +     __SED=/bin/sed \
> +     __TAR=/bin/tar \
> +     MKDIR_P='/bin/mkdir -p' \


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to