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

Builder doxygen-solaris10-i386 Build #3415

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision2bca55cf048f7c3a1aa4152555c28efebd782639
Got Revision2bca55cf048f7c3a1aa4152555c28efebd782639
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 9 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 3415 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. albert-github

Timing:

StartTue May 20 20:04:00 2025
EndTue May 20 20:04:14 2025
Elapsed14 secs

All Changes:

:

  1. Change #230321

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@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