On 10/05/2013 06:27 AM, julien2412 wrote:
However trying to launch LO with:
./instdir/unxlngx6/program/soffice
gives:
ERROR 4 forking process

A Google search about this message gives urls from OOo in 2008!
However I gave a try to strace and noticed this:

[pid 20588] dup2(4294967295, 2)         = -1 EBADF (Bad file descriptor)
[pid 20588]
execve("/home/julien/compile-libreoffice/libo_clang/instdir/unxlngx6/program/soffice.bin",
["/home/julien/compile-libreoffice"..., "--splash-pipe=5"], [/* 43 vars */])
= -1 ENOENT (No such file or directory)

Indeed, a find of soffice.bin in LO root directory gives only
./workdir/unxlngx6/Headers/Executable/soffice.bin

Any idea? Is it linked to gbuild current changes?

That's odd (and unrelated to Clang); a plain "make" should create the executable instdir/unxlngx6/program/soffice.bin. (But the switch to instdir is relatively new, maybe you are working off an incremental build that somehow got confused?)

Stephan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to