Re: java architecture names and armhf/sh4

2012-01-17 Thread peter green
The name of the jre/lib/ directory is unconnected to DEB_HOST_ARCH; On interesting architectures* the full name of the directory is armel: /usr/lib/jvm/java-6-openjdk-armel/jre/lib/arm/server armhf: /usr/lib/jvm/java-6-openjdk-armhf/jre/lib/arm/server powerpc:/usr/lib/jvm/java-6-openjdk-powerpc

Re: java architecture names and armhf/sh4

2012-01-17 Thread Niels Thykier
On 2012-01-17 10:24, peter green wrote: > While looking at armhf build failures I took a look at uwsgi I > determined it was failing on armel, armhf, sh4 and powerpc due to using > incorrect paths for java stuff (it's also failing on ia64 and alpha for > what appears to be unrelated reasons). Speci

Re: java architecture names and armhf/sh4

2012-01-17 Thread Matthias Klose
On 01/17/2012 10:24 AM, peter green wrote: > While looking at armhf build failures I took a look at uwsgi I determined it > was > failing on armel, armhf, sh4 and powerpc due to using incorrect paths for java > stuff (it's also failing on ia64 and alpha for what appears to be unrelated > reasons).

Re: java architecture

2008-08-18 Thread peter green
No Idea, but I'm happy to accept suggestions / patches for javahelper to do these things if it is helpful. Surely though you don't need to use the path to these directly? The JRE/JDK should deal with that What about apps like jcc (the app where I submitted and had accepted a patch that use DE

Re: java architecture

2008-08-18 Thread Matthew Johnson
On Mon Aug 18 20:14, peter green wrote: > is there a correct way to get the name of the architecture for java, that > is the ??? in /usr/lib/jvm/java-6-openjdk/jre/lib/???/ files>. In the last package I fixed up that needed to know I used > DEB_BUILD_ARCH_CPU and special cased powerpc but I can't