Notes about issue python_shebang_and_dependency_nondeterministically_3_or_3_point_5 in unstable
Identifier: | python_shebang_and_dependency_nondeterministically_3_or_3_point_5 |
---|---|
Suites: | unstable / trixie / bookworm / bullseye / experimental |
URL: | https://bugs.debian.org/804339 |
Description: |
The initial line of python programs is #!/usr/bin/python3.5 in build1 and #!/usr/bin/python3 in build2. This is caused by us building multiple Python versions into separate directories under {build_dir} but then installing them to the *same* {destdir}. . If any of these builds complete in under 1 second, distutils may decide to skip copying files to {destdir} as it incorrectly believes them to be up-to-date. This will result in a package arbitrarily containing scripts with different version shebangs and, by extension, binary dependencies. |
Packages in 'unstable' known to be affected by this issue: (the 1/4 most-popular ones (within this issue) are underlined) |
2 reproducible packages in unstable/amd64:
|
Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise). |
A package name displayed with a bold
font is an indication that this package has a note. Visited
packages are linked in green, those which have not been visited are
linked in blue.
A #
sign after the name of a package
indicates that a bug is filed against it. Likewise, a
+
sign indicates there is a
patch available, a P
means a
pending bug while #
indicates a
closed bug. In cases of several bugs, the symbol is repeated.