Hi all,

I successfully build from scratch tag SRC680_m235, GNU/Linux Debian lenny.
Smoketest passed.

Whereas it works all right when installed, I had trouble using linkoo to
symbol link libraries for easier debug.

It seems that without the following patch:

--- solenv/bin/linkoo.beppe     2007-07-18 16:59:37.000000000 +0200
+++ solenv/bin/linkoo   2007-10-31 22:26:39.000000000 +0100
@@ -61,10 +61,11 @@
 $program_dir = 'program';
 $program_dir = 'MacOS' if ($ENV{OS} eq 'MACOSX');

-my @exceptions = ( 'cppuhelper', 'configmgr2', 'sunjavaplugin',
'libjvmfwk' );
+my @exceptions = ( 'vcl', 'cppuhelper', 'configmgr2', 'sunjavaplugin',
'libjvmfwk' );

 %replaceable = (
        $program_dir => '\.so',
+       $program_dir => '\.so$',
     $program_dir . '/resource' => '\.res$',
     $program_dir . '/classes' => '\.jar$',
     'share/config' => '\.zip$',

soffice.bin exits immediately due to errors
(signal SIGSEGV, Segmentation fault).

Anyone experiencing similar problems?
Or is it just some temporary instability?

--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to