[Reproducible-builds] АКВА ВАКАНЦИЯ В ЛЪКИ БАНСКО***** ОТ 10.06.2016 Г.

2016-06-10 Thread Mariyana Petrova

Your email client cannot read this email.
To view it online, please go here:
http://marketer.luckybansko.bg/display.php?M=70388=0e3c5716d146ead1fba7524eb85a1da2=445=68=433


To stop receiving these
emails:http://marketer.luckybansko.bg/unsubscribe.php?M=70388=0e3c5716d146ead1fba7524eb85a1da2=68=445
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] reproducible.debian.net status changes for strip-nondeterminism

2016-06-10 Thread Reproducible builds folks
2016-06-10 11:33 
https://tests.reproducible-builds.org/unstable/amd64/strip-nondeterminism 
changed from reproducible -> unreproducible

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


Re: [Reproducible-builds] [tex-k] SORCE_DATE_EPOCH_TEX_PRIMITIVES

2016-06-10 Thread Karl Berry
How does FORCE_SOURCE_DATE sound?

Fine by me.  Shall I change the pdftex source?

I don't much want to make a new release just for this, but it would be
fine (in fact preferable) to me if you made the change in Debian now.
Since after all the whole thing is for your purposes, you might as well
have the name you want.  I doubt the discrepancy will cause any trouble.

Best,
Karl

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds


[Reproducible-builds] Bug#826982: hoichess: please make the build reproducible

2016-06-10 Thread Reiner Herrmann
Source: hoichess
Version: 0.10.3-6.1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that hoichess could not be built reproducibly.
The list of object files is unsorted, which causes a non-deterministic
linking order.

The attached patch fixes this.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/patches/06-reproducible-build b/debian/patches/06-reproducible-build
new file mode 100644
index 000..d6e6e80
--- /dev/null
+++ b/debian/patches/06-reproducible-build
@@ -0,0 +1,13 @@
+--- a/src/Makefile
 b/src/Makefile
+@@ -35,8 +35,8 @@
+ OBJS_CHESS   = $(patsubst %.cc,%.o,$(SOURCES_CHESS))
+ OBJS_XIANGQI = $(patsubst %.cc,%.o,$(SOURCES_XIANGQI))
+ 
+-BUILDDIR_OBJS_CHESS   = $(foreach f,$(OBJS_COMMON) $(OBJS_CHESS),$(BUILDDIR_CHESS)/$(f))
+-BUILDDIR_OBJS_XIANGQI = $(foreach f,$(OBJS_COMMON) $(OBJS_XIANGQI),$(BUILDDIR_XIANGQI)/$(f))
++BUILDDIR_OBJS_CHESS   = $(sort $(foreach f,$(OBJS_COMMON) $(OBJS_CHESS),$(BUILDDIR_CHESS)/$(f)))
++BUILDDIR_OBJS_XIANGQI = $(sort $(foreach f,$(OBJS_COMMON) $(OBJS_XIANGQI),$(BUILDDIR_XIANGQI)/$(f)))
+ 
+ 
+ INCLUDE = -I.
diff --git a/debian/patches/series b/debian/patches/series
index bc6946b..4ba8907 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 03-config.h
 04-debug_printconfig.h
 05-ftbfs-gcc-4.7
+06-reproducible-build


signature.asc
Description: PGP signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#826981: cached-property: FTBFS:

2016-06-10 Thread Chris Lamb
Source: cached-property
Version: 1.3.0-2
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

cached-property fails to build from source in unstable/amd64:

  [..]

  running install_scripts
  I: pybuild base:184: /usr/bin/python3 setup.py install --root 
/home/lamby/temp/cdt.20160610205935.MGGbCMSdcT.cached-property/cached-property-1.3.0/debian/python3-cached-property
 
  running install
  error: invalid Python installation: unable to open 
/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu/Makefile (No such file or 
directory)
  E: pybuild pybuild:274: install: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py install --root 
/home/lamby/temp/cdt.20160610205935.MGGbCMSdcT.cached-property/cached-property-1.3.0/debian/python3-cached-property
 
  dh_auto_install: pybuild --install -i python{version} -p 3.5 --dest-dir 
/home/lamby/temp/cdt.20160610205935.MGGbCMSdcT.cached-property/cached-property-1.3.0/debian/tmp
 returned exit code 13
  debian/rules:6: recipe for target 'binary' failed
  make: *** [binary] Error 25

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


cached-property.1.3.0-2.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#826980: astroml: FTBFS:

2016-06-10 Thread Chris Lamb
Source: astroml
Version: 0.3-5
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

