[Pkg-julia-devel] [SCM] Julia branch master updated. debian/0.4.2-3-1-g549c443
Graham Inggs
graham at nerve.org.za
Thu Dec 17 10:56:27 UTC 2015
On 17/12/2015 12:38, Graham Inggs wrote:
> commit 549c4437eddc28dfbddf9c6f1a8e903c90a5051b
> Author: Graham Inggs <ginggs at debian.org>
> Date: Thu Dec 17 11:53:40 2015 +0200
>
> Ensure pcre_h.jl and errno_h.jl are sorted reproducibly
This should make builds reproducible on amd64, see:
https://reproducible.debian.net/rb-pkg/unstable/amd64/julia.html
The generated files pcre_h.jl and errno_h.jl are sorted differently
depending on the locale, e.g.
--- C/errno_h.jl 2015-12-17 12:34:23.000000000 +0200
+++ fr_FR/errno_h.jl 2015-12-17 12:16:42.000000000 +0200
@@ -7,8 +7,8 @@
const EAGAIN = Int32(11)
const EALREADY = Int32(114)
const EBADE = Int32(52)
-const EBADF = Int32(9)
const EBADFD = Int32(77)
+const EBADF = Int32(9)
const EBADMSG = Int32(74)
const EBADR = Int32(53)
const EBADRQC = Int32(56)
@@ -120,8 +120,8 @@
const ESRMNT = Int32(69)
const ESTALE = Int32(116)
const ESTRPIPE = Int32(86)
-const ETIME = Int32(62)
const ETIMEDOUT = Int32(110)
+const ETIME = Int32(62)
const ETOOMANYREFS = Int32(109)
const ETXTBSY = Int32(26)
const EUCLEAN = Int32(117)
More information about the Pkg-julia-devel
mailing list