[notes] 01/01: add new issues to --fix-deterministic

Chris West faux-guest at moszumanska.debian.org
Fri Sep 16 17:29:00 UTC 2016


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

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

commit c076327855fe900c8fd00bbcba20852417428ee3
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Fri Sep 16 18:27:37 2016 +0100

    add new issues to --fix-deterministic
---
 issues.yml   |  21 ++++++
 packages.yml | 207 -----------------------------------------------------------
 2 files changed, 21 insertions(+), 207 deletions(-)

diff --git a/issues.yml b/issues.yml
index 541c320..f8cfc14 100644
--- a/issues.yml
+++ b/issues.yml
@@ -860,11 +860,13 @@ random_order_in_javahelper_substvars:
 nroff_output_varies_by_locale_or_utf8:
   description:
     .. either in terms of non-ASCII chars and effects on text wrapping
+  deterministic: True
 collation_order_varies_by_locale:
   description:
     LC_COLLATE (or LC_ALL) causes a variation in the deterministic
     order produced by invocations like ls *.  This can usually be
     fixed with LC_COLLATE=C.UTF-8 or LC_COLLATE=C.
+  deterministic: True
 random_order_in_ruby_rdoc_indices:
   description:
     ruby's rdoc doesn't output methods in a determinstic order.
@@ -1157,6 +1159,7 @@ timestamps_in_pdf_generated_by_imagemagick:
   description: |
     When converting images to PDF files, imagemagick embeds the current time/date into metadata (CreationDate / ModDate).
   url: https://bugs.debian.org/81991t
+  deterministic: True
 random_order_in_native_libs_by_setuptools:
   description: |
     python-setuptools generates native_libs.txt with random order.
@@ -1169,16 +1172,19 @@ timestamp_in_info_file_created_by_makeinfo:
   description: |
     the build date is included in the info file generated by makeinfo when the source texi file includes @today{}.
   url: https://bugs.debian.org/826158
+  deterministic: True
 date_added_by_ui_auto:
   description: |
     ui-auto m4 script inserts `date --rfc-822`. Reverse build-depends will
     probably need autoreconfing and extra Build-Depends, alas. Patch in itself
     shouldn't be too hard (ui-auto:src/m4/ui-auto.m4)
+  deterministic: True
 timestamps_added_by_xbean_spring:
   description: |
     Adds a timestamp to META-INF/spring.handlers, META-INF/spring.schemas  etc.
     Package is likely libxbean-java but not immediately obvious where the date
     actually comes from.
+  deterministic: True
 nondeterminism_added_by_pyqt5_pyrcc5:
   description: |
     Unknown non-determinism added by this tool that turns files into Python.
@@ -1186,14 +1192,17 @@ nondeterminism_added_by_pyqt5_pyrcc5:
 cryptographic_signature:
   description: |
     The package embeds cryptographic signatures into build artefacts with keys generated during build.
+  deterministic: True
 r_base_appends_built_header_to_description_files:
   description: |
     r-base appends "Built: blah" header to DESCRIPTION files.
     https://sources.debian.net/src/r-base/3.3.1-1/share/make/basepkg.mk/#L101
+  deterministic: True
 timestamps_in_documentation_generated_by_mkdocs:
   description: |
     includes a "Build Date UTC" footer
   url: https://bugs.debian.org/828145
+  deterministic: True
 random_order_of_pdf_ids_generated_by_latex:
   description: |
     latex uses IDs such as dcf70a72907fd3b4786a8ec9b9155636 to identify
@@ -1207,6 +1216,7 @@ timestamps_in_output_generated_by_txt2tags:
   description: |
     txt2tags uses the current localtime in mtime macros and date macros
   url: https://bugs.debian.org/829325
+  deterministic: True
 random_order_in_documentation_generated_by_naturaldocs:
   description: |
     non-determinstic ordering of stubs, etc.