astroml fails to build from source in unstable/amd64:

  [..]

  running install_egg_info
  Writing 
/home/lamby/temp/cdt.20160610205741.O1cOegJVjH.astroml/astroml-0.3/debian/python-astroml/usr/lib/python2.7/dist-packages/astroML-0.3.egg-info
  I: pybuild base:184: /usr/bin/python3 setup.py install --root 
/home/lamby/temp/cdt.20160610205741.O1cOegJVjH.astroml/astroml-0.3/debian/python3-astroml
 
  running install
  error: invalid Python installation: unable to open 
/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu/Makefile (No such file or 
directory)
  E: pybuild pybuild:274: install: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py install --root 
/home/lamby/temp/cdt.20160610205741.O1cOegJVjH.astroml/astroml-0.3/debian/python3-astroml
 
  dh_auto_install: pybuild --install --test-nose -i python{version} -p 3.5 
--dest-dir 
/home/lamby/temp/cdt.20160610205741.O1cOegJVjH.astroml/astroml-0.3/debian/tmp 
returned exit code 13
  debian/rules:9: recipe for target 'binary' failed
  make: *** [binary] Error 25

  [..]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


astroml.0.3-5.unstable.amd64.log.txt.gz
Description: Binary data
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

[Reproducible-builds] Bug#826979: android-platform-frameworks-base: FTBFS:

2016-06-10 Thread Chris Lamb
Source: android-platform-frameworks-base
Version: 1:6.0.1+r16-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

android-platform-frameworks-base fails to build from source in unstable/amd64:

  [..]

  Get:15 http://httpredir.debian.org/debian sid/main amd64 
android-libziparchive-dev amd64 1:6.0.1+r16-3 [7122 B]
  Get:16 http://httpredir.debian.org/debian sid/main amd64 
android-platform-build-headers amd64 1:6.0.1+r16-3 [5466 B]
  Get:17 http://httpredir.debian.org/debian sid/main amd64 
android-platform-frameworks-native-headers all 1:6.0.1+r16-1 [37.5 kB]
  Get:18 http://httpredir.debian.org/debian sid/main amd64 libbison-dev amd64 
2:3.0.4.dfsg-1 [432 kB]
  Get:19 http://httpredir.debian.org/debian sid/main amd64 bison amd64 
2:3.0.4.dfsg-1 [780 kB]
  Get:20 http://httpredir.debian.org/debian sid/main amd64 dh-exec amd64 0.23 
[26.2 kB]
  Get:21 http://httpredir.debian.org/debian sid/main amd64 libfl-dev amd64 
2.6.0-11 [84.4 kB]
  Get:22 http://httpredir.debian.org/debian sid/main amd64 flex amd64 2.6.0-11 
[419 kB]
  Get:23 http://httpredir.debian.org/debian sid/main amd64 libexpat1-dev amd64 
2.1.1-3 [127 kB]
  Get:24 http://httpredir.debian.org/debian sid/main amd64 libpng16-16 amd64 
1.6.22-1 [276 kB]
  Get:25 http://httpredir.debian.org/debian sid/main amd64 zlib1g-dev amd64 
1:1.2.8.dfsg-2+b1 [206 kB]
  Get:26 http://httpredir.debian.org/debian sid/main amd64 libpng-dev amd64 
1.6.22-1 [244 kB]
  Get:27 http://httpredir.debian.org/debian sid/main amd64 liblua5.1-0 amd64 
5.1.5-8 [107 kB]
  Get:28 http://httpredir.debian.org/debian sid/main amd64 libluajit-5.1-common 
all 2.0.4+dfsg-1 [36.6 kB]
  Get:29 http://httpredir.debian.org/debian sid/main amd64 libluajit-5.1-2 
amd64 2.0.4+dfsg-1 [205 kB]
  Get:30 http://httpredir.debian.org/debian sid/main amd64 libyaml-0-2 amd64 
0.1.6-3 [50.4 kB]
  Get:31 http://httpredir.debian.org/debian sid/main amd64 pandoc-data all 
1.17.0.3~dfsg-2 [255 kB]
  Get:32 http://httpredir.debian.org/debian sid/main amd64 pandoc amd64 
