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

Builder doxygen-solaris10-i386 Build #3846

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 9 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 3846 Build
codebase Build
got_revision 72618bfe287ff265a3e4f0a784417d44dc1bd378 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 72618bfe287ff265a3e4f0a784417d44dc1bd378 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 Sep 27 10:14:15 2026
EndSun Sep 27 10:14:32 2026
Elapsed16 secs

All Changes:

:

  1. Change #283315

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 22 Sep 2026 15:00:20
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision c1b39697067e770df65800acc39b6fe8adcf7b78

    Comments

    Misleading warning when `#` in section title
    When having something like:
    ```
    #MyError1 If not successful.
    ```
    we het the warning like
    ```
    warning: explicit link request to 'MyError1' could not be resolved
    ```
    although the `MyError1` can be reached, though inside section titles links don't make really sense (as can be seen whilst just `MyError1` is not linked either).
    
    Solution is to escape the #`.

    Changed files

    • src/commentscan.l
  2. Change #283316

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 27 Sep 2026 11:17:16
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 72618bfe287ff265a3e4f0a784417d44dc1bd378

    Comments

    Merge pull request #12362 from albert-github/feature/bug_section_hash
    Misleading warning when `#` in section title

    Changed files

    • no files