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
0e953849bae2ce9265dcd00861eff72f85944e80...13d2dab224114dfd59a13ba0f4adff9166ed8751
Commits (2)
gr-funcube: Add comment about fix for cmake_rpath issue.
· 95b3b620
Vagrant Cascadian
authored
Mar 09, 2022
95b3b620
phonon: Mark with cmake_rpath_contains_build_path
· 13d2dab2
Vagrant Cascadian
authored
Mar 09, 2022
13d2dab2
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
13d2dab2
...
...
@@ -8477,6 +8477,8 @@ gr-fosphor:
- cmake_rpath_contains_build_path
gr-funcube:
version: 1.0.0-3
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
gr-gsm:
...
...
@@ -20078,8 +20080,13 @@ phing:
https://bugs.debian.org/978457
phonon:
version: 4:4.9.0-4
comments: |
Setting -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON to fix rpath triggers
build failure due to missing .cmake files, but resolves cmake
rpath issue in the binaries.
issues:
- build_id_differences_only
- cmake_rpath_contains_build_path
phonon-backend-gstreamer:
version: 4:4.9.0-1
issues:
...
...