unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0c21491b74ee02444bdeec758f97f944bfb9b06c 1445 bytes (raw)
name: gnu/packages/patches/abcl-fix-build-xml.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
 
ABCL's build calls the hostname command, and needs the internet to download
JUnit. Neither of these are really required, though, so we can patch them out
to make it build.

--- a/build.xml
+++ b/build2.xml
@@ -327,7 +327,7 @@ from ${abcl.home.dir}
     <property name="abcl.build.path"
               value="${build.classes.dir}/org/armedbear/lisp/build"/>
     <target name="abcl.stamp" 
-            depends="abcl.compile,abcl.stamp.version,abcl.stamp.hostname">
+            depends="abcl.compile,abcl.stamp.version">
       <mkdir dir="${abcl.build.path}/.."/>
       <loadfile property="abcl.version"
                 srcFile="${abcl.version.path}"/>
@@ -455,11 +455,6 @@ from ${abcl.home.dir}
                 value="${abcl.version}-${abcl.version.src}"/>
     </target>
 
-    <target name="abcl.stamp.hostname" if="unix">
-      <exec executable="hostname" outputproperty="abcl.hostname"/>
-      <echo>abcl.hostname: ${abcl.hostname}</echo>
-    </target>
-
     <target name="abcl.system.uptodate">
       <condition property="abcl.system.needs-update.p">
         <and>
@@ -1019,8 +1014,7 @@ ${basedir}/../cl-bench
       </unzip>
     </target>
         
-    <target name="abcl.test.compile" 
-            depends="abcl.test.pre-compile">
+    <target name="abcl.test.compile" >
       <mkdir dir="${abcl.test.classes.dir}"/>
       <javac destdir="${abcl.test.classes.dir}"
              classpathref="abcl.test.compile.classpath"

debug log:

solving 0c21491b74 ...
found 0c21491b74 in https://yhetil.org/guix-patches/87sgovrtr9.fsf@zancanaro.id.au/

applying [1/1] https://yhetil.org/guix-patches/87sgovrtr9.fsf@zancanaro.id.au/
diff --git a/gnu/packages/patches/abcl-fix-build-xml.patch b/gnu/packages/patches/abcl-fix-build-xml.patch
new file mode 100644
index 0000000000..0c21491b74

1:16: trailing whitespace.
     <target name="abcl.stamp" 
1:25: trailing whitespace.
 
1:37: trailing whitespace.
         
1:38: trailing whitespace.
-    <target name="abcl.test.compile" 
Checking patch gnu/packages/patches/abcl-fix-build-xml.patch...
Applied patch gnu/packages/patches/abcl-fix-build-xml.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 0c21491b74ee02444bdeec758f97f944bfb9b06c	gnu/packages/patches/abcl-fix-build-xml.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).