[ooo-build] dmake: Error code 4, while making '../../../unxlngi6.pro/slb/dbui.lib'

Petr Mladek pmladek at suse.cz
Thu Apr 1 05:37:49 PDT 2010


On Thursday 01 April 2010, Hailong Wang wrote:
> I cannot find useful message.  The attatchment  is build logs.

I think that the Error code 4 is returned by the command:
--- cut ---
nm `cat ../../../unxlngi6.pro/slb/dbui.lib | sed 
s\#'^'unxlngi6.pro\#../../../unxlngi6.pro\#g` 
> ../../../unxlngi6.pro/slb/dbui.dump
--- cut ---

It is called just before the error message, see build.sw-verbose.1.log

It is hard to say why it failed. Some interesting error messages from the 
command 'nm' might be 
in /root/work/ooo-build/build/ooo320-m12/sw/unxlngi6.pro/slb/dbui.dump

You should check or send us the file.

Also you might try to run the command manually and do 'sed" and 'nm' in two 
steps:

cd /root/work/ooo-build/build/ooo320-m12/sw/source/ui/dbui
cat ../../../unxlngi6.pro/slb/dbui.lib | sed \
    s\#'^'unxlngi6.pro\#../../../unxlngi6.pro\#g >modules.list
nm `cat modules.list`


-- 
Best Regards,

Petr Mladek
software developer
---------------------------------------------------------------------  
SUSE LINUX, s. r. o.                        e-mail: pmladek at suse.cz
Lihovarská 1060/12                          tel: +420 284 028 952
190 00 Prague 9                             fax: +420 284 028 951
Czech Republic                              http://www.suse.cz/


More information about the ooo-build mailing list