Bug#352203: antlr: FTBFS (ppc64): cannot guess build type; you must specify one

Andreas Jochens aj at andaco.de
Thu Mar 2 16:26:50 UTC 2006


reopen 352203
thanks

Hello,

the config.sub and config.guess scripts are still not updated properly,
because the updated files are copied to the wrong directory in
debian/rules.

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/antlr-2.7.6/debian/rules ./debian/rules
--- ../tmp-orig/antlr-2.7.6/debian/rules	2006-03-02 14:49:37.000000000 +0000
+++ ./debian/rules	2006-03-02 14:49:15.000000000 +0000
@@ -9,7 +9,7 @@
 configure: configure-stamp
 configure-stamp: autotools
 	dh_testdir
-	cp /usr/share/misc/config.* .
+	cp /usr/share/misc/config.* scripts
 	BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath CLASSPATH=`pwd` JAVA=kaffe \
 	./configure \
 		--prefix=/usr \




More information about the pkg-java-maintainers mailing list