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

Builder doxygen-solaris10-sparc Build #3894

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisiondd911648f76f313d58424805e3f22c65a4f2a76b
Got Revisiondd911648f76f313d58424805e3f22c65a4f2a76b
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 19 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 20 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 3894 Build
codebase Build
got_revision dd911648f76f313d58424805e3f22c65a4f2a76b Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision dd911648f76f313d58424805e3f22c65a4f2a76b 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. albert-github

Timing:

StartMon Jun 29 09:16:43 2026
EndMon Jun 29 09:18:23 2026
Elapsed1 mins, 40 secs

All Changes:

:

  1. Change #273096

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 27 Jun 2026 17:45:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision d9096c7fc26bf598e5788db3afa6e29193d2dfd3

    Comments

    Handling of multiple `<docs>` sections in an `<option>` section
    In the doxywizard the from translated configuration files only the first `<docs>` section in an `<option>` section was handled.
    In the different translated configuration files the handling of the specific parts for the doxywizard was, incorrectly, done with the main `<docs>` part. was missing or was incomplete.
    In the config.xml a sentence that just belongs to the documentation was placed in a main section and thus visible everywhere.

    Changed files

    • addon/doxywizard/expert.cpp
    • src/config.xml
    • src/i18n/config_de.xml
    • src/i18n/config_es.xml
    • src/i18n/config_fr.xml
    • src/i18n/config_ja.xml
    • src/i18n/config_ko.xml
    • src/i18n/config_ru.xml
    • src/i18n/config_zh_CN.xml
    • src/i18n/config_zh_TW.xml
  2. Change #273100

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 28 Jun 2026 11:28:29
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision dd911648f76f313d58424805e3f22c65a4f2a76b

    Comments

    Merge pull request #12235 from albert-github/feature/bug_translations
    Handling of multiple `<docs>` sections in an `<option>` section

    Changed files

    • no files