Your message dated Fri, 10 Oct 2025 08:39:24 +0200
with message-id <[email protected]>
and subject line close bug
has caused the Debian Bug report #1117494,
regarding python-can: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1117494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117494
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-can
Version: 4.6.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: environment
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
python-can could not be built reproducibly.

This is because the documentation calls out to Python 2.x and the
error message that gets embedded in the documentation varies depending
on the shell (eg. dash vs. bash):

│ │ │ │ -/bin/sh: 1: python: not found
│ │ │ │ +/bin/sh: line 1: python: command not found

This is, in turn, caused by the debian/patches/python3.patch patch
being slightly incomplete, we also need to patch the can.bridge bit:

  --- a/doc/scripts.rst 2025-10-06 09:41:22.757481287 -0700
  --- b/doc/scripts.rst 2025-10-06 09:49:15.270426016 -0700
  @@ -62,7 +62,7 @@
 
   A small application that can be used to connect two can buses:
 
  -.. command-output:: python -m can.bridge -h
  +.. command-output:: python3 -m can.bridge -h
       :shell:


 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/doc/scripts.rst   2025-10-06 09:41:22.757481287 -0700
--- b/doc/scripts.rst   2025-10-06 09:49:15.270426016 -0700
@@ -62,7 +62,7 @@
 
 A small application that can be used to connect two can buses:
 
-.. command-output:: python -m can.bridge -h
+.. command-output:: python3 -m can.bridge -h
     :shell:
 
 

--- End Message ---
--- Begin Message ---
fixed
-- 
Carl

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to