Re: IcedTea - a first step towards OpenJDK

2007-09-06 Thread Matthias Klose
Matthias Klose writes: > IcedTea is a temporary fork of OpenJDK which allows building with a free > toolchain and adding/replacing code which is not yet available under a free > license. First deb Packages for amd64 and i386 are available at > > deb http://people.ubuntu.com/~doko/ubuntu/ gutsy/

Re: IcedTea - a first step towards OpenJDK

2007-09-05 Thread Massimo Padovan
First: Thanks for your repo! I've installed icedtea-java7-plugin and in /etc/alternatives/ and I've found: mozilla-javaplugin.so -> /usr/lib/jvm/java-7-icedtea/jre/plugin/i386/gcjwebplugin.so that does not exist. The proper plugin's location is: /usr/lib/jvm/java-7-icedtea/jre/lib/i386/gcjwebplugin

Re: IcedTea - a first step towards OpenJDK

2007-09-02 Thread Matthias Klose
peter green schrieb: > >> well, then its cheaper to add it. >> >> >> > I've attatched a new debian/control with the build-deps fixed up to > allow for building on sid. fixed. >> well, this is wrong, you are lacking the correct libraries. see >> linux32(1) for >> the personality thing. >> > I've a

Re: IcedTea - a first step towards OpenJDK

2007-09-01 Thread peter green
I have also discovered that the plugin package that icedtea builds is uninstallable if the plugin directories don't exist (which will happen unless the user has every supported browser installed), a new postinst that fixes this issue is attatched. #!/bin/sh -e PATH=/sbin:/bin:/usr/sbin:/usr/bin

Re: IcedTea - a first step towards OpenJDK

2007-09-01 Thread peter green
well, then its cheaper to add it. I've attatched a new debian/control with the build-deps fixed up to allow for building on sid. well, this is wrong, you are lacking the correct libraries. see linux32(1) for the personality thing. I've attatched a new debian/rules with a check added s

Re: IcedTea - a first step towards OpenJDK

2007-08-31 Thread Matthias Klose
peter green schrieb: > Matthias Klose wrote: >> ok, except wget should not be part of the b-d's, if the zip file >> already exists. >> > The configure script checks for it and errors if it is not there. well, then its cheaper to add it. >> did you set the 32bit personality before entering the

Re: IcedTea - a first step towards OpenJDK

2007-08-31 Thread peter green
Matthias Klose wrote: peter green schrieb: IcedTea is a temporary fork of OpenJDK which allows building with a free toolchain and adding/replacing code which is not yet available under a free license. First deb Packages for amd64 and i386 are available at deb http://people.ubuntu.com/~doko/

Re: IcedTea - a first step towards OpenJDK

2007-08-31 Thread Matthias Klose
peter green schrieb: >> IcedTea is a temporary fork of OpenJDK which allows building with a free >> toolchain and adding/replacing code which is not yet available under a >> free >> license. First deb Packages for amd64 and i386 are available at >> >> deb http://people.ubuntu.com/~doko/ubuntu/ >>

Re: IcedTea - a first step towards OpenJDK

2007-08-31 Thread Arnaud Vandyck
On 8/31/07, peter green <[EMAIL PROTECTED]> wrote: [...] > However even with those things fixed it still doesn't build > for me, in a 64 bit chroot on a 64 bit box and a 32 bit chroot > on a 32 bit box I get the following errors > > find rt -name '*.java' | sort > rt-source-files.txt > nowarn -g -d

RE: IcedTea - a first step towards OpenJDK

2007-08-30 Thread peter green
IcedTea is a temporary fork of OpenJDK which allows building with a free toolchain and adding/replacing code which is not yet available under a free license. First deb Packages for amd64 and i386 are available at deb http://people.ubuntu.com/~doko/ubuntu/

Re: IcedTea - a first step towards OpenJDK

2007-08-22 Thread Arnaud Vandyck
Many thanks for your work (of course I don't forget Michael ;-)). On 8/22/07, Matthias Klose <[EMAIL PROTECTED]> wrote: > IcedTea is a temporary fork of OpenJDK which allows building with a free > toolchain and adding/replacing code which is not yet available under a free > license. First deb Pack

IcedTea - a first step towards OpenJDK

2007-08-22 Thread Matthias Klose
IcedTea is a temporary fork of OpenJDK which allows building with a free toolchain and adding/replacing code which is not yet available under a free license. First deb Packages for amd64 and i386 are available at deb http://people.ubuntu.com/~doko/ubuntu/ gutsy/ deb-src http://people.ubuntu.co