@@ -1225,10 +1235,12 @@ locale_dependent_symbol_order_by_lorder:
   description: |
     lorder from bsdmainutils orders symbols differently depending on the locale.
   url: https://bugs.debian.org/830259
+  deterministic: True
 ftbfs_with_-fdebug-prefix-map_error:
   description: |
     The package fails to build due to our use of -fdebug-path-map in the default
     buildflag set
+  deterministic: True
 unknown_ada_issue:
   description: |
    Previously part of build_id_variation_requiring_further_investigation
@@ -1236,12 +1248,15 @@ user_in_documentation_generated_by_gsdoc:
   description:
     GNUstep's gsdoc adds "generated by $USER" to some API documentaton.
 captures_build_path:
+  deterministic: True
   description:
     Captures build path, e.g., /build-1st v. /build-2nd.
     If using autoconf, make sure you call ./configure via a relative and not absolute path.
+  deterministic: True
 captures_home_dir:
   description:
     Captures home directory, e.g., first-build v. second-build.
+  deterministic: True
 captures_execution_time:
   description:
     Captures execution time, which may vary between builds.
@@ -1249,6 +1264,7 @@ golang_compiler_captures_build_path_in_binary:
   description: |
     The golang compiler embeds the source/build paths into binaries.
   url: https://github.com/golang/go/issues/16860
+  deterministic: True
 timestamp_added_by_java_util_properties:
   description:
     java.util.Properties adds a timestamp
@@ -1258,12 +1274,14 @@ timestamp_added_by_java_util_properties:
     .
     https://stackoverflow.com/questions/6184335/properties-store-suppress-timestamp-comment
     http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/util/Properties.java#Properties.store0%28java.io.BufferedWriter,java.lang.String,boolean%29
+  deterministic: True
 perl_extutils_xspp_captures_build_path:
   description:
     ExtUtils::XSpp captures the build path in the headers.
     .
     https://sources.debian.net/src/libmodule-build-withxspp-perl/0.14-2/lib/Module/Build/WithXSpp.pm/#L230
   url: https://bugs.debian.org/835447
+  deterministic: True
 href_links_mangled_by_node_marked:
   description:
     marked html-encodes email addresses in an unreproducible way.
@@ -1282,15 +1300,18 @@ uname_output_in_python_debugging_symbols_caused_by_sysconfig_getplatform:
     https://sources.debian.net/src/python2.7/2.7.12-2/Lib/sysconfig.py/#L572-L584
     https://sources.debian.net/src/python3.5/3.5.2-3/Lib/sysconfig.py/#L646-L658
   url: https://bugs.debian.org/835805
+  deterministic: True
 cython_captures_build_path:
   description: |
     eg static const char __pyx_k_home_lamby_temp_cdt_20160827233[] = "/home/lamby/temp/cdt.20160827233114.crIlYLxW7D.repro.python-brainstorm/build-b/python-brainstorm-0.5/brainstorm/handlers/_cpuop.pyx";
+  deterministic: True
 timestamp_in_enc_files_added_by_texlive_fontinst:
   description: |
    -%    date = "generated 2017/09/15",
    +%    date = "generated 2016/08/14",
    .
    https://sources.debian.net/src/texlive-extra/2016.20160819-1/texmf-dist/tex/fontinst/base/finstmsc.sty/#L899
+  deterministic: True
 random_id_in_pdf_generated_by_dblatex:
   description: |
     eg.
diff --git a/packages.yml b/packages.yml
index 250eb1b..aad4eee 100644
--- a/packages.yml
+++ b/packages.yml
@@ -234,8 +234,6 @@ affiche:
     - captures_build_path
 afl:
   version: 2.16b-1
-  issues:
-    - ftbfs_with_-fdebug-prefix-map_error
   bugs:
     - 828178
 afnix:
@@ -1687,10 +1685,6 @@ biosig4c++:
     https://sources.debian.net/src/biosig4c%2B%2B/1.3.0-2.1/Makefile/#L550
   issues:
     - random_order_in_static_libraries
