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

Builder texinfo-solaris10-sparc Build #5669

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2cb4b912d4fa65139d14c54ee7d07c756df76e53
Got Revision2cb4b912d4fa65139d14c54ee7d07c756df76e53
Changes7 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 39 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 8 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 23 secs )
    1. stdio
  5. shell_3 'gmake check' ( 55 mins, 38 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5669 Build
codebase Build
got_revision 2cb4b912d4fa65139d14c54ee7d07c756df76e53 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2cb4b912d4fa65139d14c54ee7d07c756df76e53 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith
  2. Patrice Dumas

Timing:

StartSun Jul 6 13:51:06 2025
EndSun Jul 6 15:38:09 2025
Elapsed1 hrs, 47 mins, 2 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
  3. Change #238485

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 06 Jul 2025 12:03:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c987d7ccd84b3d8ec7d49d49fcaa889c5eac42a2

    Comments

    * util/swig/python/Makefile.am, util/swig/Makefile.am (SUBDIRS) (BUILT_SOURCES, python/python_texinfo_wrap.c), util/swig/configure.ac (AC_CONFIG_FILES): move python specific files to the new python subdirectory.  swig is still called from util/swig/.

    Changed files

    • .gitignore
    • ChangeLog
    • util/swig/Makefile.am
    • util/swig/README
    • util/swig/configure.ac
    • util/swig/python/Makefile.am
    • util/swig/python/test_Texinfo.py
    • util/swig/test_Texinfo.py
  4. Change #238486

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 06 Jul 2025 12:13:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7f300fed84878b31e1153e47c3c4096fe97144cd

    Comments

    * util/swig/python/Makefile.am (MAINTAINERCLEANFILES): add Texinfo.py to MAINTAINERCLEANFILES.

    Changed files

    • ChangeLog
    • util/swig/python/Makefile.am
  5. Change #238487

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 06 Jul 2025 12:59:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision da2c816df3ba19c4aaa3dcf015080b654c2935d3

    Comments

    * util/swig/Makefile.am (BUILT_SOURCES, perl/perl_texinfo_wrap.c), util/swig/perl/Makefile.PL, util/swig/perl/t/01use.t, util/swig/perl/test_Texinfo.pl: preliminary Perl extension module based on the SWIG interface.

    Changed files

    • .gitignore
    • ChangeLog
    • util/swig/Makefile.am
    • util/swig/README
    • util/swig/perl/Makefile.PL
    • util/swig/perl/t/01use.t
    • util/swig/perl/test_Texinfo.pl
  6. Change #238488

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 06 Jul 2025 13:15:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 98c38b127613a12db6440e2cbb00263a0e275cdc

    Comments

    * tta/C/structuring_transfo/structuring.c (set_menus_node_directions): Declare as static.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
  7. Change #238489

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 06 Jul 2025 13:35:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2cb4b912d4fa65139d14c54ee7d07c756df76e53

    Comments

    * README-hacking: new ChangeLog after next release.

    Changed files

    • ChangeLog
    • README-hacking