Error Building On Debian Buster 32bit

2020-09-09 Thread Lars Meyer
Hi,

I tried to build LibreOffice on a Debian-32 box from source. I got the
following output in the shell (shortend: only the end of the messages).
I retried with 'make clean && make' with the same result.

 * ---

[DEP] LNK:Library/libacclo.so
[DEP] LNK:Library/libsotlo.so
[LNK] Library/libsotlo.so
[CXX] accessibility/source/extended/AccessibleBrowseBoxBase.cxx
[CXX] accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
/usr/bin/ld:
/home/lars/libreoffice/libo/workdir/CxxObject/sot/source/sdstor/ucbstorage.o:
warning: relocation against
`_ZThn20_N4cppu14WeakImplHelperIJN3com3sun4star2io12XInputStreamEEE7acquireEv'
in read-only section `.text'
/usr/bin/ld:
/home/lars/libreoffice/libo/workdir/CxxObject/sot/source/sdstor/ucbstorage.o:
in function `UCBStorage_Impl::Init()':
ucbstorage.cxx:(.text+0x711d): undefined reference to `non-virtual thunk
to cppu::WeakImplHelper::acquire()'
/usr/bin/ld: warning: creating DT_TEXTREL in a shared object
collect2: error: ld returned 1 exit status
make[1]: *** [/home/lars/libreoffice/libo/sot/Library_sot.mk:20:
/home/lars/libreoffice/libo/instdir/program/libsotlo.so] Fehler 1
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet
make: *** [Makefile:282: build] Fehler 2

---**---

I could compile LibreOffice on that box without any issues days before.

Regards,
Lars

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


Building Android: Issue with NDK path

2020-01-05 Thread Lars Meyer
Hi,

I tried to compile the Android version of LibreOffice following this
wiki-page:

https://wiki.documentfoundation.org/Development/BuildingForAndroid

I created an autogen.input file on Linux 64bit with:

# ARM Android
--with-distro=LibreOfficeAndroid
# or Android x86 (preferable if using an AVD Emulator)
--with-distro=LibreOfficeAndroidX86
--with-android-sdk=/home/lars/Android/Sdk
--with-android-ndk=/home/lars/Android/ndk/18.1.5063045

But if I run autogen.sh I get the error message:

checking whether to use link-time optimization... no
configure: error: Unrecognized Android NDK. Missing RELEASE.TXT or
source.properties file in /home/lars/Android/ndk/18.1.5063045.
Error running configure at ./autogen.sh line 292.

I tried the same with ndk version 20.1.5948944

(both NDK versions installed with Android Studio)

I looked into the directory of the NDK version and there is a
source.properties file available (but no RELEASE.TXT).

Is there a solution / workaround available to fix this issue and run the
build process?

Kind regards,
Lars

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


Re: LibreOffice Build failed in cppunit test for complex text

2019-03-26 Thread Lars Meyer
Hi Miklos

Am 26.03.19 um 15:14 schrieb Miklos Vajna:
> Hi,
>
> On Tue, Mar 26, 2019 at 03:07:52PM +0100, Lars Meyer  
> wrote:
>> VclComplexTextTest::testKashida finished in: 14ms
>> complextext.cxx:153:Assertion
> See if commit 3189d366497419d637042c12824601590542b2f1 helps.

thanks, it works.

Kind regards,
Lars


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

LibreOffice Build failed in cppunit test for complex text

2019-03-26 Thread Lars Meyer
Hello,

I tried to compile LibreOffice from a clean and current git checkout but
the build failed within the cppunit test for complex text. Here is the
error message from the shell:

[CUT] vcl_svm_test
[CUT] vcl_errorhandler
(anonymous namespace)::CanvasBitmapTest::runTest finished in: 607ms
VclComplexTextTest::testArabic finished in: 154ms
/home/lars/libregitrepos/libo2/vcl/qa/cppunit/complextext.cxx:153:VclComplexTextTest::testKashida
assertion failed
- Expression: pGlyphs

VclComplexTextTest::testKashida finished in: 14ms
complextext.cxx:153:Assertion
Test name: VclComplexTextTest::testKashida
assertion failed
- Expression: pGlyphs

Failures !!!
Run: 3   Failure total: 1   Failures: 1   Errors: 0


Is this a know issue? Is there a workaroud for this error?

Kind regards,
Lars

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