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

Builder doxygen-solaris10-i386 Build #3804

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisiona0fcf5a295a2793468939254121d7deee584f39e
Got Revisiona0fcf5a295a2793468939254121d7deee584f39e
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartSun Jun 14 14:49:17 2026
EndSun Jun 14 14:49:30 2026
Elapsed12 secs

All Changes:

:

  1. Change #270913

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 02 Jun 2026 11:45:17
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3c653173485a9a10e7ce332407cb9d3d956fc25e

    Comments

    Navigation tree doesn't render due to `\n` in output
    Due to a construct like:
    ```
    ---
    Example:
      - -w '%{response_code}\n' $URL
    ---
    
    # Section
    
    Section
    
    ## Sub Section
    subsection
    ```
    
    where the GitHub construct with the `---` is always interpreted as a header.
    By removing the the `\n` from the navtree JavaScript output the problem is solved.

    Changed files

    • src/ftvhelp.cpp
  2. Change #270914

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 13 Jun 2026 18:16:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4ab71b05082e2727b09e1554b00fcf6743906222

    Comments

    Corrections in translator report
    - correctly sorting non up to date translators (sorting didn't work properly as 1.16.0 came after 1.4.6)
    - suppress "almost up to date list" when no items present
    - word `obsolete` is not correct should be `incomplete`
    - `&#160;` appeared in the official output in the documentations, use `&nbsp;` (remainder of when everything was still governed by `\htmlonly` and `\latexonly`.

    Changed files

    • doc/translator.py
  3. Change #270915

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 14 Jun 2026 11:10:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision e51f8c3737a9c3760493f586effb400f08105973

    Comments

    Unnecessary line break signs in LaTeX
    For the doxygen documentation (internationalization table) some code is generated like:
    ```
      <tr bgcolor="#ffffff">
        <td bgcolor="#ff5555">Serbian</td>
        <td>Dejan Milosavljevic</td>
        <td><span style="color: brown">[unreachable]</span></td>
        <td bgcolor="#ff5555">1\.6\.0</td>
      </tr>
    ```
    in LaTeX this results in:
    ```
    Serbian&Dejan Milosavljevic&\+[unreachable]\+&1.6.0\\
    ```
    
    and in the resulting pdf file we see some strange line-break signs (due to the `\+`).
    The `\+` at the end of the string does not really make sense, so removed (with the `\_` command also the `\+` had to be removed).

    Changed files

    • src/latexgen.cpp
  4. Change #270916

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 14 Jun 2026 14:38:52
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 116d152ccfb44b324c3bb5d6e18cf457da000185

    Comments

    Merge pull request #12207 from albert-github/feature/bug_translator_report
    Corrections in translator report

    Changed files

    • no files
  5. Change #270917

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 14 Jun 2026 14:39:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c9905aa99ce0fcfe4403a85fde7f468547e4b27b

    Comments

    Merge pull request #12191 from albert-github/feature/bug_navtree
    Navigation tree doesn't render due to `\n` in output

    Changed files

    • no files
  6. Change #270918

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

    Comments

    Merge pull request #12208 from albert-github/feature/bug_latex_line
    Unnecessary line break signs in LaTeX

    Changed files

    • no files