[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 11 21:12:08 UTC 2020


 solenv/gbuild/extensions/pre_MergedLibsList.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e53ea908b7c791fdcd424cf7b0c8716d3b7b54a0
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Feb 11 17:49:27 2020 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Feb 11 22:11:31 2020 +0100

    Fix duplicate "stringresource" in MERGE_LIBRARY_LIST
    
    ...where both entries were added with 40fe721462df5bedacddc8829cefc3d739cf940f
    "add some more libs to libmerged", and defining Library_stringresource in
    scripting/Module_scripting.mk is conditional on BUILD_TYPE SCRIPTING.
    
    This will hopefully fix
    <https://ci.libreoffice.org/job/lo_callgrind_linux/7884/> (which apparently uses
    --enable-mergelibs),
    
    > /usr/bin/ld: /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/workdir/CxxObject/scripting/source/stringresource/stringresource.o: in function `stringresource::StringResourceImpl::isReadOnly()':
    > /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/scripting/source/stringresource/stringresource.cxx:297: multiple definition of `stringresource::StringResourceImpl::isReadOnly()'; /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/workdir/CxxObject/scripting/source/stringresource/stringresource.o:/home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/scripting/source/stringresource/stringresource.cxx:297: first defined here
    > /usr/bin/ld: /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/workdir/CxxObject/scripting/source/stringresource/stringresource.o: in function `stringresource::StringResourceImpl::loadLocale(stringresource::LocaleItem*)':
    > /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/scripting/source/stringresource/stringresource.cxx:659: multiple definition of `stringresource::StringResourceImpl::loadLocale(stringresource::LocaleItem*)'; /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/workdir/CxxObject/scripting/source/stringresource/stringresource.o:/home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/scripting/source/stringresource/stringresource.cxx:659: first defined here
    [...]
    
    Change-Id: Ie667487bced048d3b0b0081a9fa4abafa090f02b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88468
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Jenkins

diff --git a/solenv/gbuild/extensions/pre_MergedLibsList.mk b/solenv/gbuild/extensions/pre_MergedLibsList.mk
index e20cec20344e..03a64792d191 100644
--- a/solenv/gbuild/extensions/pre_MergedLibsList.mk
+++ b/solenv/gbuild/extensions/pre_MergedLibsList.mk
@@ -49,7 +49,6 @@ MERGE_LIBRARY_LIST := \
 	sot \
 	$(if $(DISABLE_GUI),,spl) \
 	$(call gb_Helper_optional,SCRIPTING,stringresource) \
-	stringresource \
 	svl \
 	svt \
 	svx \


More information about the Libreoffice-commits mailing list