Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
2897b712f51bcd616ddda4ac3ca14600d1657483...1b715087c7846d28ddbf67ef8684a2a5d539690f
Commits (6)
build_path_captured_by_rust: New issue.
· 2691bc83
Vagrant Cascadian
authored
Mar 16, 2023
2691bc83
rust-sequoia-keyring-linter: Mark with build_path_captured_by_rust.
· b3b01854
Vagrant Cascadian
authored
Mar 16, 2023
b3b01854
mruby: Mark with records_build_flags.
· e40e4f7a
Vagrant Cascadian
authored
Mar 16, 2023
e40e4f7a
precious: Mark with build_path_captured_by_rust.
· 90eecfbb
Vagrant Cascadian
authored
Mar 16, 2023
90eecfbb
s2geometry: Mark with cmake_rpath_contains_build_path.
· 43e2818e
Vagrant Cascadian
authored
Mar 16, 2023
43e2818e
subread: Mark with gcc_captures_build_path.
· 1b715087
Vagrant Cascadian
authored
Mar 16, 2023
1b715087
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
1b715087
...
...
@@ -2323,6 +2323,9 @@ build_path_captured_by_octave:
build_path_captured_by_pyuic5
:
description
:
|
"Form implementation generated from reading ui file '%s'"
build_path_captured_by_rust
:
description
:
|
rustlang seems to embed full build paths in various ways.
build_path_in_direct_url_json_file_generated_by_flit
:
description
:
|
'{"url": "file://build/path", "dir_info": {"editable": false}}'
...
...
packages.yml
View file @
1b715087
...
...
@@ -17401,6 +17401,12 @@ mrtrix:
version: 0.2.13-2
issues:
- captures_build_path_via_assert
mruby:
version: 3.1.0-3
comments: |
build flags recorded in /usr/bin/mruby-config.
issues:
- records_build_flags
msc-generator:
version: 7.1-2
comments: |
...
...
@@ -21870,6 +21876,10 @@ prayer:
version: 1.3.5-dfsg1-3
bugs:
- 828899
precious:
version: 0.5.0-1
issues:
- build_path_captured_by_rust
prefix:
version: 1.2.5-1
issues:
...
...
@@ -30898,6 +30908,10 @@ rust-protobuf-codegen:
version: 2.8.1-1
issues:
- cargo_installs_crates2_json
rust-sequoia-keyring-linter:
version: 1.0.0-2
issues:
- build_path_captured_by_rust
rustc:
version: 1.19.0+dfsg3-3
comments: |
...
...
@@ -30911,6 +30925,13 @@ s-nail:
Appears to embed its own CFLAGS in the binary and thus prefix-map absolute build path.
issues:
- records_build_flags
s2geometry:
version: 0.10.0-6
comments: |
rpath issue fixed by passing -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON via
PYBUILD_CONFIGURE_ARGS in debian/rules.
issues:
- cmake_rpath_contains_build_path
s3d:
version: 0.2.2-14
comments: |
...
...
@@ -32548,6 +32569,14 @@ subnetcalc:
version: 2.1.3-1
issues:
- gcc_captures_build_path
subread:
version: 2.0.4+dfsg-1
comments: |
2.0.3+dfsg and earlier appeared to respect CFLAGS, but the
2.0.4+dfsg version appears to ignore them, so -ffile-prefix-map is
not passed to remove the build path from the binaries.
issues:
- gcc_captures_build_path
subtle:
version: 0.11.3224-xi-2.2
issues:
...
...