Re: How native is the native JDK14?

2005-12-20 Thread Erik Norgaard
Foo Ji-Haw wrote: My question is: did they turn it on just for the purpose of the compilation, or is jdk14/ not a real native implementation? The linux stuff is required for the first compilation because to compile java you need java. You can deinstall the linux packages after java is

How native is the native JDK14?

2005-12-20 Thread Foo Ji-Haw
Hi all, I am still compiling the /usr/port/java/jdk14/, which I think is the native Java implementation. But as I see the compiling going on, I read a couple of lines saying that they are going to turn on linux binary compatibility. My question is: did they turn it on just for the purpose of

Re: jdk14 without X libraries?

2005-11-05 Thread Alex Ford
On Fri, 2005-11-04 at 23:48 -0400, Michael P. Soulier wrote: > >On 11/4/05, Alex Ford <[EMAIL PROTECTED]> wrote: > > You can add WITHOUT_X11=yes to your /etc/make.conf and that will build > > our ports without any X11 support (if they have that particular > > configure option available to them). >

Re: jdk14 without X libraries?

2005-11-04 Thread Michael P. Soulier
On 11/4/05, Alex Ford <[EMAIL PROTECTED]> wrote: > You can add WITHOUT_X11=yes to your /etc/make.conf and that will build > our ports without any X11 support (if they have that particular > configure option available to them). Thanks, I'm currently doing this too. Is there a master list of suppor

Re: jdk14 without X libraries?

2005-11-04 Thread Alex Ford
On Fri, 2005-11-04 at 14:16 -0800, Steve Brown wrote: > I'm building /usr/ports/jdk14 on my 5.4-RELEASE i386, and it's using a > lot of X.org stuff to do the build. I'm already using the -DMINIMAL > flag, but I'd like a way to turn off all the graphical stuff. Do

jdk14 without X libraries?

2005-11-04 Thread Steve Brown
I'm building /usr/ports/jdk14 on my 5.4-RELEASE i386, and it's using a lot of X.org stuff to do the build. I'm already using the -DMINIMAL flag, but I'd like a way to turn off all the graphical stuff. Does anyone here know how to do this?

Re: problem compiling jdk14

2005-10-15 Thread Micah
Filippo Moretti wrote: I ran inthe following error while attempint to upgrade sun-jdk14 on 5.4-stable i386 architecture /bsd_i486/vm -I../generated -DHOTSPOT_BUILD_VERSION="\"1.4.2-p7-filippo_14_oct_2005_15_44\"" Compiling /usr/ports/java/jdk14/work/hotspot/

problem compiling jdk14

2005-10-15 Thread Filippo Moretti
I ran inthe following error while attempint to upgrade sun-jdk14 on 5.4-stable i386 architecture /bsd_i486/vm -I../generated -DHOTSPOT_BUILD_VERSION="\"1.4.2-p7-filippo_14_oct_2005_15_44\"" Compiling /usr/ports/java/jdk14/work/hotspot/src/share/vm/runtime/functionAtStart

Re: ports: jdk15/jdk14

2005-10-08 Thread Micah
O. Hartmann wrote: Micah wrote: O. Hartmann wrote: Hello. Again, I run into frustrations when trying to install JDK14/JDK15 from the ports collection. Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform (Dell OptiPlex280). Installation of linux-sun-jdk1.4.2 performed

Re: ports: jdk15/jdk14

2005-10-08 Thread O. Hartmann
Micah wrote: O. Hartmann wrote: Hello. Again, I run into frustrations when trying to install JDK14/JDK15 from the ports collection. Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform (Dell OptiPlex280). Installation of linux-sun-jdk1.4.2 performed well without problems

Re: ports: jdk15/jdk14

2005-10-08 Thread Micah
O. Hartmann wrote: Hello. Again, I run into frustrations when trying to install JDK14/JDK15 from the ports collection. Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform (Dell OptiPlex280). Installation of linux-sun-jdk1.4.2 performed well without problems. But when

ports: jdk15/jdk14

2005-10-08 Thread O. Hartmann
Hello. Again, I run into frustrations when trying to install JDK14/JDK15 from the ports collection. Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform (Dell OptiPlex280). Installation of linux-sun-jdk1.4.2 performed well without problems. But when trying the installation of

Re: Post JDK14 installation requirements

