Builder doxygen-solaris10-sparc Build #3653
Results:
Failed shell shell_1 shell_2
SourceStamp:
| Project | doxygen |
| Repository | https://github.com/doxygen/doxygen.git |
| Branch | master |
| Revision | 5ad1b3b6fa34f409bf306853935c1d1d8db2204f |
| Got Revision | 5ad1b3b6fa34f409bf306853935c1d1d8db2204f |
| Changes | 2 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' triggered this build
Steps and Logfiles:
-
git update ( 12 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 21 secs )
-
shell_1 'gmake' failed ( 0 secs )
-
shell_2 'gmake tests' failed ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/doxygen-solaris10-sparc | slave |
| buildername | doxygen-solaris10-sparc | Builder |
| buildnumber | 3653 | 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-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/doxygen-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Dimitri van Heeschdoxygen@gmail.com
- albert-githubalbert.tests@gmail.com
Timing:
| Start | Fri Dec 19 14:51:12 2025 |
| End | Fri Dec 19 14:51:47 2025 |
| Elapsed | 35 secs |
All Changes:
:
Change #252764
Category doxygen Changed by albert-github <albert.tests@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
Change #252765
Category doxygen Changed by Dimitri van Heesch <doxygen@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