unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 2324baedda8a94c63a4fbf08909d51c739c6b914 1736 bytes (raw)
name: gnu/packages/patches/hdf4-config-settings.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 
Honor SOURCE_DATE_EPOCH when exporting configuraton date.
Remove unreproducible configuration data.

--- a/configure
+++ b/configure
@@ -23169,7 +23169,14 @@
 
 
 ## Configuration date
- CONFIG_DATE="`date`"
+ CONFIG_DATE="`date -u`"
+if test -n "$SOURCE_DATE_EPOCH"; then
+  CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH" 2>/dev/null \
+               || date -u -r "$SOURCE_DATE_EPOCH" 2>/dev/null`
+  if test -z "$CONFIG_DATE"; then
+    as_fn_error $? "malformed SOURCE_DATE_EPOCH" "$LINENO" 5
+  fi
+fi
 
 ## User doing the configuration
  CONFIG_USER="`whoami`@`hostname`"

--- a/libhdf4.settings.in
+++ b/libhdf4.settings.in
@@ -5,17 +5,17 @@
 -------------------
 		   HDF4 Version: @H4_VERSION@
 		  Configured on: @CONFIG_DATE@
-		  Configured by: @CONFIG_USER@
+		  Configured by: guix
 		 Configure mode: @CONFIG_MODE@
-		    Host system: @host_cpu@-@host_vendor@-@host_os@
-              Uname information: @UNAME_INFO@
+		    Host system: guix
+              Uname information: guix
 		      Libraries: @STATIC_SHARED@
 	     Installation point: @prefix@
 
 Compiling Options:
 ------------------
                Compilation Mode: @CONFIG_MODE@
-                     C compiler: @CC_VERSION@
+                     C compiler: 
                          CFLAGS: @CFLAGS@
                        CPPFLAGS: @CPPFLAGS@
                Shared Libraries: @enable_shared@
@@ -29,7 +29,7 @@
 Languages:
 ----------
                         Fortran: @BUILD_FORTRAN@
-@HDF_BUILD_FORTRAN_TRUE@               Fortran Compiler: @F77_VERSION@
+@HDF_BUILD_FORTRAN_TRUE@               Fortran Compiler: 
 @HDF_BUILD_FORTRAN_TRUE@                         FFLAGS: @FFLAGS@
 
 Features:

debug log:

solving e79362e ...
found e79362e in https://yhetil.org/guix-devel/alpine.DEB.2.20.1605291835050.667@jpro.nerc-bas.ac.uk/ ||
	https://yhetil.org/guix-devel/87shx0tt5e.fsf@gnu.org/ ||
	https://yhetil.org/guix-devel/alpine.DEB.2.20.1605251838550.16068@jpro.nerc-bas.ac.uk/

applying [1/1] https://yhetil.org/guix-devel/alpine.DEB.2.20.1605291835050.667@jpro.nerc-bas.ac.uk/
diff --git a/gnu/packages/patches/hdf4-config-settings.patch b/gnu/packages/patches/hdf4-config-settings.patch\r
new file mode 100644\r
index 0000000..e79362e\r

1:7: trailing whitespace.
Honor SOURCE_DATE_EPOCH when exporting configuraton date.\r
1:8: trailing whitespace.
Remove unreproducible configuration data.\r
1:9: trailing whitespace.
\r
1:10: trailing whitespace.
--- a/configure\r
1:11: trailing whitespace.
+++ b/configure\r
Checking patch gnu/packages/patches/hdf4-config-settings.patch...
Applied patch gnu/packages/patches/hdf4-config-settings.patch cleanly.
warning: squelched 50 whitespace errors
warning: 55 lines add whitespace errors.

skipping https://yhetil.org/guix-devel/87shx0tt5e.fsf@gnu.org/ for e79362e
skipping https://yhetil.org/guix-devel/alpine.DEB.2.20.1605251838550.16068@jpro.nerc-bas.ac.uk/ for e79362e
index at:
100644 2324baedda8a94c63a4fbf08909d51c739c6b914	gnu/packages/patches/hdf4-config-settings.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).