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

Builder doxygen-solaris10-i386 Build #3582

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartFri Dec 19 14:51:13 2025
EndFri Dec 19 14:51:35 2025
Elapsed21 secs

All Changes:

:

  1. Change #252764

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 19 Dec 2025 12:00:55
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4e1f911bcfa2bb622024437fcd63f2bfaa19a4b8

    Comments

    Incorrect stripping of extension of graphics files
    When having files like `base_dot.ex` and `base_dot.ex1` these files are in e.g. HTML output both showing the same output as the extension is stripped for the output (so only one e.g. `base_dot.png` file is generated).
    The "extension strip" function (`makeBaeName`) was incorrect as it stripped the extension regardless its name.
    The function has been replaced by a new function with content based on `stripExtensionGeneral` and `stripPath`).
    
    The problem occurred for the graphical formats `dot`, `msc` and `dia` and the output formats `html`, `latex` and `docbook`.
    (Although not affected th fix has also been applied for the output format `rtf` and the graphical format `plantuml` as a matter of consistency)

    Changed files

    • src/docbookvisitor.cpp
    • src/htmldocvisitor.cpp
    • src/latexdocvisitor.cpp
    • src/rtfdocvisitor.cpp
    • src/util.cpp
    • src/util.h
  2. Change #252765

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 19 Dec 2025 14:42:18
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5ad1b3b6fa34f409bf306853935c1d1d8db2204f

    Comments

    Merge pull request #11904 from albert-github/feature/bug_graph_ext
    Incorrect stripping of extension of graphics files

    Changed files

    • no files