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

Builder doxygen-solaris10-sparc Build #3763

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 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 3763 Build
codebase Build
got_revision a5c4118a22aca1d89b483b08f61979dd248a3924 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision a5c4118a22aca1d89b483b08f61979dd248a3924 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:

StartSun Apr 5 20:04:54 2026
EndSun Apr 5 20:05:22 2026
Elapsed27 secs

All Changes:

:

  1. Change #263631

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sun 05 Apr 2026 16:34:51
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 23051fbf4845d3f0a732d51947e33c6dd4835f4b

    Comments

    Warnings building Latex output
    When building the, Latex version, of the doxygen documentation or test we get in the log file te warnings like:
    ```
    LaTeX Warning: Label `doc-func-members' multiply defined.
    ```
    because the `\label` is not unique as this already was done for the `\Hypertarget`

    Changed files

    • src/latexgen.cpp
  2. Change #263632

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 05 Apr 2026 19:58:01
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a5c4118a22aca1d89b483b08f61979dd248a3924

    Comments

    Merge pull request #12080 from albert-github/feature/bug_latex_warn_labels
    Warnings building Latex output

    Changed files

    • no files