Hello,
I gave a try to tdf#129372 (FILEOPEN: PPTX: File format error found at
SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013)
with https://gerrit.libreoffice.org/c/core/+/91941.
The pb is it builds ok locally but it fails on Jenkins, eg on Linux gcc:
[build LNK] Library/libchartcontrollerlo.so
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/CxxObject/starmath/source/parse.o:
In function `SmParser::NextToken()':
parse.cxx:(.text+0x7ac): undefined reference to `u_charType_65'
collect2: error: ld returned 1 exit status
/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/solenv/gbuild/LinkTarget.mk:672:
recipe for target
'/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so'
failed
make[1]: ***
[/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so]
Error 1
I had got this same error locally but it was ok with by adding "icuuc" in 
starmath/Library_sm.mk
$(eval $(call gb_Library_use_externals,sm, \
    boost_headers \
        
    icuuc \
    icu_headers \
))
I did a "make starmath.clean && make starmath.build" to be sure.
Any thoughts?
Julien
--
Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
Context
- Patch ok locally but fails on gerrit · julien2412
 
   
 
  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.