ERROR: ERROR: Missing files
"Hailong Wang" <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <006601cad55d$84eb7a20$56c0c0c0@wanghailong> |
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: ============= Building module instsetoo_native Entering /root/work/ooo-build/build/ooo320-m12/instsetoo_native/inc_openoffice/unix Entering /root/work/ooo-build/build/ooo320-m12/instsetoo_native/inc_openoffice/windows/msi_languages Entering /root/work/ooo-build/build/ooo320-m12/instsetoo_native/macosx Nothing to build for OS LINUX and GUIBASE unx Entering /root/work/ooo-build/build/ooo320-m12/instsetoo_native/util No EPM: do no packaging at this stage WARNING! Project(s): l10n not found and couldn't be built. Dependencies on that module(s) ignored. Maybe you should correct build lists. rmdir /tmp/hm3K6B6kd1 Build succeeded ...! touch stamp/build The building result shows "Build succeeded". But there is a warning about "l10n". 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 Product: OpenOffice BuildID: 9483 Build: OOO320 No minor set Product version Installpath: /root/work/ooo-build/build/install Package format: native Not calling epm No file stripping Unzip ARCHIVE files services.rdb can be created Languages: en-US ######################################################## ... checking required files ... ...... searching zip ... Found: /usr/bin/zip ... analyzing openoffice.lst ... rmdir: failed to remove `/root/work/ooo-build/build/ooo320-m12/instsetoo_native/util/OpenOffice//logging/': Directory not empty ... reading include pathes ... ... analyzing script: /root/work/ooo-build/build/ooo320-m12/solver/320/unxlngi6.pro/bin/setup_osl.ins ... ... analyzing directories ... ... analyzing files ... ... analyzing scpactions ... ... analyzing shortcuts ... ... analyzing unix links ... ... analyzing profile ... ... analyzing profileitems ... ... analyzing modules ... ------------------------------------ ... languages en-US ... ... analyzing files ... ERROR: The following files could not be found: ERROR: File not found: kde4be1.uno.so ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_154281270264200 ... ************************************************** ERROR: ERROR: Missing files in function: remove_Files_Without_Sourcedirectory ************************************************** ************************************************** ERROR: Saved logfile: /root/work/ooo-build/build/ooo320-m12/instsetoo_native/util/OpenOffice//logging/en-US/log_OOO320_en-US.log ************************************************** Sat Apr 3 11:10:18 2010 (00:18 min.) Failed to install: at ./ooinstall line 154. make: *** [/root/work/ooo-build/build/install/program/ooenv] Error 255 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!