2005-08-07 Thread Chuck Swiger
Gerard Seibert wrote: In order to install JDK14, I need to run both of these commands: kldload linprocfs mount -t linprocfs linprocfs /compat/linux/proc After rebooting the system, do I have to re-run those commands again for java to be active? Would it be beneficial to put the mount command

Post JDK14 installation requirements

2005-08-07 Thread Gerard Seibert
In order to install JDK14, I need to run both of these commands: kldload linprocfs mount -t linprocfs linprocfs /compat/linux/proc After rebooting the system, do I have to re-run those commands again for java to be active? Would it be beneficial to put the mount command in /etc/fstab? I am not

Re: jdk14 not installing

2005-05-19 Thread Warren Block
On Thu, 19 May 2005, E. J. Cerejo wrote: I'm running FBSD 5.4 when upgrading jdk14 it fails and I get this: registervm: error: JavaVM "/usr/local/jdk1.4.2/bin/java" is already registered *** Error code 1 Stop in /usr/ports/java/jdk14. ecerejo# cd /usr/local/jdk1.4.2/bin/java /usr

jdk14 not installing

2005-05-19 Thread E. J. Cerejo
I'm running FBSD 5.4 when upgrading jdk14 it fails and I get this: ===> Generating temporary packing list ===> Checking if java/jdk14 already installed /bin/mkdir -p /usr/local/jdk1.4.2 cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image && /usr/bin/find

Re: JDK15 and JDK14 for Firefox and OpenOffice.

2005-02-28 Thread Eric Schuele
enoffice.org/freebsd/ seems they want to have JDK14. My question is the following: 1. If for some reason OpenOffice can't use JDK15 and it needs JDK14 can I still keep JDK15 installed or that would cause a conflict ? The openoffice Makefile has this: .if !defined(WITHOUT_JAVA) USE_JAVA=

Re: JDK15 and JDK14 for Firefox and OpenOffice.

2005-02-27 Thread Jonathan Chen
On Sun, Feb 27, 2005 at 03:54:26PM -0800, BSD Mail wrote: [...] > 2. What am I missing with Firefox ? If JDK15 doesn't work with Firefox > I wil install JKD14, although I thought it should work and be detected > by the browser. JDK1.5 is still in alpha state. There is no working browser-plugin wi

Re: JDK15 and JDK14 for Firefox and OpenOffice.

2005-02-27 Thread Chris Hodgins
ms they want to have JDK14. My question is the following: 1. If for some reason OpenOffice can't use JDK15 and it needs JDK14 can I still keep JDK15 installed or that would cause a conflict ? The openoffice Makefile has this: .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4+ J

JDK15 and JDK14 for Firefox and OpenOffice.

2005-02-27 Thread BSD Mail
Greetings, I've installed /usr/ports/java/jdk15 then installed /usr/ports/www/firefox I'm not really sure why Firefox didn't detect that I have JDK15 installed. Also Later I'm going to install OpenOffice. In OO website http://porting.openoffice.org/freebsd/ seems they wa

Re: Alright, you jdk14 geeks...

2005-02-01 Thread Kirk Strauser
On Tuesday 01 February 2005 07:27 pm, John wrote: > I should have been clearer - I meant my NFS clients, my own local > machines in my lab - not clients as in "customers." NFS clients implies peered Unix machines. Has anyone tried building jdk14 with distcc? -

Re: Alright, you jdk14 geeks...

2005-02-01 Thread John
> > > I have done a make install on linx_base-8 and linux-sun-jdk14 > > on the NFS server (I gave up trying to do it over NFS, though > > that may not have been the problem). > > > > My poor 200Mhz machine has now been crunching for a couple of > > HOURS on java

Re: Alright, you jdk14 geeks...

2005-02-01 Thread Joshua Tinnin
On Tuesday 01 February 2005 05:06 pm, Nikolas Britton <[EMAIL PROTECTED]> wrote: > John wrote: > >I finally got around my problems by manually deinstalling and > >reinstalling all the packages that linux_base-8 depended upon. > > > >I have done a make install o

Re: Alright, you jdk14 geeks...

