guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add 12 rubygems.


From: Ricardo Wurmus
Subject: Re: [PATCH] Add 12 rubygems.
Date: Tue, 29 Dec 2015 08:18:28 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

Ben Woodcroft <address@hidden> writes:

> Unfortunately none of these builds are reproducible because rubygems in 
> Guix generally aren't. For one, this is because .gem files are archives 
> whose contents are timestamped.

I found the same problem with Java stuff.  “.jar” files are archives of
the generated “.class” files and they contain an automatically generated
manifest.  To fix this in a build system I’m planning to unpack all
files from the “.jar”, then “touch -d @0” each file, and then repack
with “jar” without creating a new manifest.

So far “touch”-ing every class file after compilation and leaving off
the manifest at jar creation time has shown that “jar” archives can be
made reproducible.

“gem” archives are really just slightly modified “tar” archives, aren’t
they?  Maybe we could add a phase to the ruby-build-system — or modify
the “build” phase, which unpacks and rebuilds the “.gem” archive.

~~ Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]