[ooo-build] ANNOUNCE: ooo-build-3.2.0.9 released (3.2 bugfix release)

Andreas Radke a.radke at arcor.de
Tue Mar 30 06:28:32 PDT 2010


Am Tue, 30 Mar 2010 15:13:32 +0200
schrieb Petr Mladek <pmladek at suse.cz>:

> 
> Does it help you to remove 
> the /tmp/go-openoffice/trunk/src/ooo-build-3.2.0.9/build/ooo320-m12/l10n 
> direcotry? It should not be there in the en-US-only build.

There no such a directory.
 
> The strange thing is that your build succeeded on x86_64. I feel that
> your i586 build tree is somehow messed. If the above does not help, I
> would suggest to try a really fresh build.
> 
> 

Cannot be. I always build in our empty chroot environment for
distribution packages.

The builds are different in usage of stlport:
        if [ "$CARCH" = "x86_64" ]; then
              EXTRAOPTS="--without-stlport"
         else EXTRAOPTS="--with-stlport"
        fi


Everything else is the same. Build process may unwanted differ a bit
because I use smp (-j6 or so).

I create our source tarball this way:

        cd ooo-build-${_GOver}
        ./configure --quiet --with-distro=ArchLinux
        ./download # --all
        pushd src; tar -cvJf ../../${pkgname}-${_ootag}.tar.xz clone;
        popd

It should either download l10n there or not fail about it.

Anything I can to do to find out why the build fails?

-Andy


More information about the ooo-build mailing list