Re: j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Andreas Rottmann
Mike Hommey <[EMAIL PROTECTED]> writes:

> On Sunday 22 June 2003 19:21, Allan Jacobsen wrote:
>> I have been looking for working j2re1.4 packages for some times, but
>> unfortunatly this does not work for me:
>>
>> isis:~/testdir/j2sdk# dpkg-buildpackage -rfakeroot
>> dpkg-buildpackage: source package is j2se1.4-i586
>> dpkg-buildpackage: source version is 1.4.1.0.1-4
>> dpkg-buildpackage: source maintainer is Sebastien NOEL <[EMAIL PROTECTED]>
>> dpkg-buildpackage: host architecture is i386
>>  fakeroot debian/rules clean
>> sh: debian/rules: /usr/bin/make: bad interpreter: Permission denied
>>
>> /usr/bin/make exists and has the right pemissions ???
>
> oops, something missing in the procedure : chmod +x debian/rules
>
Or just use 'debuild -uc -us', this will do the fakerooting and
chmoding for you ;-)

Regards, Andy
-- 
Andreas Rottmann | [EMAIL PROTECTED]  | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://www.8ung.at/rotty | GnuPG Key: http://www.8ung.at/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

This reality is really just a fucked-up dream -- Papa Roach




Re: j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Allan Jacobsen
I have been looking for working j2re1.4 packages for some times, but 
unfortunatly this does not work for me:

isis:~/testdir/j2sdk# dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is j2se1.4-i586
dpkg-buildpackage: source version is 1.4.1.0.1-4
dpkg-buildpackage: source maintainer is Sebastien NOEL <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
 fakeroot debian/rules clean
sh: debian/rules: /usr/bin/make: bad interpreter: Permission denied

/usr/bin/make exists and has the right pemissions ???

Best regards
Allan Jacobsen

On Sunday den 22. June 2003 16:48, Mike Hommey wrote:
> On Thursday 19 June 2003 18:36, Thomas E. Vaughan wrote:
> > Has anyone else noticed this?
>
> This is due to the fact that Mozilla is now compiled with gcc 3.3, and that
> j2re1.3 is still compiled with gcc 2.95 ; both are incompatible.
>
> You can get a working j2re1.4 (blackdown doesn't provide 1.3 compiled with
> gcc 3.x) following this procedure :
> - getting the "official" binary package
> ftp://ftp.easynet.be/blackdown/JDK-1.4.1/i386/01/j2sdk-1.4.1-01-linux-i586-
>gcc3.2.bin - getting the diff file made by Sebastien Noël
> http://twolife.free.fr/debian/j2se1.4-i586_1.4.1.0.1-4.diff
> - put the binary package into some directory
> - inside this directory, use the patch with the command line :
> # patch -p1 -i /path/to/j2se1.4-i586_1.4.1.0.1-4.diff
> - now you can create a package with dpkg-buildpackage -rfakeroot or
> fakeroot debian/rules binary
>
> Mike




Re: j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Mike Hommey
On Sunday 22 June 2003 19:21, Allan Jacobsen wrote:
> I have been looking for working j2re1.4 packages for some times, but
> unfortunatly this does not work for me:
>
> isis:~/testdir/j2sdk# dpkg-buildpackage -rfakeroot
> dpkg-buildpackage: source package is j2se1.4-i586
> dpkg-buildpackage: source version is 1.4.1.0.1-4
> dpkg-buildpackage: source maintainer is Sebastien NOEL <[EMAIL PROTECTED]>
> dpkg-buildpackage: host architecture is i386
>  fakeroot debian/rules clean
> sh: debian/rules: /usr/bin/make: bad interpreter: Permission denied
>
> /usr/bin/make exists and has the right pemissions ???

oops, something missing in the procedure : chmod +x debian/rules

Mike
-- 
"I have sampled every language, french is my favorite. Fantastic language,
especially to curse with. Nom de dieu de putain de bordel de merde de
saloperie de connard d'enculé de ta mère. It's like wiping your ass
with silk! I love it." -- The Merovingian, in the Matrix Reloaded




Re: j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Mike Hommey
On Thursday 19 June 2003 18:36, Thomas E. Vaughan wrote:
> Has anyone else noticed this?

This is due to the fact that Mozilla is now compiled with gcc 3.3, and that 
j2re1.3 is still compiled with gcc 2.95 ; both are incompatible.

You can get a working j2re1.4 (blackdown doesn't provide 1.3 compiled with gcc 
3.x) following this procedure :
- getting the "official" binary package 
ftp://ftp.easynet.be/blackdown/JDK-1.4.1/i386/01/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin
- getting the diff file made by Sebastien Noël 
http://twolife.free.fr/debian/j2se1.4-i586_1.4.1.0.1-4.diff
- put the binary package into some directory
- inside this directory, use the patch with the command line :
# patch -p1 -i /path/to/j2se1.4-i586_1.4.1.0.1-4.diff
- now you can create a package with dpkg-buildpackage -rfakeroot or fakeroot 
debian/rules binary

Mike
-- 
"I have sampled every language, french is my favorite. Fantastic language,
especially to curse with. Nom de dieu de putain de bordel de merde de
saloperie de connard d'enculé de ta mère. It's like wiping your ass
with silk! I love it." -- The Merovingian, in the Matrix Reloaded




Re: j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Ben Burton

> Has anyone else noticed this?

I know that the unofficial j2se1.4 packages consistently crash under
certain conditions when using JNI with C++ code; this is related to the
fact that the j2se1.4 packages are still built using g++-2.95 whereas
the default C++ compiler for debian is g++-3.x.

Don't know if this is related to the mozilla problem or not.  You could
try downloading your own Java runtime from blackdown.org and using that
instead of the unofficial debian packages; this fixed the JNI crashes
for me.

Ben.




j2re1.3 plugin for mozilla isn't working.

2003-06-22 Thread Thomas E. Vaughan

Has anyone else noticed this?

-- 
Thomas E. Vaughan <[EMAIL PROTECTED]>