[notes] 01/01: Update issue timestamps_in_source_generated_by_rcc

Philip Rinn rinni-guest at moszumanska.debian.org
Fri Nov 10 13:03:02 UTC 2017


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

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

commit d10661d1b6110c186cfe23688114f91d8d3d5afc
Author: Philip Rinn <rinni at inventati.org>
Date:   Fri Nov 10 14:02:49 2017 +0100

    Update issue timestamps_in_source_generated_by_rcc
---
 issues.yml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/issues.yml b/issues.yml
index fb83629..bc675f8 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1689,8 +1689,18 @@ timestamps_generated_by_hevea:
   url: https://bugs.debian.org/870585
 timestamps_in_source_generated_by_rcc:
   description: |
-    resource files generated by QT's rcc compiler depends on mtimes of the input files,
-    which may have been generated at build time.
+    resource files generated by Qt's resource compiler (rcc) depend on mtimes
+    of the input files, which may have been generated at build time.
+    .
+    There is an upstream bug https://bugreports.qt.io/browse/QTBUG-62511 but
+    it is marked "invalid" as "it's not a bug, it's a feature".
+    .
+    A proposed solution is to add '--format-version 1' to the rcc command line.
+    This can be accieved by adding (or modifying) the line
+    .
+    QMAKE_RESOURCE_FLAGS += --format-version 1
+    .
+    in the .pro file where RESOURCES is defined.
   deterministic: True
 build_path_captured_by_python_numpy_misc_util:
   description: |

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