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

Builder texinfo-solaris11-i386 Build #6571

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision21c230a6a5ae83decb53d2638bbad7deda81fb07
Got Revision21c230a6a5ae83decb53d2638bbad7deda81fb07
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 51 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 16 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 45 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_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 6571 Build
codebase Build
got_revision 21c230a6a5ae83decb53d2638bbad7deda81fb07 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 21c230a6a5ae83decb53d2638bbad7deda81fb07 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. Patrice Dumas

Timing:

StartSun Jul 6 12:19:21 2025
EndSun Jul 6 12:56:55 2025
Elapsed37 mins, 33 secs

All Changes:

:

  1. Change #238474

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 06 Jul 2025 11:41:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ac6bf717bd11e4f1a0f543102e7635f3930551aa

    Comments

    * tta/perl/Texinfo/Structuring.pm: fix POD.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/perl/Texinfo/Structuring.pm
  2. Change #238476

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 06 Jul 2025 11:46:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 21c230a6a5ae83decb53d2638bbad7deda81fb07

    Comments

    Move SWIG C interface part to libtexinfo-main
    * tta/C/Makefile.am (C_libtexinfo_main_sources),
    tta/C/convert/swig_interface.c, tta/C/convert/swig_interface.h,
    util/swig/Makefile.am (_Texinfo_la_SOURCES), util/swig/texinfo.i:
    rename tree_element.c as swig_interface.c, move to tta/C/convert/ and
    build as part of libtexinfo-main.
    
    * tta/C/convert/swig_interface.c (get_node_relations)
    (get_section_relations, get_heading_relations): cast int to size_t
    before doing a comparison.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/swig_interface.c
    • tta/C/convert/swig_interface.h
    • util/swig/Makefile.am
    • util/swig/README
    • util/swig/texinfo.i
    • util/swig/tree_element.c
    • util/swig/tree_element.h