bug#22533: Python bytecode reproducibility

2018-03-03 Thread Ricardo Wurmus
Hi Guix, Marius Bakke writes: > It would be great to revive this longstanding bug! Indeed. Here’s another attempt. As far as I understand, the timestamp in the pyc files only affects the header. Up until Python 3.6 (incl) the header looks like this: magic | timestamp | size Since Python

bug#30688: hdparm hash mismatch

2018-03-03 Thread Björn Höfling
On Sat, 03 Mar 2018 21:52:03 +0100 Clément Lassieur wrote: > Hello, > > I got this error while reconfiguring, did the source change upstream? > > Starting download > of /gnu/store/4gn3ksv0hrglymrhh11474s13h4x6wcr-hdparm-9.54.tar.gz > >From > >http://downloads.sourceforge.net/project/hdparm/hdpa

bug#30688: hdparm hash mismatch

2018-03-03 Thread Clément Lassieur
Hello, I got this error while reconfiguring, did the source change upstream? Starting download of /gnu/store/4gn3ksv0hrglymrhh11474s13h4x6wcr-hdparm-9.54.tar.gz >From >http://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-9.54.tar.gz... following redirection to `https://downloads.sourc

bug#30655: closed (Re: bug#30655: xset(1) not accepting symlink to font path)

2018-03-03 Thread Marco van Hulten
Ludo'— Je 2 mrt 12:46 skribis GNU: > > diff --git a/doc/guix.texi b/doc/guix.texi > > index 24db16761..35221ff94 100644 > > --- a/doc/guix.texi > > +++ b/doc/guix.texi > > @@ -1572,7 +1572,7 @@ To be able to use such full names for the > > TrueType fonts installed in your Guix profile, you need t

bug#30524: [PATCH] gnu: java-jeromq: Fix tests.

2018-03-03 Thread Gábor Boskovits
* gnu/packages/patches/java-jeromq-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (java-jeromq)[source](patches): Add it. [arguments](#test-exclude): Disable more failing tests. --- gnu/local.mk | 1 + gnu/packages