Commits (6)
......@@ -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}}'
......
......@@ -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:
......