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

Builder texinfo-solaris10-sparc Build #5704

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisioneff5b2c2289c8a6388545ef527d60cea2a02589d
Got Revisioneff5b2c2289c8a6388545ef527d60cea2a02589d
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 39 mins, 53 secs )
    1. stdio
  3. shell_1 './configure' ( 12 mins, 52 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' ( 48 mins, 12 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 5704 Build
codebase Build
got_revision eff5b2c2289c8a6388545ef527d60cea2a02589d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision eff5b2c2289c8a6388545ef527d60cea2a02589d 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. Patrice Dumas

Timing:

StartMon Jul 14 18:12:11 2025
EndMon Jul 14 20:09:59 2025
Elapsed1 hrs, 57 mins, 48 secs

All Changes:

:

  1. Change #239751

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 16:46:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4245425c6b32417261325ffe474ebc5f4136d4ef

    Comments

    * tta/configure.ac: use enable_xs instead of disable_xs, as disable_xs does not exist.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/configure.ac
    • tta/swig/configure.ac
  2. Change #239752

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 17:02:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1c8d0009d640c74ff5310eed1b726b37fd21954a

    Comments

    * tta/configure.ac (CC, CFLAGS, CPPFLAGS, LDFLAGS): set CC, CFLAGS, CPPFLAGS and LDFLAGS to PERL_EXT_* values only if enable_xs is not no. That way, a 'pure C' build of the libraries does not use the PERL_EXT_* variables but the regular C variables.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/configure.ac
  3. Change #239756

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 17:48:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision eff5b2c2289c8a6388545ef527d60cea2a02589d

    Comments

    * tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert): check that get_label_element returns something for a node direction.
    * tta/perl/Texinfo/ParserNonXS.pm (_raw_line_command_arg_spaces)
    (_handle_line_command): avoid autovivification.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/TexinfoMarkup.pm
    • tta/perl/Texinfo/ParserNonXS.pm