-biosquid:
-  version: 1.9g+cvs20050121-5
-  issues:
-    - captures_build_path
 bird:
   version: 1.4.5-1
   issues:
@@ -1960,14 +1954,6 @@ bovo:
   version: 4:16.04.0-1
   issues:
     - captures_build_path
-bowtie:
-  version: 1.1.2-4
-  issues:
-    - captures_build_path
-bowtie2:
-  version: 2.2.9-3
-  issues:
-    - captures_build_path
 box2d:
   version: 2.3.1+ds-3
   issues:
@@ -2895,10 +2881,6 @@ clojure1.6:
   version: 1.6.0+dfsg-1
   comments: |
     Generates code in non-deterministic order. Check emit in ./src/jvm/clojure/lang/Compiler.java, especially around PersistentMap - smells like dict key access order. See also clojure1.2
-clonalframe:
-  version: 1.2-4
-  issues:
-    - ftbfs_with_-fdebug-prefix-map_error
 cloop:
   version: 3.14.1.1
   issues:
@@ -2935,10 +2917,6 @@ clustalo:
   version: 1.2.2-1
   bugs:
     - 835074
-clustalx:
-  version: 2.1+lgpl-4
-  issues:
-    - ftbfs_with_-fdebug-prefix-map_error
 cluster:
   version: 2.0.4-2
   issues:
@@ -4378,8 +4356,6 @@ dita-ot:
   version: 1.5.3-1
   comments: |
     Capture build time in /usr/share/dita-ot/lib/configuration.properties
-  issues:
-    - timestamp_added_by_java_util_properties
 ditaa:
   version: 0.10+ds1-1
   bugs:
@@ -4861,10 +4837,6 @@ dynare:
     - leaks_path_environment_variable
     - captures_shell_variable_in_autofoo_script
     - user_hostname_manually_added_requiring_further_investigation
-e2fsprogs:
-  version: 1.43.1-1
-  issues:
-    - captures_build_path
 e2guardian:
   version: 3.4.0.3-1
   issues:
@@ -5030,10 +5002,6 @@ effects:
   version: 3.1.1-1
   issues:
     - captures_build_path
-efibootmgr:
-  version: 0.12-4
-  issues:
-    - captures_build_path
 eficas:
   version: 6.4.0-1-1.1
   bugs:
@@ -5051,10 +5019,6 @@ efl:
   version: 1.8.6-2.5
   issues:
     - timestamps_in_documentation_generated_by_doxygen
-eflite:
-  version: 0.4.1-6
-  issues:
-    - captures_build_path
 efte:
   version: 1.1-2
   issues:
@@ -6832,10 +6796,6 @@ fwknop:
   version: 2.6.0-4
   issues:
     - captures_build_path
-fxt:
-  version: 0.3.1-1
-  issues:
-    - captures_build_path
 fyba:
   version: 4.1.1-2
   bugs:
@@ -7266,8 +7226,6 @@ geant321:
     - captures_build_path
 gearhead:
   version: 1.302-1
-  issues:
-    - ftbfs_with_-fdebug-prefix-map_error
   bugs:
     - 831797
 gearmand:
@@ -7335,10 +7293,6 @@ genius:
   version: 1.0.21-1
   issues:
     - captures_build_path
-genometools:
-  version: 1.5.9+ds-2
-  issues:
-    - captures_build_path
 genparse:
   version: 0.9.1-1
   bugs:
@@ -9113,10 +9067,6 @@ healpix-cxx:
   version: 3.30.0-2
   issues:
     - captures_build_path
-healpy:
-  version: 1.9.1-3
-  issues:
-    - captures_build_path
 hearse:
   version: 1.5-8.2
   bugs:
@@ -9223,10 +9173,6 @@ hilive:
   version: 0.0+20150926-1
   issues:
     - captures_build_path
-hisat2:
-  version: 2.0.4-1
-  issues:
-    - captures_build_path
 hitori:
   version: 3.20.0-1
   bugs:
@@ -9248,14 +9194,6 @@ hmisc:
   issues:
     - captures_build_path
     - randomness_in_r_rdb_rds_databases
-hmmer:
-  version: 3.1b2+dfsg-2
-  issues:
-    - captures_build_path
-hmmer2:
-  version: 2.3.2-11
-  issues:
-    - captures_build_path
 ho22bus:
   version: 0.9.1-2
   issues:
@@ -10295,8 +10233,6 @@ jpegpixi:
     - 825471
 jpy:
   version: 0.8-4
-  issues:
-    - captures_build_path
   bugs:
     - 834897
 jpylyzer:
@@ -11807,10 +11743,6 @@ libbluray:
   version: 1:0.9.3-2
   issues:
     - timestamps_in_ps_generated_by_dvips
-libboost-geometry-utils-perl:
-  version: 0.15-2
-  issues:
-    - perl_extutils_xspp_captures_build_path
 libbpp-core:
   version: 2.2.0-3
   bugs:
@@ -11915,10 +11847,6 @@ libclaw:
     - captures_build_path
   bugs:
     - 811611
-libclc:
-  version: 0.2.0+git20150813-2
-  issues:
-    - ftbfs_with_-fdebug-prefix-map_error
 libcommoncpp2:
   version: 1.8.1-6.1
   issues:
@@ -12066,8 +11994,6 @@ libdecodeqr:
     - captures_build_path
 libdevel-cover-perl:
   version: 1.23-1
-  issues:
-    - captures_build_path
   bugs:
     - 835871
 libdevel-gdb-perl:
@@ -12534,10 +12460,6 @@ libio-socket-multicast6-perl:
   version: 0.03-3
   bugs:
     - 788759
-libipathverbs:
-  version: 1.3-1
-  issues:
-    - captures_build_path
 libipc-signal-perl:
   version: 1.00-6.1
   bugs:
@@ -12574,10 +12496,6 @@ libitpp:
   version: 4.3.1-3
   issues:
     - captures_build_path
-libixion:
-  version: 0.11.1-2
-  issues:
-    - captures_build_path
 libjama:
   version: 1.2.4-2
   issues:
@@ -12866,10 +12784,6 @@ libmarpa-r2-perl:
   version: 2.086000~dfsg-6
   issues:
     - captures_build_path
-libmath-clipper-perl:
-  version: 1.23-1
-  issues:
-    - perl_extutils_xspp_captures_build_path
 libmath-gsl-perl:
   version: 0.36-2
   bugs:
@@ -13037,10 +12951,6 @@ libnl3:
   version: 3.2.27-1
   issues:
     - captures_build_path
-libnss-db:
-  version: 2.2.3pre1-5
-  issues:
-    - captures_build_path
 libnss-gw-name:
   version: 0.3-2
   issues:
@@ -13127,10 +13037,6 @@ liboping:
   version: 1.9.0-1
   issues:
     - captures_build_path
-liborcus:
-  version: 0.11.2-2
-  issues:
-    - captures_build_path
 liborigin2:
   version: 2:20110117-1.1
   bugs:
@@ -13486,8 +13392,6 @@ libshr-glib:
     - 814063
 libsidplay:
   version: 1.36.59-9
-  issues:
-    - captures_build_path
   bugs:
     - 811762
 libsieve:
@@ -13845,10 +13749,6 @@ libwnckmm:
   version: 0.1.1-2
   issues:
     - captures_build_path
-libwpg:
-  version: 0.3.1-2
-  issues:
-    - captures_build_path
 libwww-indexparser-perl:
   version: 0.91-1
   bugs:
@@ -15919,10 +15819,6 @@ mysql-workbench:
   version: 6.3.4+dfsg-3
   issues:
     - diffoscope_runs_forever
-mythes:
-  version: 2:1.2.4-1
-  issues:
-    - captures_build_path
 mythtvfs-fuse:
   version: 0.6.1-3
   issues:
@@ -16079,9 +15975,6 @@ ncurses:
   version: 6.0+20160213-1
   comments: |
     see man/MKterminfo.sh
-  issues:
-    - nroff_output_varies_by_locale_or_utf8
-    - captures_build_path
   bugs:
     - 818067
 ncurses-hexedit:
@@ -17211,10 +17104,6 @@ opam:
   version: 1.2.0-1
   issues:
     - timestamps_in_pdf_generated_by_latex
-opari:
-  version: 1.1+dfsg-4
-  issues:
-    - captures_build_path
 opari2:
   version: 1.0.7+dfsg-5
   issues:
@@ -17506,10 +17395,6 @@ openocd:
   version: 0.9.0-1
   bugs:
     - 834316
-opensaml2:
-  version: 2.5.5-1
-  issues:
-    - captures_build_path
 openscad:
   version: 2015.03-1+dfsg-3
   issues:
@@ -17725,10 +17610,6 @@ otb:
   version: 5.6.1+dfsg-1
   issues:
     - diffoscope_runs_forever
-otf:
-  version: 1.12.5+dfsg-1
-  issues:
-    - captures_build_path
 otpw:
   version: 1.3-2
   issues:
@@ -18342,10 +18223,6 @@ pgapack:
   version: 1.1.1-3
   issues:
     - captures_build_path
-pgbackrest:
-  version: 1.06-1
-  issues:
-    - captures_build_path
 pgespresso:
   version: 1.2-1
   issues:
@@ -18854,10 +18731,6 @@ png23d:
   version: 1.10-1.2
   issues:
     - captures_build_path
-png2html:
-  version: 1.1-5
-  issues:
-    - captures_build_path
 pngcheck:
   version: 2.3.0-7
   comments: |
@@ -19415,10 +19288,6 @@ purelibc:
   version: 0.4.1-1
   issues:
     - captures_build_path
-pushpin:
-  version: 1.11.0-1
-  issues:
-    - captures_build_path
 pvclust:
   version: 2.0-0-1
   issues:
@@ -19821,10 +19690,6 @@ pyside-tools:
   version: 0.2.15-1
   issues:
     - captures_build_path
-pysparse:
-  version: 1.1-1.3
-  issues:
-    - captures_build_path
 pysph:
   version: 0~20160514.git91867dc-3
   issues:
@@ -19903,10 +19768,6 @@ python-bashate:
   version: 0.3.1-2
   bugs:
     - 816735
-python-bcrypt:
-  version: 3.1.0-1
-  issues:
-    - uname_output_in_python_debugging_symbols_caused_by_sysconfig_getplatform
 python-bibtex:
   version: 1.2.7-1
   issues:
@@ -23547,20 +23408,14 @@ ros-dynamic-reconfigure:
   version: 1.5.44-3
   issues:
     - captures_build_path
-ros-eigen-stl-containers:
-  version: 0.1.5-1
-  issues:
-    - captures_build_path
 ros-gencpp:
   version: 0.5.3-3
   issues:
     - blacklisted_on_jenkins_armhf_only
-    - captures_build_path
 ros-genlisp:
   version: 0.4.15-3
   issues:
     - blacklisted_on_jenkins_armhf_only
-    - captures_build_path
 ros-genpy:
   version: 0.5.7-5
   issues:
@@ -23615,10 +23470,6 @@ ros-pluginlib:
   version: 1.10.3-1
   issues:
     - captures_build_path
-ros-random-numbers:
-  version: 0.3.1-1
-  issues:
-    - captures_build_path
 ros-resource-retriever:
   version: 1.12.2-1
   issues:
@@ -23637,18 +23488,10 @@ ros-ros-comm-msgs:
   version: 1.11.2-3
   issues:
     - captures_build_path
-ros-rosconsole-bridge:
-  version: 0.4.4-1
-  issues:
-    - captures_build_path
 ros-roscpp-core:
   version: 0.6.0-1
   issues:
     - captures_build_path