2005-02-01 Thread Nikolas Britton
John wrote: I finally got around my problems by manually deinstalling and reinstalling all the packages that linux_base-8 depended upon. I have done a make install on linx_base-8 and linux-sun-jdk14 on the NFS server (I gave up trying to do it over NFS, though that may not have been the problem

Re: Alright, you jdk14 geeks...

2005-02-01 Thread Joshua Tinnin
On Tuesday 01 February 2005 03:10 pm, John <[EMAIL PROTECTED]> wrote: > I finally got around my problems by manually deinstalling and > reinstalling all the packages that linux_base-8 depended upon. > > I have done a make install on linx_base-8 and linux-sun-jdk14 > on the

Re: Alright, you jdk14 geeks...

2005-02-01 Thread Charles Swiger
On Feb 1, 2005, at 6:10 PM, John wrote: Once it is BUILT on the NFS system - will I be able to INSTALL it on my clients? Has anyone tried anything like this? Once you've got a native JDK built as a package on FreeBSD, you can install it on other FreeBSD client machines, yes, no problem. If you

Alright, you jdk14 geeks...

2005-02-01 Thread John
I finally got around my problems by manually deinstalling and reinstalling all the packages that linux_base-8 depended upon. I have done a make install on linx_base-8 and linux-sun-jdk14 on the NFS server (I gave up trying to do it over NFS, though that may not have been the problem). My poor

Re: JDK14 fails to install

2004-12-11 Thread Zlatozar Zhelyazkov
See http://lists.freebsd.org/pipermail/freebsd-java/2004-July/002568.html On Fri, 10 Dec 2004 09:57:04 -0700, Tom Connolly <[EMAIL PROTECTED]> wrote: > Hello List, > I'm trying to do a fresh install of the jdk14 port and I get the > following error: > > o linux-sun-jdk

Re: JDK14 fails to install

2004-12-10 Thread Mike Brown
can remove the Linux > one, and you will no longer need to mount the linprocfs. Does this also apply to the linux-blackdown-jdk* ports/packages? I tried installing the linux-blackdown-jdk14 package last night but I could not run the VM; it complained of a missing file in /proc. -Mike _

Re: JDK14 fails to install

2004-12-10 Thread Daniel Bye
On Fri, Dec 10, 2004 at 09:57:04AM -0700, Tom Connolly wrote: > Hello List, > I'm trying to do a fresh install of the jdk14 port and I get the > following error: > > o linux-sun-jdk-1.4.2.05 [---snip---] > gmake: *** [j2se-build] Error 2 > > *** Error code 2 >

JDK14 fails to install

2004-12-10 Thread Tom Connolly
Hello List, I'm trying to do a fresh install of the jdk14 port and I get the following error: o linux-sun-jdk-1.4.2.05 .java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferences.java ../../../src/solaris/classes/java/util/prefs/FileSystemPreferencesFactor y.java ../../.

Re: unable to compile jdk14

2004-11-21 Thread Kris Kennaway
On Sun, Nov 21, 2004 at 07:59:40PM -0500, Antoine Solomon wrote: > Hello, I am unable to build the jdk14 port. Here are the errors that I get > > > .java ; \ > fi > /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > 'class'

unable to compile jdk14

2004-11-21 Thread Antoine Solomon
Hello, I am unable to build the jdk14 port. Here are the errors that I get .java ; \ fi /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warning: Can't detect initial thr

Re: /usr/ports/java/jdk14 - native or not? problems with build..

2004-10-07 Thread Matt Navarre
On Thursday 07 October 2004 01:59, Volker Eckert wrote: > On Tue, 5 Oct 2004, Matt Navarre wrote: > > On Tuesday 05 October 2004 02:30, Volker Eckert wrote: > >> anyway, i am getting this while trying to build that very port > >> (jdk14): > >> > >

Re: /usr/ports/java/jdk14 - native or not? problems with build..

2004-10-07 Thread Matthew Seaman
On Thu, Oct 07, 2004 at 10:59:57AM +0200, Volker Eckert wrote: > On Tue, 5 Oct 2004, Matt Navarre wrote: > >Did you try building the jdk before you had linprocfs mounted? If so, blow > >away /usr/ports/java/jdk14/work and start over. > i only mounted linprocfs after the first e

Re: /usr/ports/java/jdk14 - native or not? problems with build..

2004-10-07 Thread Volker Eckert
On Tue, 5 Oct 2004, Matt Navarre wrote: On Tuesday 05 October 2004 02:30, Volker Eckert wrote: anyway, i am getting this while trying to build that very port (jdk14): ../../../../src/share/classes/javax/rmi/PortableRemoteObject.java:22: cannot access java.rmi.RemoteException bad class file: /a

Re: /usr/ports/java/jdk14 - native or not? problems with build..

2004-10-05 Thread Matt Navarre
On Tuesday 05 October 2004 02:30, Volker Eckert wrote: > i understand that port was the native freebsd port - why do i need > linprocfs mounted and why does it depend on > /usr/local/linux-sun-jdk1.4.2/bin/javac > > anyway, i am getting this while trying to build that ver

Re: /usr/ports/java/jdk14 - native or not? problems with build..

2004-10-05 Thread Kris Kennaway
On Tue, Oct 05, 2004 at 11:30:47PM +0200, Volker Eckert wrote: > i understand that port was the native freebsd port - why do i need > linprocfs mounted and why does it depend on > /usr/local/linux-sun-jdk1.4.2/bin/javac Because you need a java compiler to compile the java compiler (thanks, sun!)

/usr/ports/java/jdk14 - native or not? problems with build..

2004-10-05 Thread Volker Eckert
i understand that port was the native freebsd port - why do i need linprocfs mounted and why does it depend on /usr/local/linux-sun-jdk1.4.2/bin/javac anyway, i am getting this while trying to build that very port (jdk14): ../../../../src/share/classes/javax/rmi/PortableRemoteObject.java:22

Re: need help: install jdk14

2004-09-21 Thread Chiang Seng Chang
I gave up fighting and go with the "system", deinstalled linux_base-debian and let "nature" take its course. -cs ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTEC

Re: need help: install jdk14

2004-09-21 Thread Lowell Gilbert
t; linux_base-7.1_7 conflicts with installed package(s): > >> linux_base-debian-3.0.23_1 > >> They install files into the same place. > >> Please remove them first with pkg_delete(1). > >>*** Error code 1 > >>Stop in /usr/ports/emul

Re: need help: install jdk14

2004-09-21 Thread Chiang Seng Chang
.1_7 ===> linux_base-7.1_7 conflicts with installed package(s): linux_base-debian-3.0.23_1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/java/linux-su

Re: need help: install jdk14

2004-09-21 Thread Lowell Gilbert
/usr/ports/emulators/linux_base. > *** Error code 1 > Stop in /usr/ports/java/linux-sun-jdk14. > *** Error code 1 > Stop in /usr/ports/java/jdk14. > > pkg_info | grep linux: > > linux_base-debian-3.0.23_1 Debian base set for the Linux mode > > pkgtools.conf: > &

jdk14 won't build on FBSD 5.x

2004-09-21 Thread Kevin A. Pieckiel
I'd like to get jdk14 to build on a FreeBSD 5.x system (right now I'm trying 5.3-BETA5), but I always get a hang at the same spot. I'm running a new installation of FreeBSD 5.3-BETA5 with sources cvs'd yesterday. I have COMPAT_LINUX in my kernel. I have linprocfs mounted o

