Re: openoffice-1.1.1RC install without jdk

2004-03-18 Thread Dmitry Morozovsky
On Wed, 17 Mar 2004, Lowell Gilbert wrote:

LG Building OpenOffice is a huge effort anyway; the port isn't kidding
LG about needing 4GB free for build space, and it takes a long time.
LG On the system I'm trying to build it on, I have a slow processor and
LG insufficient disk space, so I'm mounting the port and the build space
LG over the network.  I wouldn't be surprised if it takes a week to build.

Yeah, our build machines (P4 2GHz/512M and AthlonXP 2200+) on reasonably fast
ATA drives both spend 10+ hours to build OO 1.1 during local package build
process...

Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]

*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-1.1.1RC install without jdk

2004-03-18 Thread Lowell Gilbert
Lowell Gilbert [EMAIL PROTECTED] writes:

 The port is under construction at the moment.  I told is explicitly to
 use my installed java:
  make CONFIGURE_ARGS+=--with-jdk-home=/usr/local/jdk1.4.2
 which solves that problem, but I haven't gotten it all the way built
 yet, so I can't be sure that's all you need to know.
 
 This particular problem seems to be caused by the makefile using
 JDKDIR and JAVAVM before defining them.  It looks like the definitions
 should be able to just get moved up, so I'm trying that, but it hasn't
 gotten far yet.

No, that doesn't do it.  I can't remember why I thought it would,
either; it doesn't actually affect the configure script.

I won't get more time to work on it for a few days, and by then there
may be more changes to the port.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-1.1.1RC install without jdk

2004-03-18 Thread Sean Welch
As an additional data point, I noticed that configure is looking for
javac so I just add /usr/local/jdk1.4.2/bin/ to root's default PATH
environment variable.  Everything ran just fine after that.  This is
under 5.2.1-RELEASE.

Sean

 The port is under construction at the moment.  I told is explicitly to
 use my installed java:
  make CONFIGURE_ARGS+=--with-jdk-home=/usr/local/jdk1.4.2
 which solves that problem, but I haven't gotten it all the way built
 yet, so I can't be sure that's all you need to know.
 
 This particular problem seems to be caused by the makefile using
 JDKDIR and JAVAVM before defining them.  It looks like the definitions
 should be able to just get moved up, so I'm trying that, but it hasn't
 gotten far yet.

No, that doesn't do it.  I can't remember why I thought it would,
either; it doesn't actually affect the configure script.

I won't get more time to work on it for a few days, and by then
there may be more changes to the port.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


openoffice-1.1.1RC install without jdk

2004-03-17 Thread Norhisham Khalil
hi all,

i'm trying to install openoffice 1.1.1RC on FreeBSD 5.2.1 release.
i also have jdk14 installed thru ports

at first openoffice give error it could not find jdk13
i have uninstalled jdk14 and  installed jdk13

when i try to install openoffice again, it's installing jdk14
as a result i'm suffering from insufficient disk for/usr.  i have 6G for
/usr
i only have XFree86 with fluxbox, firefox, thunderbird and java ,
linux/compat 
i've also removed /usr/src /usr/obj and /usr/home only 1.3MB
and yes, i did portsclean -DLC 
now, it's installing jdk14 despite jdk13 is installed

on linux discussion, it is suggested to install OO without java

how do i install openoffice without java with ports?

sham khalil

This e-mail has been sent via JARING webmail at http://www.jaring.my
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-1.1.1RC install without jdk

2004-03-17 Thread Matthew Seaman
On Wed, Mar 17, 2004 at 04:31:01PM +0800, Norhisham Khalil wrote:

 i'm trying to install openoffice 1.1.1RC on FreeBSD 5.2.1 release.
 i also have jdk14 installed thru ports
 
 at first openoffice give error it could not find jdk13
 i have uninstalled jdk14 and  installed jdk13

openoffice-1.1 explicitly depends on jdk14 -- whatever it was that was
complaining about jdk13 must have been a dependency -- perhaps
apache-ant?

OO isn't going to work without jdk14 so I'm afraid you're going to
have to re-install that.  Make sure that you list

   /usr/local/jdk1.4.2/bin/java # FREEBSD-JDK1.4.2

on the first line of /usr/local/etc/javavms, and you might try setting:

JAVA_HOME=/usr/local/jdk1.4.2

in your environment.  That should convince everything java-ish to use
the jdk14 stuff.

On the whole though, compiling OO is a real pig of a job, and most
people are better off just downloading a pre-compiled package from
http://projects.imp.ch/openoffice/

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: openoffice-1.1.1RC install without jdk

2004-03-17 Thread Lowell Gilbert
Norhisham Khalil [EMAIL PROTECTED] writes:

 i'm trying to install openoffice 1.1.1RC on FreeBSD 5.2.1 release.
 i also have jdk14 installed thru ports
 
 at first openoffice give error it could not find jdk13
 i have uninstalled jdk14 and  installed jdk13
 
 when i try to install openoffice again, it's installing jdk14
 as a result i'm suffering from insufficient disk for/usr.  i have 6G for
 /usr
 i only have XFree86 with fluxbox, firefox, thunderbird and java ,
 linux/compat 
 i've also removed /usr/src /usr/obj and /usr/home only 1.3MB
 and yes, i did portsclean -DLC 
 now, it's installing jdk14 despite jdk13 is installed
 
 on linux discussion, it is suggested to install OO without java
 
 how do i install openoffice without java with ports?

The port is under construction at the moment.  I told is explicitly to
use my installed java:
 make CONFIGURE_ARGS+=--with-jdk-home=/usr/local/jdk1.4.2
which solves that problem, but I haven't gotten it all the way built
yet, so I can't be sure that's all you need to know.

This particular problem seems to be caused by the makefile using
JDKDIR and JAVAVM before defining them.  It looks like the definitions
should be able to just get moved up, so I'm trying that, but it hasn't
gotten far yet.

Building OpenOffice is a huge effort anyway; the port isn't kidding
about needing 4GB free for build space, and it takes a long time.
On the system I'm trying to build it on, I have a slow processor and
insufficient disk space, so I'm mounting the port and the build space
over the network.  I wouldn't be surprised if it takes a week to build.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]