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
f0f74a5bf9c5edcd468cf0e3cfe95e8a2f043e36...d86e5ed17c70796f65a086b9619f7f5d470f380d
Commits (3)
cppad: Mark with cmake_rpath_contains_build_path
· 97756d42
Vagrant Cascadian
authored
Mar 10, 2022
97756d42
ogre-1.9: Mark with cmake_rpath_contains_build_path
· 1ff08580
Vagrant Cascadian
authored
Mar 10, 2022
1ff08580
shasta: Mark with cmake_rpath_contains_build_path
· d86e5ed1
Vagrant Cascadian
authored
Mar 10, 2022
d86e5ed1
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
d86e5ed1
...
...
@@ -3436,8 +3436,11 @@ cpp-hocon:
- captures_build_path
cppad:
version: 2021.00.00.8-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- dynstr_section_longer_by_two_bytes_which_are_NULs
- cmake_rpath_contains_build_path
cppdb:
version: 0.3.1+dfsg-4
comments: |
...
...
@@ -18609,8 +18612,12 @@ ogre-1.12:
- build_dir_in_tags_generated_by_doxygen
ogre-1.9:
version: 1.9.0+dfsg1-7
comments: |
With -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON the chrpath --replace call
fails because the replacement path is longer than the relative path.
issues:
- build_id_differences_only
- cmake_rpath_contains_build_path
ohcount:
version: 3.0.0-8.2
issues:
...
...
@@ -29981,8 +29988,12 @@ shasta:
comments: |
Very similar to dynstr_section_longer_by_two_bytes_which_are_NULs (hence
tagging this package with that issue), but the two added bytes aren't last.
.
With -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON the chrpath --replace call
fails because the replacement path is longer than the relative path.
issues:
- dynstr_section_longer_by_two_bytes_which_are_NULs
- cmake_rpath_contains_build_path
shellex:
version: 0.2-1
issues:
...
...