Re: need help: install jdk14

2004-09-20 Thread Chiang Seng Chang
/compat/linux/proc (linprocfs, local) i am using: "portupgrade -vN java/jdk14" also tried: "portinstall -v java/jdk14" btw, running 5.2.1 -cs BSDjunkie wrote: --- Chiang Seng Chang <[EMAIL PROTECTED]> wrote: hi, the error: >> Checksum OK for rpm/libstdc++-2.96-112.

Re: need help: install jdk14

2004-09-20 Thread BSDjunkie
. > *** Error code 1 > Stop in /usr/ports/emulators/linux_base. > *** Error code 1 > Stop in /usr/ports/java/linux-sun-jdk14. > *** Error code 1 > Stop in /usr/ports/java/jdk14. > Chiang, Been there myself. You need to load a kernel module: kldload linprocfs.ko and then mount

need help: install jdk14

2004-09-20 Thread Chiang Seng Chang
ith installed package(s): linux_base-debian-3.0.23_1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 Stop in /usr/ports/java/linux-sun-jdk14. *** Error code 1 Stop in

Re: jdk14 not building?

2004-09-04 Thread Matthew Seaman
On Sat, Sep 04, 2004 at 04:43:00AM -0500, Mike Meyer wrote: > I'm getting the attached when trying to build jdk14, using the > linux-sun-jdk as the pre-installed jdk. > > /datmp/ports/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: > &

jdk14 not building?

