Builder doxygen-solaris10-sparc Build #3871
Results:
Failed shell shell_1 shell_2
SourceStamp:
| Project | doxygen |
| Repository | https://github.com/doxygen/doxygen.git |
| Branch | master |
| Revision | c7f4ebf59ebfee42c0b7b7a4f0377f8f3218493e |
| Got Revision | c7f4ebf59ebfee42c0b7b7a4f0377f8f3218493e |
| Changes | 2 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' triggered this build
Steps and Logfiles:
-
git update ( 9 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 11 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 | 3871 | Build |
| codebase | Build | |
| got_revision | c7f4ebf59ebfee42c0b7b7a4f0377f8f3218493e | Git |
| project | doxygen | Build |
| repository | https://github.com/doxygen/doxygen.git | Build |
| revision | c7f4ebf59ebfee42c0b7b7a4f0377f8f3218493e | 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 | Thu Jun 11 22:19:10 2026 |
| End | Thu Jun 11 22:19:31 2026 |
| Elapsed | 21 secs |
All Changes:
:
Change #270525
Category doxygen Changed by albert-github <albert.tests@gmail.com> Changed at Thu 11 Jun 2026 11:57:57 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision 6985a2ef063773c1f3ccd3755fdf6b7f81f44f4c Comments
Enhancing and corrections of `configgen.py` in respect to `-sync` - add check on `generator` part of the xml files - split `-sync` in 2 "commands" `-sync` for just checking and `-auto` for checking and correction - avoid code duplication (`collectOptions`) - correct usage of optional 3rd argumenta with `-sync` (and `-auto`) as it was always required, now when not present `i18n` is used. - corrected some messages - corrected adding part in groups when a "missing" item was found it was added to the first "group" in the translation file instead of the group it belongs to (when the group is not present the first group is still used as fallback) - remove white space at end of the lines in the corrected translation file
Changed files
- src/configgen.py
Change #270526
Category doxygen Changed by Dimitri van Heesch <doxygen@gmail.com> Changed at Thu 11 Jun 2026 22:12:45 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision c7f4ebf59ebfee42c0b7b7a4f0377f8f3218493e Comments
Merge pull request #12202 from albert-github/feature/bug_dw_configgen Enhancing and corrections of `configgen.py` in respect to `-sync`
Changed files
- no files