Re: Can't compile from source, i18npool project segfaults with parallel build

2012-03-16 Thread Norbert Thiebaud
On Fri, Mar 16, 2012 at 4:44 AM, Thorsten Behrens
t...@documentfoundation.org wrote:
 uh.li...@gmail.com wrote:
 I'm trying to build LibreOffce 3.5 and 3.5.1 from source, but build always
 failed with i18npool project. I'm using parallel build. Same build script
 compiles 3.4.5 and older versions. Tested with x86 and x86_64 machine. GCC
 4.5.2. Making with -j1 in i18npool wokks, but automatic building
 whole suite
 with -j1 takes very long time. Can anybody confirm this? What additional
 information is needed?

 Hi there,

 please provide more information on the specific failure. From your
 description, it seems you might hit a gnumake bug - what is your
 gnumake version?

 You might want to try a self-built make:

  git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
  cd dev-tools/make-3.82-gbuild
  ./configure  make

 and then in your build shell

  export GNUMAKE=path/to/your/selfbuild/make

An alternative is

./configure --prefix=/opt/lo  make
sudo make install

then there is no need to export GNUMAKE since lo's configure will
search /opt/lo/bin for make

Norbert
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Can't compile from source, i18npool project segfaults with parallel build

2012-03-16 Thread Michael Meeks
Hi there,

On Fri, 2012-03-16 at 07:03 +0400, uh.li...@gmail.com wrote:
 I'm trying to build LibreOffce 3.5 and 3.5.1 from source, but build always
 failed with i18npool project. I'm using parallel build. Same build script
 compiles 3.4.5 and older versions. Tested with x86 and x86_64 machine. GCC
 4.5.2. Making with -j1 in i18npool wokks, but automatic building whole 
 suite

Wow - that is bad :-) so - of course, we'd love to fix that properly.
Do you get a core-dump that can be analysed ? which tool crashes ? can
you do:

$ ulimit -c unlimited

and reproduce the problem, then poke at the result of running 'strings'
on the core-dump (or whatever means you like) to work out what went
wrong and where ?

 with -j1 takes very long time. Can anybody confirm this? What
 additional information is needed?

As above would be good, and yes -j1 is really not ideal :-) I wonder
what is causing that.

Are you certain you have the latest gnumake version 3.82 ? there are
known bugs in older versions :-)

Thanks !

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

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


Re: Can't compile from source, i18npool project segfaults with parallel build

2012-03-16 Thread uh.li...@gmail.com

16.03.2012 13:44, Thorsten Behrens пишет:

uh.li...@gmail.com wrote:

I'm trying to build LibreOffce 3.5 and 3.5.1 from source, but build always
failed with i18npool project. I'm using parallel build. Same build script
compiles 3.4.5 and older versions. Tested with x86 and x86_64 machine. GCC
4.5.2. Making with -j1 in i18npool wokks, but automatic building
whole suite
with -j1 takes very long time. Can anybody confirm this? What additional
information is needed?


Hi there,

please provide more information on the specific failure. From your
description, it seems you might hit a gnumake bug - what is your
gnumake version?

You might want to try a self-built make:

  git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
  cd dev-tools/make-3.82-gbuild
  ./configure  make

and then in your build shell

  export GNUMAKE=path/to/your/selfbuild/make

HTH,

-- Thorsten
Oh, great thanks. The problem was of outdated gnumake. It was 3.81. Now 
everything is fine.


--
Без гнева и пристрастий. Без Windows и глюков.
wbr, Eugene Mikhaylov
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Can't compile from source, i18npool project segfaults with parallel build

2012-03-15 Thread uh.li...@gmail.com


I'm trying to build LibreOffce 3.5 and 3.5.1 from source, but build always
failed with i18npool project. I'm using parallel build. Same build script
compiles 3.4.5 and older versions. Tested with x86 and x86_64 machine. GCC
4.5.2. Making with -j1 in i18npool wokks, but automatic building whole 
suite

with -j1 takes very long time. Can anybody confirm this? What additional
information is needed?
--
Без гнева и пристрастий. Без Windows и глюков.
wbr, Eugene Mikhaylov
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice