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

Builder doxygen-solaris10-i386 Build #3406

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

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 3406 Build
codebase Build
got_revision fa9447805d61a3680d2d151eb623def6721c8236 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision fa9447805d61a3680d2d151eb623def6721c8236 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:

StartWed May 14 21:24:26 2025
EndWed May 14 21:24:40 2025
Elapsed14 secs

All Changes:

:

  1. Change #229745

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Wed 14 May 2025 17:51:04
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 5682245103f98fe9d76b212ba7bb9056c6ffb2e1

    Comments

    Linking doxygen under Cygwin
    Since the last update of the German translator (good and necessary, #11570) the compilation under Cygwin gives problems:
    ```
    /usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796)
    /tmp/ccdnzEmx.s: Assembler messages:
    /tmp/ccdnzEmx.s: Fatal error: can't write 14 bytes to section .text of CMakeFiles/doxymain.dir/language.cpp.o: 'file too big'
    /usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796)
    /tmp/ccdnzEmx.s: Fatal error: CMakeFiles/doxymain.dir/language.cpp.o: file too big
    make[2]: *** [src/CMakeFiles/doxymain.dir/build.make:1672: src/CMakeFiles/doxymain.dir/language.cpp.o] Error 1
    ```
    
    by setting the `big-obj` option this can be overcome.

    Changed files

    • CMakeLists.txt
  2. Change #229746

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Wed 14 May 2025 21:17:09
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision fa9447805d61a3680d2d151eb623def6721c8236

    Comments

    Merge pull request #11573 from albert-github/feature/bug_cygwin_sect
    Linking doxygen under Cygwin

    Changed files

    • no files