[Reproducible-commits] [notes] 01/01: add issue for cmake's file(GLOB ...)

Reiner Herrmann reiner at reiner-h.de
Sat May 14 10:47:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository notes.

commit aea96aa4787afc09a7f093ba13f7f4a873c18d05
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat May 14 12:47:24 2016 +0200

    add issue for cmake's file(GLOB ...)
---
 issues.yml   | 7 +++++++
 packages.yml | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/issues.yml b/issues.yml
index ea0456e..2a8083c 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1029,3 +1029,10 @@ timestamps_in_htm_by_gap:
     The etc/convert.pl script from gap embeds timestamps with the current time
     and using the local language in the HTM files it produces.
   determimistic: True
+unsorted_file_glob_by_cmake:
+  description: |
+    File lists are generated in a CMakeLists.txt file with file(GLOB ...), which varies
+    with the readdir() order. This file list is passed to add_executable / add_library or
+    otherwise used for generating an output.
+    A solution is to sort the lists: list(SORT SRC_FILES)
+  url: https://bugs.debian.org/824263
diff --git a/packages.yml b/packages.yml
index 8e9acd7..1e26523 100644
--- a/packages.yml
+++ b/packages.yml
@@ -185,6 +185,8 @@ allegro4.4:
   comments: |
     Possibly a file ordering issue:
     https://sources.debian.net/src/allegro4.4/2:4.4.2-8/tools/CMakeLists.txt/#L6-L7
+  issues:
+    - unsorted_file_glob_by_cmake
   bugs:
     - 824140
 allegro5:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list