[oe] classpath_0.98 recipe failure

Elvis Dowson elvis.dowson at mac.com
Thu Jun 18 04:41:36 UTC 2009


Hi,
	I also noticed one thing.

The classpath_0.9.8.bb recipe applies 3 patches,

SRC_URI += "\
   file://SimpleName.diff;patch=1;pnum=0 \
   file://ecj_java_dir.patch;patch=1 \
   file://autotools.patch;patch=1 \
   "

but if you look at the patch files themselves, they are intended for  
classpath_0.97.2.

Index: classpath-0.97.2/lib/gen-classlist.sh.in
===================================================================
--- classpath-0.97.2.orig/lib/gen-classlist.sh.in	2008-06-02  
03:37:29.000000000 +0200
+++ classpath-0.97.2/lib/gen-classlist.sh.in	2008-08-01  
00:00:58.055208770 +0200
@@ -148,4 +148,7 @@
    done
  fi

+# hack for javac that uses -d and do not make the directories
+awk -F " " '{print $1}' classes.1 | uniq | awk -F " " '{system("mkdir  
-p " $0)}'
+
  exit 0


Isn't this an issue?

I have even tried manually applying these patches after converting the  
gnu classpath-0.98 sources into a local git repository, and then  
reapply these patches, extracted them and even tried a modified recipe  
but that gave the same type of configure failures.

Best regards,

Elvis





More information about the Openembedded-devel mailing list