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
c01c59f4b6f1afe0434d8e82ab54444bd7fd0ecc...a061be0dee8d3c1dea696cc419cf53e4cf51a5e6
Commits (2)
dtkcore: Mark with cmake_rpath_contains_build_path.
· aeb5aba1
Vagrant Cascadian
authored
Jan 31, 2023
aeb5aba1
libsdl3: Mark with cmake_rpath_contains_build_path.
· a061be0d
Vagrant Cascadian
authored
Jan 31, 2023
a061be0d
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
a061be0d
...
...
@@ -4703,6 +4703,12 @@ dtd-parser:
version: 1.2~svn20110404-1
issues:
- random_order_in_documentation_generated_by_javadoc
dtkcore:
version: 5.6.2.2-1~exp1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
dub:
version: 0.9.24-1
issues:
...
...
@@ -14925,6 +14931,13 @@ libsdl2-gfx:
issues:
- build_dir_in_documentation_generated_by_doxygen
- absolute_build_dir_in_docs_generated_by_doxygen_ref
libsdl3:
version: 3~git20230103+dfsg-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON, but unable
to verify effect on test suite due to nondeterministic failures.
issues:
- cmake_rpath_contains_build_path
libsendmail-milter-perl:
version: 0.18-8
bugs:
...
...