945822">

Debian Bug report logs - #945822
liblopsub: please make the build reproducible

version graph

Package: src:liblopsub; Maintainer for src:liblopsub is Andre Noll <maan@tuebingen.mpg.de>;

Reported by: "Chris Lamb" <lamby@debian.org>

Date: Fri, 29 Nov 2019 09:15:02 UTC

Severity: wishlist

Tags: patch

Found in version liblopsub/1.0.3-2

Done: Andre Noll <maan@tuebingen.mpg.de>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, reproducible-bugs@lists.alioth.debian.org, Andre Noll <maan@tuebingen.mpg.de>:
Bug#945822; Package src:liblopsub. (Fri, 29 Nov 2019 09:15:08 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
New Bug report received and forwarded. Copy sent to reproducible-bugs@lists.alioth.debian.org, Andre Noll <maan@tuebingen.mpg.de>. (Fri, 29 Nov 2019 09:15:08 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, wrote: > Source: liblopsub > Version: 1.0.3-2 > Severity: wishlist > Tags: patch > User: reproducible-builds@lists.alioth.debian.org > Usertags: timestamps > X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org > > Hi, > > Whilst working on the Reproducible Builds effort [0] we noticed that > liblopsub could not be built reproducibly. > > This is because it calls "gzip" manually without the -n flag. This should > have been reported by lintian via the package-contains-timestamped-gzip > tag. > > Patch attached. > > [0] https://reproducible-builds.org/ > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` lamby@debian.org / chris-lamb.co.uk > `- &In-Reply-To=<2b6f06fc-a383-4479-9aba-34c3792e543c@sloti26t01>&subject=Re: liblopsub: please make the build reproducible">reply):

From: "Chris Lamb" <lamby@debian.org>
To: submit@bugs.debian.org
Subject: liblopsub: please make the build reproducible
Date: Fri, 29 Nov 2019 09:12:13 +0000
[Message part 1 (text/plain, inline)]
Source: liblopsub
Version: 1.0.3-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
liblopsub could not be built reproducibly.

This is because it calls "gzip" manually without the -n flag. This should
have been reported by lintian via the package-contains-timestamped-gzip
tag.

Patch attached.

  [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
[liblopsub.diff.txt (text/plain, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#945822; Package src:liblopsub. (Mon, 02 Dec 2019 11:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to Andre Noll <maan@tuebingen.mpg.de>:
Extra info received and forwarded to list. (Mon, 02 Dec 2019 11:00:04 GMT) (full text, mbox, link).


Message #10 received at submit@bugs.debian.org (full text, mbox, > have been reported by lintian via the package-contains-timestamped-gzip > > tag. > > > > Patch attached. > > Applied and pushed out. Note that I've added another -n to the gzip > command in the main Makefile. Now > > lintian --allow-root -T package-contains-timestamped-gzip > > no longer complains. > > Thanks > Andre > -- > Max Planck Institute for Developmental Biology > Max-Planck-Ring 5, 72076 Tübingen, Germany. Phone: (+49) 7071 601 829 > http://people.tuebingen.mpg.de/maan/ &In-Reply-To=<20191202100926.GE1102@tuebingen.mpg.de>">reply):

From: Andre Noll <maan@tuebingen.mpg.de>
To: Chris Lamb <lamby@debian.org>, 945822@bugs.debian.org
Cc: submit@bugs.debian.org
Subject: Re: Bug#945822: liblopsub: please make the build reproducible
Date: Mon, 2 Dec 2019 11:09:26 +0100
[Message part 1 (text/plain, inline)]
On Fri, Nov 29, 09:12, Chris Lamb wrote

> Whilst working on the Reproducible Builds effort [0] we noticed that
> liblopsub could not be built reproducibly.
> 
> This is because it calls "gzip" manually without the -n flag. This should
> have been reported by lintian via the package-contains-timestamped-gzip
> tag.
> 
> Patch attached.

Applied and pushed out. Note that I've added another -n to the gzip
command in the main Makefile. Now

	lintian --allow-root -T package-contains-timestamped-gzip

no longer complains.

Thanks
Andre
-- 
Max Planck Institute for Developmental Biology
Max-Planck-Ring 5, 72076 Tübingen, Germany. Phone: (+49) 7071 601 829
http://people.tuebingen.mpg.de/maan/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#945822; Package src:liblopsub. (Mon, 02 Dec 2019 11:00:05 GMT) (full text, mbox, link).


Acknowledgement sent to Andre Noll <maan@tuebingen.mpg.de>:
Extra info received and forwarded to list. (Mon, 02 Dec 2019 11:00:06 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Andre Noll <maan@tuebingen.mpg.de>:
Bug#945822; Package src:liblopsub. (Thu, 10 Sep 2020 08:15:09 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
Extra info received and forwarded to list. Copy sent to Andre Noll <maan@tuebingen.mpg.de>. (Thu, 10 Sep 2020 08:15:09 GMT) (full text, mbox, link).


Message #20 received at 945822@bugs.debian.org (full text, mbox, wrote: > Chris Lamb wrote: > > > Would you consider applying this patch and uploading? > > Friendly ping on this? Seems like there hasn't been any update on this bug in > 281 days now (!). As you mention, you may have already fixed it. > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` lamby@debian.org / chris-lamb.co.uk > `- > > &References=<159964511661.1265623.15370760792708606704@tinycat.chris-lamb.co.uk>&In-Reply-To=<159964511661.1265623.15370760792708606704@tinycat.chris-lamb.co.uk>&subject=Re: Bug#945822: liblopsub: please make the build reproducible">reply):

From: "Chris Lamb" <lamby@debian.org>
To: 945822@bugs.debian.org, reproducible-bugs@lists.alioth.debian.org
Subject: Re: Bug#945822: liblopsub: please make the build reproducible
Date: Thu, 10 Sep 2020 08:11:02 -0000
Chris Lamb wrote:

> Would you consider applying this patch and uploading?

Friendly ping on this? Seems like there hasn't been any update on this bug in
281 days now (!). As you mention, you may have already fixed it.


Regards,

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



Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#945822; Package src:liblopsub. (Thu, 10 Sep 2020 11:09:05 GMT) (full text, mbox, link).


Acknowledgement sent to Andre Noll <maan@tuebingen.mpg.de>:
Extra info received and forwarded to list. (Thu, 10 Sep 2020 11:09:05 GMT) (full text, mbox, link).


Message #25 received at 945822@bugs.debian.org (full text, mbox, reply):

From: Andre Noll <maan@tuebingen.mpg.de>
To: Chris Lamb <lamby@debian.org>, 945822@bugs.debian.org
Cc: reproducible-bugs@lists.alioth.debian.org, 945822-done@bugs.debian.org
Subject: Re: Bug#945822: liblopsub: please make the build reproducible
Date: Thu, 10 Sep 2020 12:37:33 +0200
[Message part 1 (text/plain, inline)]
On Thu, Sep 10, 08:11, Chris Lamb wrote
> Chris Lamb wrote:
> 
> > Would you consider applying this patch and uploading?
> 
> Friendly ping on this? Seems like there hasn't been any update on this bug in
> 281 days now (!). As you mention, you may have already fixed it.

Yes, this was was fixed by commit

	2d0464872cec02b53f5bb5ca2a037cb764641c1f (Make the build reproducible).

The bug should have been closed already back then. I've CC'ed
945822-done to close it now. Is there anything else I need to do?

Sorry for the oversight
Andre
-- 
Max Planck Institute for Developmental Biology
Max-Planck-Ring 5, 72076 Tübingen, Germany. Phone: (+49) 7071 601 829
http://people.tuebingen.mpg.de/maan/
[signature.asc (application/pgp-signature, inline)]

Reply sent to Andre Noll <maan@tuebingen.mpg.de>:
You have taken responsibility. (Thu, 10 Sep 2020 11:09:06 GMT) (full text, mbox, link).


Notification sent to "Chris Lamb" <lamby@debian.org>:
Bug acknowledged by developer. (Thu, 10 Sep 2020 11:09:06 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Fri, 09 Oct 2020 07:25:16 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Feb 3 06:45:15 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.