2004-09-04 Thread Mike Meyer
I'm getting the attached when trying to build jdk14, using the linux-sun-jdk as the pre-installed jdk. /datmp/ports/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1: 'class' or 'interface' expected Java HotSpot(TM) Client VM warn

RE: java jdk14 install - cannot find file

2004-07-30 Thread Peter Ryan
;Make", it aborts with an error. > > It cannot find the file I just downloaded. > > The distfiles the java/jdk14 port is looking for are: > > % make -V DISTFILES > j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2-bin-scsl.zip > bsd-jdk14-patches-6.tar.gz > > T

Re: java jdk14 install - cannot find file

2004-07-30 Thread Matthew Seaman
On Fri, Jul 30, 2004 at 11:00:23AM +0800, Peter Ryan wrote: > as part of the jdk14 install, i have to > download the file j2sdk-1_4_2_04-linux-i586.bin > from the sun web site and put it into the > /usr/ports/distfiles folder. > I did that - no problem. > I can see the file l

Re: java jdk14 install - cannot find file

2004-07-29 Thread Peter Ryan
he error message to the end of the find command - so I dont think there is any spelling error) This is baffling. Thanks again Peter --- Malcolm Kay <[EMAIL PROTECTED]> wrote: > On Friday 30 July 2004 12:30, Peter Ryan wrote: > > Hi, > > > > as part of the jdk14

Re: java jdk14 install - cannot find file

2004-07-29 Thread Malcolm Kay
On Friday 30 July 2004 12:30, Peter Ryan wrote: > Hi, > > as part of the jdk14 install, i have to > download the file j2sdk-1_4_2_04-linux-i586.bin > from the sun web site and put it into the > /usr/ports/distfiles folder. > I did that - no problem. > I can see the file l

java jdk14 install - cannot find file

2004-07-29 Thread Peter Ryan
Hi, as part of the jdk14 install, i have to download the file j2sdk-1_4_2_04-linux-i586.bin from the sun web site and put it into the /usr/ports/distfiles folder. I did that - no problem. I can see the file listed in the right place. When i do the "Make", it aborts with an error. It c

Re: problem installing jdk14

2004-07-08 Thread Gustaaf Wijnands
Gustaaf Wijnands wrote: Hello all, I have been trying to install jdk14 on a machine with freebsd 5.2.1-release, but it just doesn't work. While compiling it gives this error problem solved, after removing /usr/ports/java/jdk14/works everything went smoothly. -- Gu

problem installing jdk14

2004-07-06 Thread Gustaaf Wijnands
Hello all, I have been trying to install jdk14 on a machine with freebsd 5.2.1-release, but it just doesn't work. While compiling it gives this error quote:Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location ^ 2 errors gmake[4]: *** [.compile

error in jdk14 and lang/php4

2004-06-21 Thread Tim Kellers
from lang/php4: /usr/bin/ld: warning: libSM.so.6, needed by /usr/local/lib/libungif.so, not foun d (try using -rpath or -rpath-link) /usr/bin/ld: warning: libICE.so.6, needed by /usr/local/lib/libungif.so, not fou nd (try using -rpath or -rpath-link) /usr/bin/ld: warning: libX11.so.6, needed by /

Re: Cannot compile jdk14 for Freebsd 5.2.1 - weired problem occures

2004-06-20 Thread Matthew Seaman
t; ===> jdk-1.4.2p6_4 depends on file: > > /usr/X11R6/lib/X11/fonts/URW/fonts.dir - found > > This is basically what happens: > > > > Please use `make -DWITH_DEBUG' if you want to install > > libraries and binaries > > with debugging support. > &g

Re: Cannot compile jdk14 for Freebsd 5.2.1 - weired problem occures

2004-06-20 Thread Kris Kennaway
nd > This is basically what happens: > > Please use `make -DWITH_DEBUG' if you want to install > libraries and binaries > with debugging support. > > ===> Generating temporary packing list > ===> Checking if java/jdk14 already installed > /bin/mkdir -p /

Cannot compile jdk14 for Freebsd 5.2.1 - weired problem occures

2004-06-19 Thread Lukasz Koszanski
libraries and binaries with debugging support. ===> Generating temporary packing list ===> Checking if java/jdk14 already installed /bin/mkdir -p /usr/local/jdk1.4.2 cd /usr/ports/java/jdk14/work/control/make/../build/bsd-i586/j2sdk-image && /usr/bin/find . | -pdmu -R root:wheel /u

