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

Builder doxygen-solaris10-i386 Build #3640

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionf6aa4342e8d7d0ad65e2243c8fa4ab0d9bf7884d
Got Revisionf6aa4342e8d7d0ad65e2243c8fa4ab0d9bf7884d
Changes2 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 3640 Build
codebase Build
got_revision f6aa4342e8d7d0ad65e2243c8fa4ab0d9bf7884d Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision f6aa4342e8d7d0ad65e2243c8fa4ab0d9bf7884d 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:

StartMon Feb 9 20:54:33 2026
EndMon Feb 9 20:54:46 2026
Elapsed12 secs

All Changes:

:

  1. Change #257332

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 12:26:12
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a25d390604eae2326cc801c8a92f9ff4f45587b9

    Comments

    Large white space between grouping without names
    When having something like"
    ```
    /// \file
    
    /// \{
    void foo_g();
    void bar_g();
    void baz_g();
    /// \}
    
    /// \brief text
    /// \{
    void foo_b();
    void bar_b();
    void baz_b();
    /// \}
    ```
    The spacing in the LaTeX brief  description between the 2 (anonymous) groups is a bit large, this is corrected

    Changed files

    • src/docbookgen.cpp
    • src/docbookgen.h
    • src/htmlgen.cpp
    • src/htmlgen.h
    • src/latexgen.cpp
    • src/latexgen.h
    • src/mangen.cpp
    • src/mangen.h
    • src/memberlist.cpp
    • src/outputgen.h
    • src/outputlist.h
    • src/rtfgen.cpp
    • src/rtfgen.h
    • src/vhdldocgen.cpp
  2. Change #257333

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 20:52:22
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f6aa4342e8d7d0ad65e2243c8fa4ab0d9bf7884d

    Comments

    Merge pull request #11970 from albert-github/feature/bug_latex_group
    Large white space between grouping without names

    Changed files

    • no files