Re: ERROR: ERROR: Missing files

Petr Mladek <[email protected]>
Newsgroups gmane.comp.gnome.ximian.openoffice
Message-ID <[email protected]>
Hi Hailong,

I am sorry for the late replay. I had a fever over the weekend...

On Saturday 03 April 2010, Hailong Wang wrote:
> Hi,
>
> I build ooo-build-3-2 in my UbuntuKarmic using following commands:
>
> =============
> ./autogen.sh --with-distro=UbuntuKarmic --without-stlport --disable-kde4
> ./download
> make
>
> After "make", I got the building message:
>
> WARNING! Project(s):
> l10n
>
> not found and couldn't be built. Dependencies on that module(s) ignored.
> Maybe you should correct build lists.

This is just warning and it is expected when you do the en-US only build.

> Then I run the command: make dev-install. I got the error message:
>
> ########################################################
> make_installer.pl, version 1.0
> Product list file: openoffice.lst
> Taking setup script from solver
> Unpackpath: /root/work/ooo-build/build/ooo320-m12/instsetoo_native/util
> Compiler: unxlngi6
[...]
> ... analyzing modules ...
> ------------------------------------
> ... languages en-US ...
> ... analyzing files ...
> ERROR: The following files could not be found:
> ERROR: File not found: kde4be1.uno.so
[...]

> I want to know why the error "File not found: kde4be1.uno.so" happen? I
> have config using "--disable-kde4". How to resove it ? Thank you!

The instaler gets the list of required files from the module 
/root/work/ooo-build/build/ooo320-m12/scp2.

kde4be1 is correctly listed only when ENABLE_KDE4 is defined, see 
scp2/source/kde/file_kde.scp. I expect that you built the scp2 module before 
you reconfigured the build with "--disable-kde4".

I expect that it will help you to rebuild and deliver the module scp2:

    cd /root/work/ooo-build/build/ooo320-m12/
    source Linux*Env.Set.sh
    cd scp2
    mv unxlngi6.pro unxlngi6.pro.old1
    build 2>&1 | tee build.1.log
    deliver


-- 
Best Regards,

Petr Mladek
software developer
---------------------------------------------------------------------  
SUSE LINUX, s. r. o.                        e-mail: [email protected]
Lihovarská 1060/12                          tel: +420 284 028 952
190 00 Prague 9                             fax: +420 284 028 951
Czech Republic                              http://www.suse.cz/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.