Date: prev next · Thread: first prev next last
March 2026 Archives by date, by thread · List index


Tinderbox on Master for Linux-DbgUtil - Build # 54334 - Still Failing:
Identified problems:
* werror (generic): compiler warning sign-compare treated as error: comparison of integer 
expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} in file 
/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/filter/source/config/cache/filtercache.cxx:76:14
  * Indication 1:
    
<https://ci.libreoffice.org//job/lo_tb_master_linux_dbg/54334/consoleFull#1960345032e209b9a1-3e4c-444e-abdb-15b2afb02055>
* c++ error (generic): error: comparison of integer expressions of different signedness: ‘int’ and 
‘std::size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare] in file 
/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/filter/source/config/cache/filtercache.cxx
  * Indication 1:
    
<https://ci.libreoffice.org//job/lo_tb_master_linux_dbg/54334/consoleFull#19603450322a810015-1db5-427c-9ce2-83b5f06a5284>


Check console output at https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/54334/ to view the 
results.

Changes for Build #54320
[Mike Kaganski] Use assertXPathDoubleValue instead of CPPUNIT_ASSERT_DOUBLES_EQUAL

[Michael Weghorn] Don't rely on icons in otherwise unused hyperlinkdialog.ui

[Michael Weghorn] cui: Remove unused hyperlinkdialog.ui

[Michael Weghorn] wasm: Add .ui file for hyperlink dialog

[Michael Weghorn] tdf#130857 dbaccess: Don't define tab pages in .ui file

[Michael Weghorn] tdf#130857 qt weld: Support DB "Advanced Settings" dialog

[aron.budea] tdf#115558 sw: export embedded XLSX in chart in footnote

[Michael Weghorn] tdf#89826 Translate Italian code comments to English in tabdlg.cxx

[Ilmari Lauhakangas] tdf#147021 replace SAL_N_ELEMENTS with std::size


Changes for Build #54321
[Mike Kaganski] Simplify a bit


Changes for Build #54322
[Xisco Fauli] fast_float: upgrade to 8.2.4

[Xisco Fauli] CppunitTest_sw_ww8import: drop obsolete condition

[Xisco Fauli] CppunitTest_vcl_outdev: drop obsolete condition

[Ilmari Lauhakangas] tdf#143148 use pragma once in include/svl


Changes for Build #54323
[Xisco Fauli] comphelper: use ScopeGuard and osl_setEnvironment

[Xisco Fauli] UnoApiTest: factor out common code for setting LO_IMPORT_USE_PDFIUM

[Xisco Fauli] CppunitTest_sw_autocorrect: drop obsolete condition

[Xisco Fauli] CppunitTest_vcl_text: drop obsolete conditions

[Xisco Fauli] tdf#63756: sc_subsequent_filters_test4: Add test


Changes for Build #54324
[Xisco Fauli] sw: Re-enable a couple of tests

[Christian Lohmaier] fix JAVINTERPRETER path in verapdf.sh verification script

[Justin Luth] tdf#170602 DocxTableExportContext: restore oSdtPrToken/vBookmarkEnd


Changes for Build #54325
[Michael Weghorn] android-viewer translated using Weblate

[gerrit buildbot] Update git submodules

[Stephan Bergmann] tdf#155956 Fix Windows sdk setup script


Changes for Build #54326
[Marco Cecchetti] fix pptx font embedding issues


Changes for Build #54327
[Xisco Fauli] curl: no longer necessary to use --without-[TLS library name] options


Changes for Build #54328
[Michael Stahl] curl: add patches for CVE-2026-1965 CVE-2026-3783 CVE-2026-3784

[Xisco Fauli] curl: hyper support was dropped in 8.12


Changes for Build #54329
[Stephan Bergmann] XMLPropertyState must be a complete type here


Changes for Build #54330
No changes

Changes for Build #54331
[Neil Roberts] pyuno: fix const char* build error in dlopenwrapper.c


Changes for Build #54332
[Noel Grandin] ocCall is dead


Changes for Build #54333
[Michael Weghorn] qt: Merge QtInstance::MoveFakeCmdlineArgs into ctor

[Michael Weghorn] qt/kf: Deduplicate create_SalInstance implementations

[Michael Weghorn] qt: Merge QtInstance::{AllocFakeCmdlineArgs,CreateQApplication}

[Michael Weghorn] qt: Assign to QtInstance::m_pFakeArgvFreeable right away

[Michael Weghorn] qt: Don't allocate QtInstance::m_pFakeArgc on heap

[Michael Weghorn] vcl: Deduplicate logic to get msg dialog title for VclMessageType

[Michael Weghorn] qt: Use std::optional<OString> instead of FreeableCStr

[Michael Weghorn] vcl: Stop subclassing SalGenericSystem

[Michael Weghorn] vcl: Turn SalGenericSystem into X11Helper

[Michael Weghorn] gtk: Deduplicate GtkInstance::CreateInfoPrinter with base class impl

[Michael Weghorn] qt: Make QtInstance::useCairo static

[Michael Weghorn] qt: Only set toolkit name in QtInstance

[Michael Weghorn] vcl: Move setting toolkit name to SalInstance base class

[Michael Weghorn] vcl: Store toolkit name in SalInstance

[Michael Weghorn] vcl: Move SalInstance::updatePrintersUpdate to SalGenericInstance

[Michael Weghorn] vcl: Deduplicate SalGenericInstance::CreatePrintGraphics impls

[Michael Weghorn] vcl: Have a default SalInstance::GetPrinterQueueState impl

[Michael Weghorn] vcl: Drop redundant SalX11Display::getFrames

[Michael Weghorn] vcl: Make SalUserEventList::m_aFrames private

[Michael Weghorn] vcl: Make SalUserEventList members private

[Michael Weghorn] vcl: Drop SalGenericDisplay::registerFrame

[Michael Weghorn] vcl: Drop SvpSalInstance::{,de}registerFrame

[Michael Weghorn] vcl: Switch SvpSalFrame::m_pInstance to reference

[Michael Weghorn] vcl: Drop SalGenericDisplay::deregisterFrame

[Michael Weghorn] vcl: Drop SalGenericDisplay::SendInternalEvent

[Michael Weghorn] vcl: Drop SalGenericDisplay::DispatchInternalEvent

[Michael Weghorn] vcl: Drop SalGenericDisplay::CancelInternalEvent

[Michael Weghorn] qt: Deduplicate print-related code with SalGenericInstance


Changes for Build #54334
[Michael Weghorn] vcl: Have a default SalGenericInstance::PostPrintersChanged impl

[Michael Weghorn] vcl win: Extract print-related logic to new WindowsInstance base

[Michael Weghorn] qt: Add include for SolarMutexGuard in QtClipboard.cxx

[Michael Weghorn] vcl win: Move Skia init/cleanup to WindowsInstance

[Michael Weghorn] vcl gtk/qt: Deduplicate logic to get app icon name for icon ID

[Michael Weghorn] qt: Extract helper function to load QPixmap from stream

[Michael Weghorn] qt: Load QPixmap directly from stream in loadQPixmapIcon

[Michael Weghorn] gtk: Use existing load_icon_by_name helper
-- 
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy

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.