Re: JDK14 for FreeBSD

2004-05-13 Thread Malcolm Kay
On Monday 10 May 2004 13:29, Adam Smith wrote: > On Sun, May 09, 2004 at 10:51:29PM -0500, Dan Nelson said: > > In the last episode (May 10), Adam Smith said: > > > I thought that last year FreeBSD finally got it's own version of JDK > > > which stopped us having to rely on using the Linux version.

Re: JDK14 for FreeBSD

2004-05-09 Thread Adam Smith
On Sun, May 09, 2004 at 10:51:29PM -0500, Dan Nelson said: > In the last episode (May 10), Adam Smith said: > > I thought that last year FreeBSD finally got it's own version of JDK > > which stopped us having to rely on using the Linux version. > > There is a native FreeBSD binary jdk 1.3.1, but j

Re: JDK14 for FreeBSD

2004-05-09 Thread Dan Nelson
so it can't be used. > Why, when choosing to install jdk14 from the ports, am I asked to install > the Linux version first? I thought it was supposed to be stand alone. > > ===> jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac - not > found > ===

JDK14 for FreeBSD

2004-05-09 Thread Adam Smith
Hi! I thought that last year FreeBSD finally got it's own version of JDK which stopped us having to rely on using the Linux version. Why, when choosing to install jdk14 from the ports, am I asked to install the Linux version first? I thought it was supposed to be stand alone. ===&g

Re: jdk14

2004-04-23 Thread Radu MOLNAR
> > > > Cheers, > > > > Martin > > > > On Thu, Apr 22, 2004 at 04:13:27PM +0300 or thereabouts, Radu MOLNAR wrote: > > > I have problems installing jdk14 from the ports. I searched for the error > > > and i found that i have to have linuxp

Re: jdk14

2004-04-22 Thread Radu MOLNAR
Yes, i do. On Thu, 22 Apr 2004, Martin Hudec wrote: > Hello Radu, > > and do you have linux_enable="YES" set in /etc/rc.conf? > > > Cheers, > > Martin > > > On Thu, Apr 22, 2004 at 04:13:27PM +0300 or thereabouts, Radu MOLNAR wrote

Re: jdk14

2004-04-22 Thread Matt Navarre
you have linux_enable="YES" set in /etc/rc.conf? > > > Cheers, > > Martin > > On Thu, Apr 22, 2004 at 04:13:27PM +0300 or thereabouts, Radu MOLNAR wrote: > > I have problems installing jdk14 from the ports. I searched for the error > > and i found t

Re: jdk14

2004-04-22 Thread Martin Hudec
Hello Radu, and do you have linux_enable="YES" set in /etc/rc.conf? Cheers, Martin On Thu, Apr 22, 2004 at 04:13:27PM +0300 or thereabouts, Radu MOLNAR wrote: > I have problems installing jdk14 from the ports. I searched for the error > and i found tha

jdk14

2004-04-22 Thread Radu MOLNAR
Hello list I have problems installing jdk14 from the ports. I searched for the error and i found that i have to have linuxprocfs mounted so i did that: linprocfs on /usr/compat/linux/proc (linprocfs, local) I also have installed linux_base package: linux_base-7.1_7The base set of packages

Re: Installing jdk14

2004-04-15 Thread Jorn Argelo
PROTECTED]> wrote: >Is there any way to install jdk14 without having to install XFree86 or >open-motif? > >that seems a little overkill. > >Elliot > >___ >[EMAIL PROTECTED] mailing list >http://lists.freebsd.org/mailman/l

Re: Installing jdk14

2004-04-15 Thread Matthew Seaman
On Wed, Apr 14, 2004 at 07:26:59PM -0600, Elliot Finley wrote: > Is there any way to install jdk14 without having to install XFree86 or > open-motif? > > that seems a little overkill. Hmmm... as far as I can see, you don't need OpenMotif at all, and the only bits of X Windows y

Installing jdk14

2004-04-14 Thread Elliot Finley
Is there any way to install jdk14 without having to install XFree86 or open-motif? that seems a little overkill. Elliot ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Building JDK14

2004-01-31 Thread Jeff Elkins
<[EMAIL PROTECTED]> > Sent: Friday, January 30, 2004 11:33 PM > Subject: Re: Building JDK14 > > > On Friday 30 January 2004 12:17 pm, Jorn Argelo wrote: > > > Well, it's really compiling files now, the previous time it was just 20 > > > hours at the sa

