Your message dated Sun, 17 Jan 2016 13:31:48 +0100
with message-id <20160117123148.GA26893@loar>
and subject line Re: Bug#790389: xtrkcad: please make the build reproducible
has caused the Debian Bug report #790389,
regarding xtrkcad: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
790389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790389
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xtrkcad
Version: 1:4.0.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

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

The attached patch removes timestamps from the build system. Once
applied, xtrkcad can be built reproducibly in our reproducible
toolchain.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/app/lib/Makefile b/app/lib/Makefile
index 9d46c69..8ba78bf 100644
--- a/app/lib/Makefile
+++ b/app/lib/Makefile
@@ -44,7 +44,7 @@ xtrkcad.lyt: mklyt
        @./mklyt xtrkcad
 
 xtrkcad.upd:
-       ( date "+%Y%m%d" ; \
+       ( LC_ALL=C date --utc --date="`dpkg-parsechangelog -SDate 
-l../../debian/changelog`" "+%Y%m%d" ; \
        for f in `make --no-print-director -f params/Makefile xtps` ; do \
        echo $$f ; done ) > xtrkcad.upd
 

--- End Message ---
--- Begin Message ---
Version: 1:4.2.2-1

Chris Lamb:
> The attached patch removes timestamps from the build system. Once
> applied, xtrkcad can be built reproducibly in our reproducible
> toolchain.

> diff --git a/app/lib/Makefile b/app/lib/Makefile
> index 9d46c69..8ba78bf 100644
> --- a/app/lib/Makefile
> +++ b/app/lib/Makefile

This file has disappeared from upstream and the problem as well.

-- 
Lunar                                .''`. 
[email protected]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to