Re: openoffice-1.1 question...

2004-03-03 Thread Alex de Kruijff
On Thu, Feb 26, 2004 at 01:12:27AM -0800, Gary Kline wrote:
 On Thu, Feb 26, 2004 at 09:03:07AM +0100, Alex de Kruijff wrote:
  On Wed, Feb 25, 2004 at 07:20:34PM -0800, Gary Kline wrote:
 Folks, 
   
 On another server I'm trying to build openoffice-1.1.
 Finally got the Java stuff to build; now I ran into
 this:
   
   ===  Configuring for openoffice-1.1.0_3
   FATAL ERROR: Autoconf version 2.50 or higher is required for this script
   *** Error code 2
   
   
 I *did* have an older autoconf installed with v 2.5.7; then
 removed the older version, and reinstalled autoconf-2.57.  
   
 So what gives?  I could install the package; but would like
 to build OOo, too.  Anybody??
  
  I take it you cvsuped? In the case that you do: I to have had problems
  with builing OOo. Then you could cvsup back in time to get one that does
  compile. You could also download the OOo port that came with FreeBSD
  5.2-RELEASE. I think I compiled that one.
  
 
 
   well, it's still building... after that autoconf trick.
   but i may not have enough room since there's only 2.6GB
   of space left is /usr.  i'll play games if i have to, 
   tho.
 
   don't i need 3 to 4GB?

You may need less if you compile java before you compile oo. Compiling
oo wil take at least 8h.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-1.1 question...

2004-02-26 Thread Alex de Kruijff
On Wed, Feb 25, 2004 at 07:20:34PM -0800, Gary Kline wrote:
   Folks, 
 
   On another server I'm trying to build openoffice-1.1.
   Finally got the Java stuff to build; now I ran into
   this:
 
 ===  Configuring for openoffice-1.1.0_3
 FATAL ERROR: Autoconf version 2.50 or higher is required for this script
 *** Error code 2
 
 
   I *did* have an older autoconf installed with v 2.5.7; then
   removed the older version, and reinstalled autoconf-2.57.  
 
   So what gives?  I could install the package; but would like
   to build OOo, too.  Anybody??

I take it you cvsuped? In the case that you do: I to have had problems
with builing OOo. Then you could cvsup back in time to get one that does
compile. You could also download the OOo port that came with FreeBSD
5.2-RELEASE. I think I compiled that one.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: openoffice-1.1 question...

2004-02-26 Thread Gary Kline
On Thu, Feb 26, 2004 at 09:03:07AM +0100, Alex de Kruijff wrote:
 On Wed, Feb 25, 2004 at 07:20:34PM -0800, Gary Kline wrote:
  Folks, 
  
  On another server I'm trying to build openoffice-1.1.
  Finally got the Java stuff to build; now I ran into
  this:
  
  ===  Configuring for openoffice-1.1.0_3
  FATAL ERROR: Autoconf version 2.50 or higher is required for this script
  *** Error code 2
  
  
  I *did* have an older autoconf installed with v 2.5.7; then
  removed the older version, and reinstalled autoconf-2.57.  
  
  So what gives?  I could install the package; but would like
  to build OOo, too.  Anybody??
 
 I take it you cvsuped? In the case that you do: I to have had problems
 with builing OOo. Then you could cvsup back in time to get one that does
 compile. You could also download the OOo port that came with FreeBSD
 5.2-RELEASE. I think I compiled that one.
 


well, it's still building... after that autoconf trick.
but i may not have enough room since there's only 2.6GB
of space left is /usr.  i'll play games if i have to, 
tho.

don't i need 3 to 4GB?

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: openoffice-1.1 question...

2004-02-26 Thread albi
On Wed, 25 Feb 2004 19:20:34 -0800
Gary Kline [EMAIL PROTECTED] wrote:

   On another server I'm trying to build openoffice-1.1.
   Finally got the Java stuff to build; now I ran into
   this:
 
 ===  Configuring for openoffice-1.1.0_3
 FATAL ERROR: Autoconf version 2.50 or higher is required for this
 script*** Error code 2
 
 
   I *did* have an older autoconf installed with v 2.5.7; then
   removed the older version, and reinstalled autoconf-2.57.  

i compiled openoffice-1.1.0_3 on my machine today and no probs
whatsoever, but i did first :
* cvsup of the ports
* portupgrade -arvy

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


Re: openoffice-1.1 question...

2004-02-25 Thread X-Istence
Gary Kline wrote:
	Folks, 

On another server I'm trying to build openoffice-1.1.
Finally got the Java stuff to build; now I ran into
this:
===  Configuring for openoffice-1.1.0_3
FATAL ERROR: Autoconf version 2.50 or higher is required for this script
*** Error code 2
	I *did* have an older autoconf installed with v 2.5.7; then
	removed the older version, and reinstalled autoconf-2.57.  

So what gives?  I could install the package; but would like
to build OOo, too.  Anybody??
	tia, 

	gary




cd /usr/local/bin/

mv autoconf autoconf.old
ln -s autoconf257 autoconf
ls -al auto*
Do that for all of em. It doesnt look for autoconf257, eventhough its 
neatly installed, it goes for autoconf which in this case is outdated :).

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


Re: openoffice-1.1 question...

2004-02-25 Thread Gary Kline
On Wed, Feb 25, 2004 at 10:48:48PM -0500, X-Istence wrote:
 Gary Kline wrote:
  Folks, 
 
  On another server I'm trying to build openoffice-1.1.
  Finally got the Java stuff to build; now I ran into
  this:
 
 ===  Configuring for openoffice-1.1.0_3
 FATAL ERROR: Autoconf version 2.50 or higher is required for this script
 *** Error code 2
 
 
  I *did* have an older autoconf installed with v 2.5.7; then
  removed the older version, and reinstalled autoconf-2.57.  
 
  So what gives?  I could install the package; but would like
  to build OOo, too.  Anybody??
 
  tia, 
 
  gary
 
 
 
 
 cd /usr/local/bin/
 
 mv autoconf autoconf.old
 ln -s autoconf257 autoconf
 ls -al auto*
 
 Do that for all of em. It doesnt look for autoconf257, eventhough its 
 neatly installed, it goes for autoconf which in this case is outdated :).
 

It works, thanks.  Maybe the port needs another patch... .

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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