OOo 2.0 build errors (solved)

2005-12-06 Thread Ian Macdonald

Ian Macdonald wrote:



.
ERROR: Removing file ldapbe2.uno.so from file list.
ERROR: Removing file libxsec_fw.so from file list.
ERROR: Removing file libxsec_xmlsec.so from file list.
ERROR: Removing file libxmlsecurity.so from file list.
ERROR: Removing file xmlsec680en-US.res from file list.


***
ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
***



Dave, thanks for the response.

Just in case anyone else has the same problem, you can make it go away 
by editing the file


OOo.._src/solver/680/unxlni6.pro/bin/setup_osl_ins

to remove the text that refers to these files. The build then completes 
and OpenOffice appears to work. I guess I'll find out over the next few 
weeks if that was a really stupid thing to do.



begin:vcard
fn:Ian Macdonald
n:Macdonald;Ian
adr:;;2 Jatinga Close;Johannesburg;Gauteng;;South Africa
email;internet:[EMAIL PROTECTED]
tel;home:+ 27 11 8079356
tel;cell:+ 27 83 4414738
x-mozilla-html:FALSE
version:2.1
end:vcard

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

OOo 2.0 build errors

2005-12-04 Thread Ian Macdonald
Has anyone been able to build OOo 2.0 without mozilla? I found a post 
from Peter B Steiger with a similar problem but no reference to a 
solution. ( touching the *.so files moves the build on a couple of steps 
but it still fails with errors relating to the same files.)


The error messages suggest that the program can't remove the missing 
files from the file list because it can't find them!


It may be just a matter of removing these files from some list 
somewhere, but where to start looking?

The build fails with
.
.
SUCCESS: Source for avmedia.jar: 
/usr/src/oofice/OOo_2.0.0rc3_src/solver/680/unxlngi6.pro/bin/avmedia.jar

WARNING: Source for libxsec_fw.so not found!
WARNING: Source for libxsec_xmlsec.so not found!
WARNING: Source for libxmlsecurity.so not found!
SUCCESS: Source for libxmlsec1.so.1.2.6: 
/usr/src/oofice/OOo_2.0.0rc3_src/solver/680/unxlngi6.pro/lib/libxmlsec1.so.1.2.6

.
.
ERROR: Removing file ldapbe2.uno.so from file list.
ERROR: Removing file libxsec_fw.so from file list.
ERROR: Removing file libxsec_xmlsec.so from file list.
ERROR: Removing file libxmlsecurity.so from file list.
ERROR: Removing file xmlsec680en-US.res from file list.


***
ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
***

and the configure is

./configure --prefix=/opt/OpenOffice2 --without-fonts
--disable-fontoo --disable-mozilla --disable-openldap
--disable-odk --disable-qadevooo --disable-gnome-vfs
--disable-binfilters --with-jdk-home=/opt/jdk/jdk
--with-system-stdlibs --with-system-freetype
--with-system-zlib --with-system-jpeg --with-system-expat
--with-system-libxml --with-system-python
--with-home-ant=/opt/ant --with-package-format=native
--with-build-version=BLFS

I have been following the blfs-dev book and applied all patches plus 
xmlsec_no_mozilla-1.patch.


Any hints will be much appreciated.

begin:vcard
fn:Ian Macdonald
n:Macdonald;Ian
adr:;;2 Jatinga Close;Johannesburg;Gauteng;;South Africa
email;internet:[EMAIL PROTECTED]
tel;home:+ 27 11 8079356
tel;cell:+ 27 83 4414738
x-mozilla-html:FALSE
version:2.1
end:vcard

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: OOo 2.0 build errors

2005-11-29 Thread Andrew Benton

Peter B. Steiger wrote:

all I want is an office suite that can read
and write documents sent to me by my colleages at our Winduhs-enslaved
office.


Have you tried Abiword and Gnumeric? I install the precompiled Open Office 
because it's the only linux application that can open powerpoints. I wish there 
was a linux app that just did powerpoints.  Abiword and Gnumeric can open and 
read windows .docs and spreadsheets. If I was going to write an essay I'd write 
it in html with gedit and print it with firefox. People on windows can read 
html so it works ok sending it to tutors or whatever.
Andy
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: OOo 2.0 build errors

2005-11-28 Thread DJ Lucas

Peter B. Steiger wrote:

I just discovered that all my BLFS messages from the past month have
been caught by the Evolution filters, so I apologize if anyone responded
to questions I posted earlier and I failed to reply.  But I digress...

I spent my four-day long holiday weekend attempting to build OOo 2.0rc3
from source.  I found and fixed issues that others have reported here as
well, such as the misplaced xawt library from JDK, but now I'm stuck on
an error near the end of the instsettoo_native build.  It says:
... languages en-US ... 
... analyzing files ...
ERROR: The following files could not be found: 
ERROR: File not found: ldapbe2.uno.so

ERROR: File not found: libxsec_fw.so
ERROR: File not found: libxsec_xmlsec.so
ERROR: File not found: libxmlsecurity.so
ERROR: File not found: xmlsec680en-US.res
... cleaning the output tree ...

Two days of searching (I hate this weird dmake!  Give me a simple gnu
make script any day, thank you very much) led me to discover that it is
deliberately not building those packages because I turned off
mozilla/firefox functionality:
Mozilla disabled - no nss - no libxmlsec

So apparently it's still checking for the presence of libxmlsec even
though it's not building libxmlsec due to the absence of Mozilla
support.

I don't want interoperability with Firefox or Evolution or whatever; I
don't want clickable links; all I want is an office suite that can read
and write documents sent to me by my colleages at our Winduhs-enslaved
office.  I have looked through all the make files and I can't even find
where it's checking for those elements, so I can't tell it to skip them.
Am I going to have to build in the Mozilla extensions just to make this
compile?



Hmm...I've never tried to build without mozilla of any type.  At the 
point of build you are at now, it's just copying files from the solver 
tree to the installation folder.  You might be able to simple


for i in ldapbe2.uno libxsec_fw libxsec_xmlsec libxmlsecurity
do touch solver/src680/unxlngi6.pro/lib/$i.so
done

You'll need to double check the path though.  Also, I don't know why the 
.res file was not created.  If you've made it this far, I don't suppose 
it'll actually need those files..but I don't know for certain.  The res 
files wind up in instroot/program/resource/.


Hope that helps.

-- DJ Lucas

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page