Unable to make java debian package with java-package 0.24

Like Ma likemartinma at gmail.com
Sat Aug 13 06:35:53 UTC 2005


Hi,

My linux is Debian Sarge testing/unstable with recent update.

I can't make deb with jre-1_5_0_04-linux-i586.bin by java-package 0.24.

I found a bug in /usr/share/java-package/sun-j2re.sh. The follow  is a
fragment of it:
case "$DEB_BUILD_GNU_TYPE" in
    "i386-linux")
      ...
    "x86_64-linux")
esac

But through executing dpkg-architecture, whose output is following, I
saw that my DEB_BUILD_GNU_TYPE is i486-linux-gnu.
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu

I think the other related scripts also have the problem.

Regards,

Like

-- 
Fire and motion



More information about the pkg-java-maintainers mailing list