Skip to content

poppler{-qt5}: upgrade to 24.01.0

Krassy Boykinov requested to merge chereskata/aports:poppler into master

https://poppler.freedesktop.org/releases.html

Release 24.01.0:
        core:
         * Don't crash on certain documents on the NSS signature backend
         * Fix infinite loop in some annotation code if there's not space for even one character
         * Fix build on Android with generic font configuration
         * Small internal code cleanup
  • fix community/libreoffice build:
log
[build LNK] Library/liblibreofficekitgtk.so
[build CXX] pyuno/source/loader/pyuno_loader.cxx
[build CXX] testtools/source/bridgetest/cppobj.cxx
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/helpcompiler/source/HelpLinker.cxx: In function 'bool compileExtensionHelp(const rtl::OUString&, std::u16string_view, std::u16string_view, sal_Int32, const rtl::OUString*, std::u16string_view, HelpProcessingErrorInfo&)':
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/helpcompiler/source/HelpLinker.cxx:879:41: error: invalid conversion from 'void (*)(void*, xmlErrorPtr)' {aka 'void (*)(void*, _xmlError*)'} to 'xmlStructuredErrorFunc' {aka 'void (*)(void*, const _xmlError*)'} [-fpermissive]
  879 |     xmlSetStructuredErrorFunc( nullptr, StructuredXMLErrorFunction );
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                         |
      |                                         void (*)(void*, xmlErrorPtr) {aka void (*)(void*, _xmlError*)}
In file included from /usr/include/libxml2/libxml/valid.h:15,
                 from /usr/include/libxml2/libxml/parser.h:19,
                 from /builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/helpcompiler/inc/HelpCompiler.hxx:30,
                 from /builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/helpcompiler/source/HelpLinker.cxx:20:
/usr/include/libxml2/libxml/xmlerror.h:898:57: note:   initializing argument 2 of 'void xmlSetStructuredErrorFunc(void*, xmlStructuredErrorFunc)'
  898 |                                  xmlStructuredErrorFunc handler);
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
[build CXX] testtools/source/bridgetest/bridgetest.cxx
[build CXX] unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
[build LNK] Library/libuno_cppuhelpergcc3.so.3
[build CXX] tools/source/datetime/datetime.cxx
[build CXX] tools/source/datetime/datetimeutils.cxx
make[1]: *** [/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/solenv/gbuild/LinkTarget.mk:337: /builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/workdir/CxxObject/helpcompiler/source/HelpLinker.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/ridljar/com/sun/star/lib/util/WeakMap.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/cppuhelper/source/component_context.cxx: In function 'createComponentContext':
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/cppuhelper/source/component_context.cxx:571:87: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  571 |     std::unique_ptr<ContextEntry_Init[]> mapped_entries(new ContextEntry_Init[nEntries]);
      |                                                                                       ^
/usr/include/c++/13.2.1/new:128:26: note: in a call to allocation function 'operator new []' declared here
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/cppuhelper/source/propshlp.cxx: In member function 'setFastPropertyValues':
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/cppuhelper/source/propshlp.cxx:812:64: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  812 |     std::unique_ptr<Any[]> pConvertedValues(new Any[ nHitCount ]);
      |                                                                ^
/usr/include/c++/13.2.1/new:128:26: note: in a call to allocation function 'operator new []' declared here
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^
ASSERT: "0" in /home/buildozer/aports/main/doxygen/src/doxygen-1.10.0/src/docnode.cpp (4477)
todo:12: warning: Unexpected tag <dd> found
ASSERT: "0" in /home/buildozer/aports/main/doxygen/src/doxygen-1.10.0/src/docnode.cpp (4477)
todo:14: warning: Unexpected tag <dd> found
ASSERT: "0" in /home/buildozer/aports/main/doxygen/src/doxygen-1.10.0/src/docnode.cpp (4477)
todo:15: warning: Unexpected tag <dd> found
ASSERT: "0" in /home/buildozer/aports/main/doxygen/src/doxygen-1.10.0/src/docnode.cpp (4477)
todo:16: warning: Unexpected tag <dd> found
/builds/chereskata/aports/community/libreoffice/src/libreoffice-7.6.4.1/offapi/com/sun/star/rdf/URIs.idl:318: warning: explicit link request to 'shading' could not be resolved
make: *** [Makefile:289: build] Error 2
[1;31m>>> ERROR:[1;0m [1;1mlibreoffice[1;0m: build failed
Edited by Natanael Copa

Merge request reports