2006/10/13, KLEIN Stéphane <[EMAIL PROTECTED]>:
Hi,
I would like build debian package for jdk-1_5_0_09-linux-i586.bin
I test on stable and testing.
I do :
fakeroot make-jpkg jdk-1_5_0_09-linux-i586.bin
I've this :
"""
/home/stephane/jdk-1_5_0_09-linux-i586.bin: line 419: /etc/mailcap:
Permission denied
/home/stephane/jdk-1_5_0_09-linux-i586.bin: line 443: /etc/mime.types:
Permission denied
/home/stephane/jdk-1_5_0_09-linux-i586.bin: line 444: /etc/mime.types:
Permission denied
/home/stephane/jdk-1_5_0_09-linux-i586.bin: line 445: /etc/mime.types:
Permission denied
grep: /etc/mime.types: No such file or directory
/home/stephane/jdk-1_5_0_09-linux-i586.bin: line 455: /etc/mime.types:
Permission denied
Done.
Testing extracted archive...
Invalid size (90 MB) of extracted archive. Probably you have not
enough free disc space in the temporary directory. Note: You can
specify an alternate directory by setting the environment variable
TMPDIR.
Aborted.
"""
[EMAIL PROTECTED]:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ubd0 986M 272M 665M 29% /
tmpfs 15M 4.0K 15M 1% /dev/shm
It's a bug ? You've the same issue with this java version ?
I've the same bug with j2sdk-1_4_2_12-linux-i586.bin
"""
/home/stephane/j2sdk-1_4_2_12-linux-i586.bin: line 511: 2335 Killed
$UNPACK_CMD $javahome/`dirname $i`/`basename $i
.jar`.pack $javahome/$i
Creating j2sdk1.4.2_12/jre/lib/jsse.jar
Creating j2sdk1.4.2_12/jre/lib/charsets.jar
Creating j2sdk1.4.2_12/jre/lib/ext/localedata.jar
Creating j2sdk1.4.2_12/jre/lib/plugin.jar
Creating j2sdk1.4.2_12/jre/javaws/javaws.jar
Done.
Testing extracted archive...
Invalid size (68 MB) of extracted archive. Probably you have not
enough free disc space in the temporary directory. Note: You can
specify an alternate directory by setting the environment variable
TMPDIR.
Aborted.
"""
I don't undestand, I've enough free disk space.