1.17.0.3~dfsg-2 [6980 kB]
  Fetched 10.8 MB in 0s (83.6 MB/s)
  Selecting previously unselected package android-liblog.
  (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23084 files and directories currently installed.)
  Preparing to unpack .../android-liblog_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-liblog (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libbase.
  Preparing to unpack .../android-libbase_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libbase (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libbase-dev.
  Preparing to unpack .../android-libbase-dev_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libbase-dev (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-liblog-dev.
  Preparing to unpack .../android-liblog-dev_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-liblog-dev (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libcutils.
  Preparing to unpack .../android-libcutils_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libcutils (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libunwind.
  Preparing to unpack .../android-libunwind_6.0.1+r16-3_amd64.deb ...
  Unpacking android-libunwind (6.0.1+r16-3) ...
  Selecting previously unselected package android-libbacktrace.
  Preparing to unpack .../android-libbacktrace_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libbacktrace (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libbacktrace-dev.
  Preparing to unpack .../android-libbacktrace-dev_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libbacktrace-dev (1:6.0.1+r16-3) ...
  Selecting previously unselected package libbsd-dev:amd64.
  Preparing to unpack .../libbsd-dev_0.8.3-1_amd64.deb ...
  Unpacking libbsd-dev:amd64 (0.8.3-1) ...
  Selecting previously unselected package android-libcutils-dev.
  Preparing to unpack .../android-libcutils-dev_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libcutils-dev (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-libutils.
  Preparing to unpack .../android-libutils_1%3a6.0.1+r16-3_amd64.deb ...
  Unpacking android-libutils (1:6.0.1+r16-3) ...
  Selecting previously unselected package android-platform-system-core-headers.
  Preparing to unpack 

[Reproducible-builds] strip-nondeterminism_0.018-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

2016-06-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 May 2016 19:14:07 +
Source: strip-nondeterminism
Binary: libfile-stripnondeterminism-perl strip-nondeterminism 
dh-strip-nondeterminism
Architecture: source all
Version: 0.018-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Reproducible builds folks 

Changed-By: Mattia Rizzolo 
Description:
 dh-strip-nondeterminism - file non-deterministic information stripper — 
Debhelper add-on
 libfile-stripnondeterminism-perl - file non-deterministic information stripper 
— Perl module
 strip-nondeterminism - file non-deterministic information stripper — 
stand-alone tool
Closes: 765298 765299 765301 765302 765304 765305 775561 775594 775870 776138 
776140 777679 785742 791574 796366 798384 799732 802057 802841 802842 802843 
804600 807669 807876
Changes:
 strip-nondeterminism (0.018-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 strip-nondeterminism (0.018-1) unstable; urgency=medium
 .
   * New upstream release:
 - Fix support for epub files.  (Holger Levsen)
 .
   [ Mattia Rizzolo ]
   * Add myself to uploaders.
   * Run wrap-and-sort -ast.
 .
 strip-nondeterminism (0.017-1) unstable; urgency=medium
 .
   * New upstream version:
 - Add support for epub files. (Holger Levsen)
 - Treat *.htb as Zip files. (Sascha Steinbiss)
 .
   [ Holger Levsen ]
   * Bump standards version to 3.9.8, no changes needed.
 .
   [ Andrew Ayer ]
   * debian/rules: explicitly remove Makefile before dh_auto_clean
 .
 strip-nondeterminism (0.016-1) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Team upload.
   * New upstream release.
   * Normalize POT-Creation-Date in Gettext GMO files
 .
   [ Holger Levsen ]
   * bump standards version to 3.9.7, no changes needed.
   * debian/control: use /git/ instead /cgit/ in Vcs-Browser
   * debian/control: move packages to correct sections (Closes: #802842, 
#802843)
 .
   [ Ben Finney ]
   * Update descriptions to better reflect broader reach. (Closes: #802841)
 .
 strip-nondeterminism (0.015-1) unstable; urgency=medium
 .
   * New upstream release:
 - jar: ignore signed JAR files (Closes: #807876, #807669)
 .
 strip-nondeterminism (0.014-1) unstable; urgency=medium
 .
   * New upstream release:
 - Disable stripping Mono binaries as it is too aggressive re.  StrongName,
   preventing package installs in a systemwide location (Closes: #804600)
   * Add myself to Uploaders.
 .
 strip-nondeterminism (0.013-1) unstable; urgency=medium
 .
   * New upstream release.
 - png: gracefully handle nonconformant PNG files with trailing
   garbage (Closes: #802057)
 .
 strip-nondeterminism (0.012-1) unstable; urgency=medium
 .
   * New upstream release.
 - zip: preserve file permissions. (Closes: #798384)
 - dh_strip_nondeterminism: work around lack of get_source_date_epoch
   in old debhelper. (Closes: #799732)
 .
 strip-nondeterminism (0.011-1) unstable; urgency=medium
 .
   * New upstream release.
 - dh_strip_nondeterminism: use get_source_date_epoch() to get
   canonical time.
 .
 strip-nondeterminism (0.010-1) unstable; urgency=medium
 .
   * New upstream release.
 - Use same regex to detect javaproperties files in jars as in files
   * Add missing dependency on libtimedate-perl.  Thanks to Stéphane
 Glondu (Closes: #796366)
 .
 strip-nondeterminism (0.009-1) unstable; urgency=medium
 .
   * New upstream release.
 - Strip javadoc locale - browsers will do detection better.
 - Include name of file that caused error in error messages
 - zip: catch errors when reading archive, ignore zip64 files
   (Closes: #791574)
 .
 strip-nondeterminism (0.008-1) unstable; urgency=medium
 .
   * New upstream release.
 - gzip: don't set a canonical timestamp if file didn't already have
   a timestamp (Closes: #785742)
 .
 strip-nondeterminism (0.007-1) unstable; urgency=medium
 .
   [ Reiner Herrmann ]
   * Improve detection of pom.properties files
 .
   [ Holger Levsen ]
   * Add myself to uploaders.
 .
 strip-nondeterminism (0.006-1) unstable; urgency=low
 .
   * New upstream release.
 - Strip timestamp from Java version.properties files
 - two more javaproperties signatures
 - set timezone to UTC before normalizing to get reproducible timestamps
 - ar handler: preserve execute bit when normalizing permissions
 - Add test case for ar handler
 - Improve detection of timestamps in pom.properties files
 - Add a PNG handler (Closes: #777679)
 .
 strip-nondeterminism (0.005-2) unstable; urgency=low
 .
   * Team upload.
   * Add missing Build-Depend-Indep for Archive::Zip.
   * Bump Standards-Version, no changes required.
   * Switch maintainer to the reproducible-builds list.
 .
 strip-nondeterminism (0.005-1) unstable; urgency=low
 .
   * New upstream release.
 - Revert "Replace generated 

[Reproducible-builds] Bug#826951: slicot: please make the build reproducible (fileordering)

2016-06-10 Thread Alexis Bienvenüe
Source: slicot
Version: 5.0+20101122-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Maintainer,

While working on the "reproducible builds" effort [1], we have noticed
that 'slicot' could not be built reproducibly.

The attached patch fixes the order files are passed to `ar'.
Once applied, slicot can be built reproducibly in our current
experimental framework.

Regards,
Alexis Bienvenüe.

 [1]: https://wiki.debian.org/ReproducibleBuilds




diff -Nru slicot-5.0+20101122/debian/rules slicot-5.0+20101122/debian/rules
--- slicot-5.0+20101122/debian/rules	2013-05-18 14:55:08.0 +0200
+++ slicot-5.0+20101122/debian/rules	2016-06-10 14:39:29.0 +0200
@@ -21,7 +21,7 @@
 SO=0
 VERS=$(SO).0
 
-SLICOT_SRC=$(shell echo src/*.f)
+SLICOT_SRC=$(sort $(shell echo src/*.f))
 SLICOT_OBJ=$(SLICOT_SRC:.f=.o)
 
 debian/shared_dir debian/static_dir debian/shared64_dir:
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] [PATCH] Reassign jobs for ff2b-armhf-rb to other nodes

2016-06-10 Thread Holger Levsen
On Thu, Jun 09, 2016 at 01:31:39PM -0700, Vagrant Cascadian wrote:
> Reassign jobs for ff2b-armhf-rb to other nodes, as it is down for the
> forseeable future.

thanks for the patch, before I apply something similar I have a
question: does that mean ff2b is gone *forever*?

if so, README and THANKS also need to get updated and the maintence jobs
removed…


-- 
cheers,
Holger


signature.asc
Description: Digital signature
___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Re: [Reproducible-builds] [tex-k] SORCE_DATE_EPOCH_TEX_PRIMITIVES

2016-06-10 Thread Ximin Luo
Karl Berry:
> rename SOURCE_DATE_EPOCH_TEX_PRIMITIVES to a more generic name like
> USE_CLOCK_SOURCE_DATE.
> 
> I'm fine with that, or any other reasonable name for the second envvar.
> Just tell me the name you want.
> 

OK, we've talked a bit more about it and gotten consensus. How does 
FORCE_SOURCE_DATE sound?

Ximin

-- 
GPG: ed25519/56034877E1F87C35
GPG: rsa4096/1318EFAC5FBBDBCE
git://github.com/infinity0/pubkeys.git

___
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds