Builder doxygen-solaris10-sparc Build #3477
Results:
Failed shell shell_1 shell_2
SourceStamp:
Project | doxygen |
Repository | https://github.com/doxygen/doxygen.git |
Branch | master |
Revision | 2bca55cf048f7c3a1aa4152555c28efebd782639 |
Got Revision | 2bca55cf048f7c3a1aa4152555c28efebd782639 |
Changes | 1 change |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-sparc' triggered this build
Steps and Logfiles:
-
git update ( 33 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 12 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 | 3477 | Build |
codebase | Build | |
got_revision | 2bca55cf048f7c3a1aa4152555c28efebd782639 | Git |
project | doxygen | Build |
repository | https://github.com/doxygen/doxygen.git | Build |
revision | 2bca55cf048f7c3a1aa4152555c28efebd782639 | 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:
- albert-githubalbert.tests@gmail.com
Timing:
Start | Tue May 20 20:03:58 2025 |
End | Tue May 20 20:04:44 2025 |
Elapsed | 45 secs |
All Changes:
:
Change #230321
Category doxygen Changed by albert-github <albert.tests @gmail.com>Changed at Mon 19 May 2025 10:24:54 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision 2bca55cf048f7c3a1aa4152555c28efebd782639 Comments
Tables without any rows result in error in LaTeX Based on the analyses in comment https://github.com/doxygen/doxygen/issues/8049#issuecomment-2888917859 where a lone `<table>` tag was identified which resulted in an empty table in the LaTeX output. which resulted in the error: ``` ! Missing # inserted in alignment preamble. <to be read again> \cr l.24 \end{longtabu} ? ``` when building the pdf file. Source code: ``` /** * Defines the style from attributes and properties of an AbiWord <table>. */ void fetchAttributesFromAbiTable(const PP_AttrProp* pAP) { } ``` Empty tables (i.e. tables without any rows are discarded.
Changed files
- src/docnode.cpp