Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder doxygen-solaris10-i386 Build #3740

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisiona327e0241d642879d7188b84e3b07345fd16dc68
Got Revisiona327e0241d642879d7188b84e3b07345fd16dc68
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 10 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3740 Build
codebase Build
got_revision a327e0241d642879d7188b84e3b07345fd16dc68 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision a327e0241d642879d7188b84e3b07345fd16dc68 Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. StackAndPointer

Timing:

StartThu May 7 20:32:36 2026
EndThu May 7 20:32:52 2026
Elapsed16 secs

All Changes:

:

  1. Change #266537

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Thu 07 May 2026 16:48:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6ee70e72990cf9a1b9ae31197a7abd5eb4264291

    Comments

    Fix translation resource embedding and language switching issues
    CMakeLists.txt fixes:
    - Use DOXYWIZARD_TRANSLATION_FILES to compute .qm file paths at configure time
      instead of relying on qt_add_translation output variable which may be empty
    - Add OBJECT_DEPENDS property to ensure .qm files are generated before resource compilation
    - Use full paths in .qrc file for reliable resource embedding
    
    doxywizard.cpp fixes:
    - Add support for English language code 'en' in isLanguageCodeSupported()
      (English is the default language and has no doxywizard_en.qm file)
    - Fix switchLanguage() to properly save language setting with sync() call
    - Remove redundant local QSettings variable
    
    These changes ensure translations are properly embedded in static Qt builds
    and language switching works correctly after application restart.

    Changed files

    • addon/doxywizard/CMakeLists.txt
    • addon/doxywizard/doxywizard.cpp
  2. Change #266538

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Thu 07 May 2026 16:54:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e2a210a0bc8cf490d84b9ba89fcd55411178eccf

    Comments

    Add missing 'Description' translation to all translation files
    The 'Description' string used in Expert::createTopicContents() was
    not translated because it was missing from all translation files.
    
    Added translations for:
    - Chinese (Simplified): 描述
    - Chinese (Traditional): 描述
    - Japanese: 説明
    - Korean: 설명
    - German: Beschreibung
    - French: Description
    - Russian: Описание
    - Spanish: Descripción

    Changed files

    • addon/doxywizard/i18n/doxywizard_de.ts
    • addon/doxywizard/i18n/doxywizard_es.ts
    • addon/doxywizard/i18n/doxywizard_fr.ts
    • addon/doxywizard/i18n/doxywizard_ja.ts
    • addon/doxywizard/i18n/doxywizard_ko.ts
    • addon/doxywizard/i18n/doxywizard_ru.ts
    • addon/doxywizard/i18n/doxywizard_zh_CN.ts
    • addon/doxywizard/i18n/doxywizard_zh_TW.ts
  3. Change #266539

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 07 May 2026 20:27:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a327e0241d642879d7188b84e3b07345fd16dc68

    Comments

    Merge pull request #12128 from StackAndPointer/sync-upstream-20250430
    I've fixed some issues, such as language switching problems, translation resource problems, and more.

    Changed files

    • no files