Debian Bug report logs - #1020715
xserver-xorg-input-joystick: reproducible-builds: Embedded build path in joystick_drv.so

Package: src:xserver-xorg-input-joystick; Maintainer for src:xserver-xorg-input-joystick is Debian X Strike Force <debian-x@lists.debian.org>;

Reported by: Vagrant Cascadian <vagrant@reproducible-builds.org>

Date: Sun, 25 Sep 2022 18:27:01 UTC

Severity: normal

Tags: patch

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, reproducible-bugs@lists.alioth.debian.org, Debian X Strike Force <debian-x@lists.debian.org>:
Bug#1020715; Package src:xserver-xorg-input-joystick. (Sun, 25 Sep 2022 18:27:03 GMT) (full text, mbox, link).


Acknowledgement sent to Vagrant Cascadian <vagrant@reproducible-builds.org>:
New Bug report received and forwarded. Copy sent to reproducible-bugs@lists.alioth.debian.org, Debian X Strike Force <debian-x@lists.debian.org>. (Sun, 25 Sep 2022 18:27:04 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: submit@bugs.debian.org
Subject: xserver-xorg-input-joystick: reproducible-builds: Embedded build path in joystick_drv.so
Date: Sun, 25 Sep 2022 11:24:31 -0700
[Message part 1 (text/plain, inline)]
Source: xserver-xorg-input-joystick
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The build path is embedded in /usr/lib/xorg/modules/input/joystick_drv.so:

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/xserver-xorg-input-joystick.html

  /build/1st/xserver-xorg-input-joystick-1.6.3/build/src/../../src/jstk.c:298
  vs.
  /build/2/xserver-xorg-input-joystick-1.6.3/2nd/build/src/../../src/jstk.c:298

The attached patch fixes this in debian/rules by passing
-ffile-prefix-map in CFLAGS to configure.

With this patch applied xserver-xorg-input-joystick should build reproducibly on
tests.reproducible-builds.org!

Thanks for maintaining xserver-xorg-input-joystick!

live well,
  vagrant
[0001-debian-rules-Pass-CFLAGS-to-dh_auto_configure-and-in.patch (text/x-diff, inline)]
From 3810247bbd3d038b4d8ac21016d43ca809a8f0b9 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sun, 25 Sep 2022 18:17:21 +0000
Subject: [PATCH] debian/rules: Pass CFLAGS to dh_auto_configure, and include
 -ffile-prefix-map to avoid embedding build path.

https://reproducible-builds.org/docs/build-path/
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c721608..9e13de7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
+	dh_auto_configure -- --disable-silent-rules CFLAGS="$(CFLAGS) -ffile-prefix-map=$(CURDIR)=."
 
 # Install in debian/tmp to retain control through dh_install:
 override_dh_auto_install:
-- 
2.37.2

[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Wed May 17 13:28:20 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.