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
72bc34707c75a0ae282eeefece3b538472f80703...13f55133fa7639f5362b9661f7b717ec65a145e6
Commits (2)
k3b: Add comment confirming workaround.
· 4ebe9eca
Vagrant Cascadian
authored
Feb 26, 2022
4ebe9eca
cmake_rpath_contains_build_path: Add comment that this is enabled in
· 13f55133
Vagrant Cascadian
authored
Feb 26, 2022
debhelper v14.
13f55133
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
13f55133
...
...
@@ -2049,6 +2049,9 @@ cmake_rpath_contains_build_path:
Alternately with cmake 3.14+, BUILD_RPATH_USE_ORIGIN could be used
https://gitlab.kitware.com/cmake/cmake/-/blob/master/Help/prop_tgt/BUILD_RPATH_USE_ORIGIN.rst
.
Using the currently experimental debhelper compat level v14 will
enable both options by default.
.
https://bugs.debian.org/1004939 proposes to drop
-DCMAKE_SKIP_RPATH in favor of -DBUILD_RPATH_USE_ORIGIN in
debhelper.
...
...
packages.yml
View file @
13f55133
...
...
@@ -10479,6 +10479,8 @@ jython:
in /usr/share/java/jython-2.5.3.jar
k3b:
version: 21.08.0-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
k3d:
...
...