Thanks niels for the speedy fix to armhf/sh4/powerpcspe issues in
java-arch.sh.
Unfortunately i've just spotted another issue on s390x the location of
libjvm.so seems to be
/usr/lib/jvm/java-6-openjdk-s390x/jre/lib/s390x/server
However java-arch.sh appears to (from looking at the code and lo
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
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
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).
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). Specifically it was seting the
following paths.
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
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
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/???/object 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 help feeling
that is a bit of a dirty
8 matches
Mail list logo