latest upstream build fails on linux

Stephan Bergmann sbergman at redhat.com
Wed Feb 24 14:47:56 UTC 2016


On 02/24/2016 07:59 AM, Pranav Ganorkar wrote:
> While building on 64-bit Archlinux, the build fails with:
>
> *****************************************************************************
> [LNK] Library/libdeploymentmisclo.so
> [LNK] Library/libmigrationoo2lo.so
> [LNK] Library/libmigrationoo3lo.so
> /mnt/D-Drive/LibreOffice/libreoffice/workdir/CxxObject/desktop/source/migration/services/oo3extensionmigration.o:
> In function
> `migration::OO3ExtensionMigration::scanDescriptionXml(rtl::OUString
> const&)':
> oo3extensionmigration.cxx:(.text+0x1031): undefined reference to
> `utl::SearchParam::SearchParam(rtl::OUString const&,
> utl::SearchParam::SearchType, bool, bool, bool)'
> oo3extensionmigration.cxx:(.text+0x1151): undefined reference to
> `utl::SearchParam::SearchParam(rtl::OUString const&,
> utl::SearchParam::SearchType, bool, bool, bool)'
> collect2: error: ld returned 1 exit status
> /mnt/D-Drive/LibreOffice/libreoffice/desktop/Library_migrationoo3.mk:10:
> recipe for target
> '/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libmigrationoo3lo.so'
> failed
> make[1]: ***
> [/mnt/D-Drive/LibreOffice/libreoffice/instdir/program/libmigrationoo3lo.so]
> Error 1
> make[1]: *** Waiting for unfinished jobs....
> Makefile:246: recipe for target 'build' failed
> make: *** [build] Error 2

That SearchParam ctor got a couple more parameters recently 
(1f3357013ba1f319a3bcddf4c9a658c46e8c0390), so 
desktop/source/migration/services/oo3extensionmigration.o should have 
gotten recompiled before re-linking Library/libmigrationoo3lo.so. 
Something is broken with your dependencies.



More information about the LibreOffice mailing list