[Reproducible-commits] [notes] 02/02: Add icmake issue with randomly ordered object files

Reiner Herrmann reiner at reiner-h.de
Sat May 21 19:02:27 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 04399c2ef2d658cdd52269dcd76f4b40e83985aa
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat May 21 21:02:44 2016 +0200

    Add icmake issue with randomly ordered object files
---
 issues.yml   | 5 +++++
 packages.yml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/issues.yml b/issues.yml
index 1f17cb2..b933733 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1041,3 +1041,8 @@ unsorted_file_glob_by_cmake:
     otherwise used for generating an output.
     A solution is to sort the lists: list(SORT SRC_FILES)
   url: https://bugs.debian.org/824263
+random_order_in_static_library_by_icmake:
+  description: |
+    icmake uses a shell glob to collect object files while creating the static library archive.
+    The glob is sorted, but will be sorted differently depending on the locale.
+  url: https://sources.debian.net/src/icmake/8.01.00-1/scripts/icmbuild.in/#L373
diff --git a/packages.yml b/packages.yml
index 832a4e2..e337423 100644
--- a/packages.yml
+++ b/packages.yml
@@ -6958,6 +6958,7 @@ libtommath:
   version: 0.42.0-1.1
   issues:
     - timestamps_in_pdf_content
+    - random_order_in_static_libraries
 libtool:
   version: 2.4.2-1.11
   issues:
@@ -12324,6 +12325,10 @@ srtp:
   version: 1.4.5~20130609~dfsg-1.1
   issues:
     - timestamps_in_pdf_generated_by_latex
+ssh-cron:
+  version: 1.01.00-1
+  issues:
+    - random_order_in_static_library_by_icmake
 sshguard:
   version: 1.6.0-1
   bugs:

-- 
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