Re: Building JDK14

2004-01-31 Thread Jorn Argelo
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 11:33 PM Subject: Re: Building JDK14 > On Friday 30 January 2004 12:17 pm, Jorn Argelo wrote: > > Well, it's really compiling files now, the previous time it was just 20 > > hour

Re: Building JDK14

2004-01-30 Thread Jeff Elkins
-version is giving a good output, so it's working all right I'd > say. Interesting discussion. I obtained all the Sun source and patches and am trying to install jdk14 as well, under 5.2. Thus far: 1. enabled option COMPAT_LINUX for my kernel and rebuilt/installed rebooted. 2. m

Re: Building JDK14

2004-01-30 Thread Jorn Argelo
the linux-sun > flavor, but before building native jdk14, I make sure the other is > running by typing: > #/usr/local/linux-sun-jdk1.4.2/bin/java -version > If I get a satifactory repsponse, then I know it's good, and I proceed. > (Obviously, I'm guessing that your path will be

Re: Building JDK14

2004-01-30 Thread Duane Winner
This might be a moot point by now, but you you should also double-check to make sure that your non-native java is working before you start to build the native version. I don't use blackdown, I use the linux-sun flavor, but before building native jdk14, I make sure the other is running by t

Re: Building JDK14

2004-01-30 Thread Jorn Argelo
screen when installing the linux jdk. This happened > to me some weeks ago. The build of the native jdk then starts, but > hangs. Mounting the linux proc fs and restarting the build did solve > the problem. > > Regards, Dominik. > > On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jor

Re: Building JDK14

2004-01-30 Thread Tuc
did solve > the problem. > Would that also cause : ===> Extracting for linux-sun-jdk-1.4.2.03 >> Checksum OK for j2sdk-1_4_2_03-linux-i586.bin. ===> linux-sun-jdk-1.4.2.03 depends on file: /compat/linux/lib/libc.so.6 - found /usr/ports/java/linux-sun-jdk14/work/instal

Re: Building JDK14

2004-01-30 Thread Dominik Epple
appened to me some weeks ago. The build of the native jdk then starts, but hangs. Mounting the linux proc fs and restarting the build did solve the problem. Regards, Dominik. On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jorn Argelo wrote: > Hi all, > > I'm currently building JDK14 f

Re: Building JDK14

2004-01-29 Thread Duane Winner
That's about right. Give or take several hours, YMMV depending on your hardware :) I did jdk14 patch5 a couple of weeks ago and it took over 4 hours on my laptop (~1GHz). I'm doing jdk14 patch6 right now at this moment on Dell Precision 420. I started it about 3 hours ago, and I

RE: Building JDK14

2004-01-29 Thread Jorn Argelo
s box then I can hardly do anything anymore. Another reason why I love FreeBSD :-) Cheers, Jorn On Thursday 29 January 2004 22:04, you wrote: > On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jorn Argelo wrote: > > I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14)

Re: Building JDK14

2004-01-29 Thread Jason Stewart
On 29/01/04 21:40 +0100, Jorn Argelo wrote: > Hi all, > > I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on > FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the > ports-tree so I could compile the native one. However, it's busy

Re: Building JDK14

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jorn Argelo wrote: > I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on > FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the > ports-tree so I could compile the native one. However, it's busy

Building JDK14

2004-01-29 Thread Jorn Argelo
Hi all, I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the ports-tree so I could compile the native one. However, it's busy for almost four hours now with building it. Now my question was, do

Re: jdk14+tomcat5 crashing box

2004-01-06 Thread Sheldon Hearn
On (2003/12/31 04:55), Brett Gulla wrote: > Thanks for the input, but the problem seems to have been fixed. Here's what I > did: > 1. cvsup'd to 5.2 RC > 2. upgraded to tomcat 5.0.16 > > PS. Using native threads (-lc_r not -pthread) I believe that the problem was fixed in FreeBSD itself, becau

Re: jdk14+tomcat5 crashing box

2003-12-31 Thread Brett Gulla
Thanks for the input, but the problem seems to have been fixed. Here's what I did: 1. cvsup'd to 5.2 RC 2. upgraded to tomcat 5.0.16 PS. Using native threads (-lc_r not -pthread) Quoting Josef Grosch <[EMAIL PROTECTED]>: > > I am getting the same problem. Restarting Tomcat5 and Tomcat41 cause

