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

Builder doxygen-solaris10-i386 Build #3729

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisiond4a2c26451e537aa321f10d2483c67fc227eaf9e
Got Revisiond4a2c26451e537aa321f10d2483c67fc227eaf9e
Changes2 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 3729 Build
codebase Build
got_revision d4a2c26451e537aa321f10d2483c67fc227eaf9e Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision d4a2c26451e537aa321f10d2483c67fc227eaf9e 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 Apr 30 18:53:37 2026
EndThu Apr 30 18:53:55 2026
Elapsed17 secs

All Changes:

:

  1. Change #266013

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Thu 30 Apr 2026 17:23:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f56cedfd705d2b1e96b16311806bd343f22d05e6

    Comments

    Fix translation resource embedding for static Qt builds
    - Changed QFileInfo::exists() to QFile::exists() in qmFilePath() to
      properly detect Qt resource files (QFileInfo does not work with
      the ':/' resource path prefix)
    - Added conditional check in CMakeLists.txt to only generate
      translations.qrc when QM files are available
    - This fixes language switching in release builds with static Qt linking

    Changed files

    • addon/doxywizard/CMakeLists.txt
    • addon/doxywizard/translationmanager.cpp
  2. Change #266014

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 30 Apr 2026 18:50:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d4a2c26451e537aa321f10d2483c67fc227eaf9e

    Comments

    Merge pull request #12112 from StackAndPointer/embed-translation-resources
    Fix translation resource embedding for static Qt builds

    Changed files

    • no files