[Git][reproducible-builds/reproducible-notes][master] Document cmake issues and add x265 as example.

Holger Levsen gitlab at salsa.debian.org
Tue Oct 2 17:18:45 CEST 2018


Holger Levsen pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
7ad02499 by Peter Wu at 2018-10-02T15:06:42Z
Document cmake issues and add x265 as example.

- - - - -


2 changed files:

- issues.yml
- packages.yml


Changes:

=====================================
issues.yml
=====================================
@@ -1852,3 +1852,12 @@ randomness_in_python_changelog_references:
   description: |
     The python-changelog library generates references in a nondeterminstic order.
   url: https://bitbucket.org/zzzeek/changelog/pull-requests/1/please-make-the-references-reproducible/diff
+cmake_rpath_contains_build_path:
+  description: |
+    When an executable is linked with a shared library from the same project,
+    RPATH will contain the build path. Even if this is stripped on installation,
+    the build-id will remain unchanged.
+    .
+    Packages can set `-DCMAKE_SKIP_RPATH=ON` as workaround, but then possibly
+    have to set `LD_LIBRARY_PATH` while running tests.
+  url: https://gitlab.kitware.com/cmake/cmake/issues/18413


=====================================
packages.yml
=====================================
@@ -27512,6 +27512,13 @@ x2vnc:
   version: 1.7.2-6
   issues:
     - gcc_captures_build_path
+x265:
+  version: 2.8-4
+  comment: |
+    Uses `__FILE__`.
+  issues:
+    - gcc_captures_build_path
+    - cmake_rpath_contains_build_path
 x52pro:
   version: 0.1.1-2.3
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/7ad0249909b7c641035d0ac3ed3dd7d641067dc9

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/commit/7ad0249909b7c641035d0ac3ed3dd7d641067dc9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181002/40e2e324/attachment.html>


More information about the rb-commits mailing list