Re: jdk14+tomcat5 crashing box

2003-12-31 Thread Josef Grosch
I am getting the same problem. Restarting Tomcat5 and Tomcat41 causes the system to crash. This is completly repeatable. Other Java programs such as Eclispe and Bugseeker can be restarted multiple times without problems. ** Java Version ** berkeley% java -version java version "1.4.2-p5" Java(TM)

Re: jdk14+tomcat5 crashing box

2003-12-30 Thread Lucas Holt
system: FreeBSD 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #1: Fri Nov 28 0 5:09:25 EST 2003 /usr/obj/usr/src/sys/BSD1007 i386 packages: apache-2.0.47 mod_jk-apache2-1.2.2 jakarta-tomcat-5.0.14 jdk-1.4.2p5 What threading model did you use with the JDK? Does the problem occur when starting other

jdk14+tomcat5 crashing box

2003-12-30 Thread Brett Gulla
I am experiencing a reproducable system crash. If I access a tomcat application (or use the mod_jk connector) then stop the tomcat service then restart the tomcat service, the box will crash. I'm not terribly concerned over this as I am using this box as development - porting to tomcat5 - but I w

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Steve Bertrand
> That's much help, thanks! > OK, next question... > Assuming I get OO installed, what versions of MS Office files will it open? > I have need to open MS Office *XP* files. (cross fingers) I can successfully import/export Word, excel, ppt documents successfully, and although some will say that som

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Charles Howse
#x27;s where I'm going with this, but I have to get jdk working first. > > > attempting to install jdk takes 6+ hrs on my machine. :-) > > > > I just got both working less than a week back. I first fetched the > > packages for jdk14 so that all is ready for compilat

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Eric Pogroski
> > > Envelopes and stamps which don't stick when you lick > > > them will stick to other things when you don't want > > > them to. > > > > Hi Charles: > > > > Yes, here's what I had to do: > > 1. cd /usr/ports/java/linux

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Steve Bertrand
> attempting to install jdk takes 6+ hrs on my machine. :-) > > I just got both working less than a week back. I first fetched the packages > for jdk14 so that all is ready for compilation. Just make sure you have > plenty of swap too (I needed atleast 128M). If that's your p

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Gautam Gopalakrishnan
both working less than a week back. I first fetched the packages for jdk14 so that all is ready for compilation. Just make sure you have plenty of swap too (I needed atleast 128M). If that's your problem, you could add some space in a swap file for now and then delete it later (see the handbook)

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Charles Howse
gt; > Thanks, > > Charles > > http://howse.homeunix.net:8080 > > > > Random Murphy's Law: > > Envelopes and stamps which don't stick when you lick > > them will stick to other things when you don't want > > them to. > > Hi Charles:

Re: Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-10 Thread Eric Pogroski
mps which don't stick when you lick > them will stick to other things when you don't want > them to. > Hi Charles: Yes, here's what I had to do: 1. cd /usr/ports/java/linux-sun-jdk14 && make install <-- Don't clean yet 2. cd /usr/ports/java/jdk14 &

Anyone have /usr/ports/java/jdk14 working on 4.8?

2003-12-09 Thread Charles Howse
Please tell me how you did it. My build always fails. I have /usr/local/linux-sun-jdk1.4.2 working. [EMAIL PROTECTED] /usr/local/linux-sun-jdk1.4.2/bin]# ./java -version java version "1.4.2_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03) Java HotSpot(TM) Client VM (build

Re: bsd-jdk14-patches-4.tar.gz

2003-11-15 Thread Kris Kennaway
the > patchset, bsd-jdk14-patches-4.tar.gz, from > http://www.eyesbeyond.com/freebsddom/java/jdk14.html. > Please place the patchset in /usr/ports/distfiles. > .*** Error code 1 > > > When I go to get the patch at the referenced site, I get a 'malformed url' >

Re: bsd-jdk14-patches-4.tar.gz

2003-11-15 Thread Matthew Seaman
On Sat, Nov 15, 2003 at 04:30:21PM -0600, Charles Howse wrote: > When I go to get the patch at the referenced site, I get a 'malformed url' > error, and can't download it. Try this one: http://www.eyesbeyond.com/freebsddom/java/JDK14SCSLConfirm.html Cheers, Matthew -- Dr

  1   2   >