[Bug 973] New: hylafax-5.5.9 does not build reproducibly
[email protected] Sat, 2 Sep 2017 01:09:33 -0400
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]/> |
http://bugs.hylafax.org/show_bug.cgi?id=973
Summary: hylafax-5.5.9 does not build reproducibly
Product: HylaFAX
Version: latest
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: source-build
AssignedTo: [email protected]
ReportedBy: [email protected]
While working on the reproducible builds effort, I found that
when building the hylafax+ package for openSUSE Linux, there were slight
differences between each build:
http://rb.zq1.de/compare.factory-20170811/hylafax+-compare.out
This can be fixed by such a trivial patch:
--- hylafax-5.5.9.orig/configure
+++ hylafax-5.5.9/configure
@@ -468,7 +468,7 @@ fi
$RM ./config.log
exec 5>./config.log # compiler messages and the like
-DATE=`date`
+DATE=`date -u -r CHANGES`
eval `cat $SRCDIR/VERSION | sed
's/\([0-9][0-9]*\)\.\([0-9][0-9]*\)\(.*\)/DIST_MAJOR=\1; DIST_MINOR=\2;
DIST_TYPE=\3/'`
DIST_ALPHA=`awk '{print $3}' $SRCDIR/dist/hylafax.alpha`
--
Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
____________________ HylaFAX(tm) Developers Mailing List ____________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe [email protected] < /dev/null