[Reproducible-commits] [notes] 01/01: packages += fdclone julia tidy-html5

Daniel Shahaf danielsh at apache.org
Fri Aug 5 23:16:21 UTC 2016


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

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

commit 231cc1dccf382d6ba53f58ba1cfa65c47dfd11fa
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Fri Aug 5 23:09:51 2016 +0000

    packages += fdclone julia tidy-html5
---
 packages.yml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/packages.yml b/packages.yml
index 16d0fca..549d0ed 100644
--- a/packages.yml
+++ b/packages.yml
@@ -3831,6 +3831,21 @@ fcitx-unikey:
   version: 0.2.4-1.1
   bugs:
     - 811723
+fdclone:
+  version: 3.01b-1
+  comments: |
+    #1. build1 and build2 have different buildflags:
+        -cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2  -c -o kanjicnv.o kanjicnv.c
+        +cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2 -DWITHUTF8=2 -c -o kanjicnv.o kanjicnv.c
+        .
+        -cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2  -DFD=3  -c -o custom.o custom.c
+        +cc -DLINUX=1 -O -D_FILE_OFFSET_BITS=64  -g -O2 -fdebug-prefix-map=/build/fdclone-3.01b=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-attributes -Wno-empty-body -Wdate-time -D_FORTIFY_SOURCE=2  -DFD=3 -DPRESETKCODE='"'utf8-iconv'"' -c -o custom.o custom.c
+    .
+    The reason for is in mkmfsed.c, which is compiled by Makefile on the build host and generates a sed script that parses Makefile.in to create a final(?) makefile.
+    .
+    #2. The "Configur" (sic) script depends on the build-time "$LANG".
+    .
+    #3. The "Configur" (sic) script probes /proc/mounts on the host.
 fdroidserver:
   version: 0.6.0-2
   comments: |
@@ -6869,6 +6884,17 @@ juke:
   version: 0.7-4
   bugs:
     - 817510
+julia:
+  version: 0.4.6-1
+  comments: |
+    dbgsym binary package: Julia stdlib symbols are in unpredictable order in the debug symbols.
+      The input files are ordered in readdir() order [1], but it is unknown whether the julia
+      compiler is sensitive to order of arguments.
+      .
+      [1] https://sources.debian.net/src/julia/0.4.6-1/Makefile/#L179
+    .
+    main binary package: Inconclusive: there are differences, but it is unknown whether they are
+      fallout of the above issue or independent.
 juman:
   version: 7.0-3.2
   issues:
@@ -15727,6 +15753,15 @@ thrift-compiler:
   version: 0.9.1-2.1
   bugs:
     - 812041
+tidy-html5:
+  version: 1:5.2.0-2
+  comments: |
+    The man page is (1) translated to the current locale, (2) in a different encoding, (3) lacks an entire section in the second build.
+    The man page is generated by xsltproc, hence the issue tag.
+    .
+    This was intentionally changed in the last Debian upload (1:5.2.0-1.1 to 1:5.2.0-2, see changelog).
+  issues:
+    - different_encoding_in_html_by_docbook_xsl
 tidy-proxy:
   version: 0.97-4
   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