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.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.