Commit 7ad02499 authored by Peter Wu's avatar Peter Wu
Browse files

Document cmake issues and add x265 as example.

parent 476ad5eb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
+7 −0
Original line number Diff line number Diff line
@@ -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: