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

Builder doxygen-solaris10-sparc Build #3925

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartWed Aug 12 19:03:56 2026
EndWed Aug 12 19:04:17 2026
Elapsed21 secs

All Changes:

:

  1. Change #278017

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 19:00:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision a7ed71f63c523dbdc620f50bfae0cba68bdc8239

    Comments

    issue #9502 Fortran containing a single apostrophe (') in comments interferes with Doxygen parsing.
    In the preprocessor we have to ignore Fortran comment not only at the beginning of the line but also after a statement like INTEGER :: I !< The user's comment.
    Furthermore in Fortran fixed format code also lines that have C, c or * at the first position should be skipped (see also util.cpp and commentcnv.l).
    (Redo of original fix #9503)

    Changed files

    • src/pre.l
  2. Change #278018

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 12 Aug 2026 20:40:35
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1452ba377d5d9a5b19f2a8a3c482d21c0c723a90

    Comments

    Merge pull request #12280 from albert-github/feature/issue_9502_2
    issue #9502 Fortran containing a single apostrophe (') in comments interferes with Doxygen parsing.

    Changed files

    • no files