Re: Openoffice port build failure

2003-02-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-02-04 06:15:51 -0500:
 I'm truing to build the Openoffive port on a 4.7 STABLE system (cvsuped
 main and ports about a week aho), and it's failing like this:
 
 checking for STLport4 headers... using internal stlport.
 configure: error: /usr/local/linux-jdk1.3.1/bin/javac not found set with_jdk_home

do you have java installed [properly]?

 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
 /usr/ports/editors/openoffice/work/oo_1.0.2_src/config_office/config.log
  including the output of the failure of your make command.
  Also, it might be a good idea to provide an overview of all packages
  installed on your system (e.g. an `ls /var/db/pkg`).
  *** Error code 1
  Stop in /usr/ports/editors/openoffice.

have you done what this tells you to do?
 
 What can I do to corect this?

make sure you have java installed as you should, and provide the
maintainer with the info he has requested.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Openoffice port build failure

2003-02-04 Thread Alex Huth
Hi!
 I'm truing to build the Openoffive port on a 4.7 STABLE system (cvsuped
 main and ports about a week aho), and it's failing like this:

 checking for STLport4 headers... using internal stlport.
 configure: error: /usr/local/linux-jdk1.3.1/bin/javac not found set
 with_jdk_hom
 e
 ===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
 the

 /usr/ports/editors/openoffice/work/oo_1.0.2_src/config_office/config.log
  including the output of the failure of your make command.
  Also, it might
 be a good idea to provide an overview of all
 packages installed on your
  system (e.g. an `ls /var/db/pkg`).
  *** Error code 1
  Stop in /usr/ports/editors/openoffice.

 What can I do to corect this?

I´m just building OpenOffice on 5.0 ( start was 7 hours ago ;-) ). There is a 
lot of stuff to download manually. Do this, move it to the dir´s and it seem 
to compile fine ...

maybe in 10 - 20 hours i could say if it is ok! ;-)


So long ...


Alex Huth


-- 
Unix like TeePee no windows, no gates, Apache inside.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Openoffice port build failure

2003-02-04 Thread stan
On Tue, Feb 04, 2003 at 01:34:57PM +0200, Kiril Anastasov wrote:
 i.m sorry
 ln -s /usr/local/linux-sun-jdk1.3.1 /usr/local/linux-jdk1.3.1

Thanks for the tip. Is this a result of having both the Linux jdk, and the
native one installed?

I any case, makeing this link did get me further down the road, but It's
failing now with:

rm -f libgkcontent.so
g++32 -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions
-Wall
 -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align
 -Woverloaded-virt
 ual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=k6
 -fshort-wch
 ar -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -fPIC -shared -Wl,-h
 -Wl,libgkc
 ontent.so -o libgkcontent.so  nsContentDLF.o nsContentModule.o
 nsContentHTTPStar
 tup.o  -Wl,--whole-archive ../../dist/lib/libgkconevents_s.a
 ../../dist/lib/
 libgkconhtmlcon_s.a ../../dist/lib/libgkconhtmldoc_s.a
 ../../dist/lib/libgkconht
 mlstyle_s.a ../../dist/lib/libgkconxmlcon_s.a
 ../../dist/lib/libgkconxmldoc_s.a 
 ../../dist/lib/libgkconxsldoc_s.a ../../dist/lib/libgkconxulcon_s.a
 ../../dist/l
 ib/libgkconxuldoc_s.a ../../dist/lib/libgkconxultmpl_s.a
 ../../dist/lib/libgkcon
 xbl_s.a ../../dist/lib/libgkconbase_s.a ../../dist/lib/libgkconshared_s.a
 ../..
 /dist/lib/libgkconsvgdoc_s.a ../../dist/lib/libgkcontentsvg_s.a
 -Wl,--no-whole-
 archive -L../../dist/bin -L../../dist/lib -lgkgfx -L../../dist/bin -lxpcom
 -lic
 onv -L../../dist/bin
 -L/usr/ports/editors/openoffice/work/mozilla/work/mozilla/d
 ist/lib -lplds4 -lplc4 -lnspr4 -pthread  ../../dist/lib/libunicharutil_s.a
 -L../
 ../dist/bin -lmozjs   -Wl,-Bsymbolic -lm
 nsContentModule.o: file not recognized: File truncated
 collect2: ld returned 1 exit status
 gmake[3]: *** [libgkcontent.so] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/editors/openoffice/work/mozilla/work/moz
 illa/content/build'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory
 `/usr/ports/editors/openoffice/work/mozilla/work/moz
 illa/content'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory
 `/usr/ports/editors/openoffice/work/mozilla/work/moz
 illa'

 What next?


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message