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

Builder doxygen-solaris10-sparc Build #3833

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 12 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-unstable10s/slave/doxygen-solaris10-sparc slave
buildername doxygen-solaris10-sparc Builder
buildnumber 3833 Build
codebase Build
got_revision 311564e5131eb8c71ed6b2a7cbc25190e16053ae Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 311564e5131eb8c71ed6b2a7cbc25190e16053ae Build
scheduler schedule-doxygen-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/doxygen-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. StackAndPointer

Timing:

StartFri May 15 20:52:40 2026
EndFri May 15 20:53:20 2026
Elapsed39 secs

All Changes:

:

  1. Change #267282

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Fri 15 May 2026 12:48:36
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fde471b7b93e30dde3f43130eb5e62f3b4caef66

    Comments

    Change language switch to restart application instead of quit
    - Modified switchLanguage() to use QProcess::startDetached() to restart
      the application after saving the new language setting
    - Changed LanguageDialog button text from 'Select and Quit' to
      'Select and Restart' to reflect the new behavior
    - This provides a better user experience as the application immediately
      restarts with the new language applied

    Changed files

    • addon/doxywizard/doxywizard.cpp
    • addon/doxywizard/languagedialog.cpp
  2. Change #267283

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Fri 15 May 2026 12:49:38
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f492ee5e5a2f20bef69737bb54f8d625a7b64deb

    Comments

    Update translations for 'Select and Restart' button text
    Changed button text from 'Select and Quit' to 'Select and Restart'
    to match the new behavior of restarting the application after
    language selection.
    
    Updated translations:
    - Chinese (Simplified): 选择并重启
    - Chinese (Traditional): 選擇並重啟
    - Japanese: 選択して再起動
    - Korean: 선택 후 재시작
    - German: Auswählen und Neustart
    - French: Sélectionner et redémarrer
    - Russian: Выбрать и перезапустить
    - Spanish: Seleccionar y reiniciar

    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 #267284

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 15 May 2026 20:45:13
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 311564e5131eb8c71ed6b2a7cbc25190e16053ae

    Comments

    Merge pull request #12157 from StackAndPointer/improve-language-switch

    Changed files

    • no files