-ros-roslisp:
-  version: 1.9.20-1
-  issues:
-    - captures_build_path
 ros-rospack:
   version: 2.3.0-4
   issues:
@@ -24984,10 +24827,6 @@ simhash:
   version: 0.0.20110213-1
   issues:
     - captures_build_path
-simple-scan:
-  version: 3.20.0-1
-  issues:
-    - captures_build_path
 simpleid:
   version: 0.8.1-15
   comments: |
@@ -25493,10 +25332,6 @@ sphinx:
   issues:
     - randomness_in_documentation_generated_by_sphinx
     - randomness_in_documentation_indices_generated_by_sphinx
-sphinxbase:
-  version: 0.8+5prealpha-2
-  issues:
-    - captures_build_path
 sphinxcontrib-programoutput:
   version: 0.8-4
   comments: |
@@ -25826,10 +25661,6 @@ subnetcalc:
   version: 2.1.3-1
   issues:
     - captures_build_path
-subread:
-  version: 1.5.0-p3+dfsg-3
-  issues:
-    - captures_build_path
 subtitleeditor:
   version: 0.53.0-1
   issues:
@@ -25942,10 +25773,6 @@ surf-alggeo:
   version: 1.0.6+ds-2
   issues:
     - timestamps_in_pdf_generated_by_latex
-suricata:
-  version: 3.1.1-3
-  issues:
-    - captures_build_path
 survival:
   version: 2.39-5-1
   issues:
@@ -26747,10 +26574,6 @@ toppler:
   version: 1.1.6-2
   issues:
     - captures_build_path
-toppred:
-  version: 1.10-3
-  issues:
-    - captures_build_path
 tor:
   version: 0.2.6.7-1
   comments: |
@@ -27082,10 +26905,6 @@ tzc:
     - captures_build_path
   bugs:
     - 800220
-u-boot:
-  version: 2016.03+dfsg1-6
-  issues:
-    - captures_build_path
 u1db:
   version: 13.10-6.2
   issues:
@@ -27211,12 +27030,6 @@ ui-gxmlcpp:
   version: 1.4.3-1
   comments: |
     Timestamp embedded in a manpage.
-  issues:
-    - date_added_by_ui_auto
-ui-utilcpp:
-  version: 1.8.3-3
-  issues:
-    - date_added_by_ui_auto
 uim:
   version: 1:1.8.6+gh20160630.0.c408e95-1
   issues:
@@ -27250,10 +27063,6 @@ unbound:
   version: 1.5.9-3
   issues:
     - captures_build_path
-unburden-home-dir:
-  version: 0.4.0.1
-  issues:
-    - timestamps_in_documentation_generated_by_mkdocs
 uncertainties:
   version: 2.4.4-1
   issues:
@@ -27721,10 +27530,6 @@ vsdump:
   version: 0.0.45-1
   issues:
     - captures_build_path
-vsearch:
-  version: 2.0.0-1
-  issues:
-    - captures_build_path
 vte:
   version: 1:0.28.2-5
   issues:
@@ -27770,10 +27575,6 @@ vulkan:
   version: 1.0.21.0+dfsg1-1
   issues:
     - captures_build_path
-vzquota:
-  version: 3.1-1
-  issues:
-    - captures_build_path
 w3-dtd-mathml:
   version: 2.0.0.0-5
   bugs:
@@ -28595,10 +28396,6 @@ xmlto:
   version: 0.0.28-0.1
   issues:
     - captures_build_path
-xmltooling:
-  version: 1.5.6-2
-  issues:
-    - captures_build_path
 xmlunit:
   version: 1.5-1
   issues:
@@ -28652,10 +28449,6 @@ xorp:
     - user_hostname_manually_added_requiring_further_investigation
   bugs:
     - 811943
-xoscope:
-  version: 2.0-3.2
-  issues:
-    - captures_build_path
 xosd:
   version: 2.2.14-2.1
   issues:

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