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

Bug#777058: marked as done (dbview: please make the build reproducible)



Your message dated Tue, 22 Dec 2020 01:09:18 -0800
with message-id <87czz2p5q9.fsf@yucca>
and subject line Re: Bug#777058: dbview: please make the build reproducible
has caused the Debian Bug report #777058,
regarding dbview: 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 owner@bugs.debian.org
immediately.)


-- 
777058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777058
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: dbview
Version: 1.0.4-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

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

The attached patch removes timestamps from the build system. Once
applied, dbview can be built reproducibly in our current experimental
framework.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff -urNad dbview.orig/dbview-1.0.4/debian/rules dbview/dbview-1.0.4/debian/rules
--- dbview.orig/dbview-1.0.4/debian/rules	2015-02-04 15:55:44.945423853 +0000
+++ dbview/dbview-1.0.4/debian/rules	2015-02-04 15:56:34.107573678 +0000
@@ -66,11 +66,11 @@
 #	$(installdoc) ChangeLog debian/tmp/usr/share/doc/$(package)/changelog
 	$(installdoc) README debian/tmp/usr/share/doc/$(package)
 	$(installdoc) dBASE debian/tmp/usr/share/doc/$(package)
-	gzip -9f debian/tmp/usr/share/doc/$(package)/{dBASE,README,changelog.Debian}
+	gzip -9fn debian/tmp/usr/share/doc/$(package)/{dBASE,README,changelog.Debian}
 	#
 	$(MAKE) prefix=debian/tmp/usr MANO=root MANG=root install
 	$(STRIP) debian/tmp/usr/bin/dbview
-	gzip -9 debian/tmp/usr/share/man/man?/*
+	gzip -9n debian/tmp/usr/share/man/man?/*
 	#
 	dpkg-shlibdeps debian/tmp/usr/bin/dbview
 	dpkg-gencontrol -isp

--- End Message ---
--- Begin Message ---
Version: 1.0.4-3

On 2020-09-02, Sudip Mukherjee wrote:
> This is an orphan package and anyone can make a QA upload.
> And can you please check again if it still has the problem?
> d/rules has been completely rewritten with 1.0.4-2 version and so the
> patch will not apply anymore.

It is currently marked reproducible in all recent the "bullseye" tests,
so I would say this specific timestamp issue is fixed.

Looking at the history:

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/dbview.html

It seems the timestamp issues were present in early tests of 1.0.4-2,
but then eventually became reproducible in later tests of 1.0.4-2, so
presumably one of the toolchain packages used for building was
fixed.

I'm marking it as "done" in 1.0.4-3, even though the actual fix was
probably in some other package.

Other outstanding issues appear to be build path related, which prevent
it from being marked as reproducible in "unstable" where the build paths
are varied.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: