[blog] 01/01: 105: fill in from generate-draft script and turn into prose
Ximin Luo
infinity0 at debian.org
Tue May 2 14:59:35 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 168ebcd3845f84e3c9ee81fe424e20e117f3aa0c
Author: Ximin Luo <infinity0 at debian.org>
Date: Tue May 2 16:58:37 2017 +0200
105: fill in from generate-draft script and turn into prose
---
drafts/105.mdwn | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 90 insertions(+), 4 deletions(-)
diff --git a/drafts/105.mdwn b/drafts/105.mdwn
index 3fe4fff..4c2b8a6 100644
--- a/drafts/105.mdwn
+++ b/drafts/105.mdwn
@@ -1,5 +1,91 @@
-Ximin wrote a first-attempt patch to fix R build-path issues
-https://stat.ethz.ch/pipermail/r-devel/2017-April/074138.html
+[[!meta title="Reproducible Builds: week 105 in Stretch cycle"]]
-It made 460/477 R packages reproducible, but also caused 3 of these to FTBFS
-https://tests.reproducible-builds.org/debian/issues/unstable/randomness_in_r_rdb_rds_databases_issue.html
+Here's what happened in the [Reproducible
+Builds](https://reproducible-builds.org) effort between Sunday April 23 and
+Saturday April 29 2017:
+
+
+Toolchain development and fixes
+-------------------------------
+
+Michael Woerister of the Rust project has implemented [file
+maps](https://github.com/rust-lang/rust/pull/41508) that affect all
+path-related compiler information, including "error messages, metadata,
+debuginfo, and the `file!()` macro alike". Ximin Luo with support from some
+other Rust developers and contributors helped steer the final result into
+something that was compatible with reproducible builds. Many thanks to all
+involved, especially for the patience of discussing this over several months.
+
+Ximin wrote a [first-attempt
+patch](https://stat.ethz.ch/pipermail/r-devel/2017-April/074138.html) to fix R
+build-path issues. It made 460/477 R packages reproducible, but also caused 3
+of these to FTBFS. See [[!issue randomness_in_r_rdb_rds_databases]] for
+details.
+
+
+Bugs filed
+----------
+
+Chris Lamb:
+
+* [[!bug 861133]] filed against [[!pkg tf]].
+* [[!bug 861443]] filed against [[!pkg ora2pg]].
+
+
+Reviews of unreproducible packages
+----------------------------------
+
+102 package reviews have been added, 64 have been updated and 24 have been
+removed in this week, adding to our knowledge about [identified
+issues](https://tests.reproducible-builds.org/debian/index_issues.html).
+
+3 issue types have been updated:
+
+- Added [[!issue captures_build_path_in_beam_files]], recategorise some erlang
+ packages with [[!issue captures_build_path]] into this issue instead.
+- Removed [[!issue timestamps_in_beam_files]].
+- Updated [[!issue blacklisted_on_jenkins_armhf_only]] to mention arm64.
+
+
+Weekly QA work
+--------------
+
+During our reproducibility testing, FTBFS bugs have been detected and reported by:
+
+ - Aaron M. Ucko (1)
+ - Adrian Bunk (1)
+ - Chris Lamb (4)
+ - Santiago Vila (2)
+
+
+diffoscope development
+----------------------
+
+diffoscope 82 was uploaded to experimental by Chris Lamb. It included
+[contributions](https://anonscm.debian.org/git/reproducible/diffoscope.git/log/?h=82)
+from:
+
+- Chris Lamb:
+ - Add support for Ogg Vorbis files.
+- Vagrant Cascadian:
+ - Add support for .dtb (device tree blob) files. (Closes: [[!bug 861109]]).
+
+Changes from previous weeks that were also released with 82:
+
+- Ximin Luo
+ - Add support for R .rds and .rdb object files.
+- Chris Lamb
+ - Add support for comparing Pcap files.
+ - Add support for .docx and .odt files via docx2txt & odt2txt.
+ - Add support for PGP files via pgpdump.
+ - Various documentation and test improvements.
+ - Various bug fixes and code quality improvements.
+- Sylvain Beucler
+ - Display differences in zip platform-specific timestamps.
+
+
+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