[blog] 01/01: 103: fill in from generate-draft script and turn into prose

Ximin Luo infinity0 at debian.org
Tue Apr 18 16:08:37 UTC 2017


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

infinity0 pushed a commit to branch master
in repository blog.

commit 5c7f112a4226d69655309a7326de47a9a9e18c41
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Apr 18 18:08:20 2017 +0200

    103: fill in from generate-draft script and turn into prose
---
 drafts/103.mdwn | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 108 insertions(+), 5 deletions(-)

diff --git a/drafts/103.mdwn b/drafts/103.mdwn
index b062a1c..944e957 100644
--- a/drafts/103.mdwn
+++ b/drafts/103.mdwn
@@ -1,6 +1,109 @@
-forwarded 860200 https://github.com/schnorr/poti/pull/7 (lamby)
-forwarded 860201 https://github.com/sunpinyin/sunpinyin/pull/73 (lamby)
-forwarded 860266 https://github.com/miniupnp/miniupnp/pull/237 (lamby)
-forwarded 860374 https://github.com/openstack/taskflow/pull/4 (lamby)
+[[!meta title="Reproducible Builds: week 103 in Stretch cycle"]]
 
-https://lwn.net/SubscriberLink/719823/c51cffac0f3f6509/
+Here's what happened in the [Reproducible
+Builds](https://reproducible-builds.org) effort between Sunday April 9 and
+Saturday April 15 2017:
+
+
+Media coverage
+--------------
+
+Jake Edge wrote [a
+summary](https://lwn.net/SubscriberLink/719823/c51cffac0f3f6509/) of Vagrant
+Cascadian's talk on Reproducible Builds at LibrePlanet.
+
+
+Toolchain development and fixes
+-------------------------------
+
+Ximin Luo forwarded [patches to
+GCC](https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00513.html) for
+`BUILD_PATH_PREFIX_MAP` support.
+
+With this patch to backported to GCC-6, as well as a patched dpkg to set the
+environment variable, he scheduled ~3300k packages that are unreproducible in
+unstable-amd64 but reproducible in testing-amd64 - because we vary the build
+path in the former but not latter case. Our infrastructure ran these in just
+under 3 days, and we reproduced ~1700 extra packages.
+
+This is about 6.5% of [~26100 Debian source
+packages](https://tests.reproducible-builds.org/debian/unstable/index_suite_amd64_stats.html),
+and about 1/2 of the ones whose irreproducibility is due to build-path issues.
+Most of the rest are not related to GCC, such as things built by R, OCaml,
+Erlang, LLVM, PDF IDs, etc.
+
+The dip afterwards is due to reverting back to an unpatched GCC-6, but we'll be
+rebasing the patch continually over the next few weeks so the graph should stay
+up.
+
+
+Packages reviewed and fixed, and bugs filed
+-------------------------------------------
+
+Chris Lamb:
+
+* [[!bug 860200]] filed against [[!pkg poti]], [forwarded upstream](https://github.com/schnorr/poti/pull/7).
+* [[!bug 860201]] filed against [[!pkg sunpinyin]], [forwarded upstream](https://github.com/sunpinyin/sunpinyin/pull/73).
+* [[!bug 860203]] filed against [[!pkg avifile]].
+* [[!bug 860211]] filed against [[!pkg qtractor]].
+* [[!bug 860212]] filed against [[!pkg samplv1]].
+* [[!bug 860213]] filed against [[!pkg drumkv1]].
+* [[!bug 860214]] filed against [[!pkg synthv1]].
+* [[!bug 860218]] filed against [[!pkg templayer]].
+* [[!bug 860266]] filed against [[!pkg miniupnpd]], [forwarded upstream](https://github.com/miniupnp/miniupnp/pull/237).
+* [[!bug 860275]] filed against [[!pkg msp430mcu]].
+* [[!bug 860277]] filed against [[!pkg g2clib]].
+* [[!bug 860278]] filed against [[!pkg openigtlink]].
+* [[!bug 860279]] filed against [[!pkg xmlrpc-c]].
+* [[!bug 860372]] filed against [[!pkg hp-search-mac]].
+* [[!bug 860373]] filed against [[!pkg foxeye]].
+* [[!bug 860374]] filed against [[!pkg python-taskflow]].
+* [[!bug 860384]] filed against [[!pkg polygen]].
+
+Chris West:
+
+* [[!bug 860418]] filed against [[!pkg sugar-memorize-activity]].
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+38 package reviews have been added, 111 have been updated and 85 have been
+removed in this week, adding to our knowledge about [identified
+issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+6 issue types have been updated:
+
+Added:
+
+- [[!issue nondeterministic_java_bytecode]]
+- [[!issue timestamp_in_jboss_messagebundle_generated_code]]
+
+Updated:
+
+- [[!issue timestamps_in_documentation_generated_by_javadoc]]
+- [[!issue randomness_in_gcj_output]] - gcj is deprecated/dead
+- [[!issue records_build_flags]], [[!issue captures_build_path]] - temporarily
+  consider these non-deterministic, to better track the issue - the patches are
+  still pending and statuses will keep changing as we upload patched packages.
+
+Removed:
+
+- [[!issue locale_in_documentation_generated_by_javadoc]]: seems to be
+  fixed for every non-FTBFS package that it was affected by.
+
+
+Weekly QA work
+--------------
+
+During our reproducibility testing, FTBFS bugs have been detected and reported by:
+
+ - Chris Lamb (3)
+ - Chris West (1)
+
+
+Misc.
+-----
+
+This week's edition was written by Ximin Luo & reviewed by a bunch of
+Reproducible Builds folks on IRC & the mailing lists.

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



More information about the Reproducible-commits mailing list