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

Builder texinfo-solaris11-i386 Build #5785

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiona2f53d4fdf1074fd2b19ce01071372f001d81070
Got Revisiona2f53d4fdf1074fd2b19ce01071372f001d81070
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 3 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 50 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 1 mins, 47 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 20 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 5785 Build
codebase Build
got_revision a2f53d4fdf1074fd2b19ce01071372f001d81070 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision a2f53d4fdf1074fd2b19ce01071372f001d81070 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartFri Oct 18 17:58:36 2024
EndFri Oct 18 18:15:12 2024
Elapsed16 mins, 35 secs

All Changes:

:

  1. Change #212102

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 18 Oct 2024 17:47:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a2f53d4fdf1074fd2b19ce01071372f001d81070

    Comments

    Remove C++ source files
    * tp/Texinfo/XS/convert/call_html_cxx_function.cpp,
    * tp/Texinfo/XS/convert/call_html_cxx_function.h: remove
    
    * tp/Texinfo/XS/configure.ac: Remove AC_PROG_CXX check and
    check if C++ hashmap can be used.
    * tp/Texinfo/XS/Makefile.am (teximakehtml):
    Build without options for C++.
    
    * tp/Texinfo/XS/main/converter_types.h
    (enum ids_data_type): remove IDT_cxx_hashmap
    (CONVF_cxx_hashmap): remove
    
    * tp/Texinfo/XS/convert/converter.c (new_converter) [HAVE_CXX_HASHMAP],
    * tp/Texinfo/XS/convert/html_prepare_converter.c
    (html_prepare_conversion_units, html_register_id)
    (html_id_is_registered)  [HAVE_CXX_HASHMAP],
    * tp/Texinfo/XS/convert/html_converter_finish.c
    (html_reset_converter, html_free_converter) [HAVE_CXX_HASHMAP]:
    Remove all code.

    Changed files

    • ChangeLog
    • tp/Texinfo/XS/Makefile.am
    • tp/Texinfo/XS/configure.ac
    • tp/Texinfo/XS/convert/call_html_cxx_function.cpp
    • tp/Texinfo/XS/convert/call_html_cxx_function.h
    • tp/Texinfo/XS/convert/converter.c
    • tp/Texinfo/XS/convert/html_converter_finish.c
    • tp/Texinfo/XS/convert/html_prepare_converter.c
    • tp/Texinfo/XS/main/converter_types.h