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

Builder texinfo-solaris10-sparc Build #5891

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 0 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 48 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 5891 Build
codebase Build
got_revision eefd88d448e22fceba449f44a8e43fd1d64858af Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision eefd88d448e22fceba449f44a8e43fd1d64858af 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:

StartSun Aug 24 20:32:13 2025
EndSun Aug 24 22:05:00 2025
Elapsed1 hrs, 32 mins, 46 secs

All Changes:

:

  1. Change #243833

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 24 Aug 2025 20:00:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cf2083b3425d4f3f286d0ae7b8c539e103ae88eb

    Comments

    * tta/C/texi2any.c (check_integer_option, main): add check_integer_option that aborts with an error message similar the the one in Perl if an integer option is not an integer.  Call for the options that are integer and not obsolete.

    Changed files

    • ChangeLog
    • tta/C/texi2any.c
  2. Change #243834

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 24 Aug 2025 20:28:18
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision eefd88d448e22fceba449f44a8e43fd1d64858af

    Comments

    * tta/C/main/get_perl_info.c (get_sv_option), tta/C/main/txi_config.c (set_option_value): if an integer option is not an integer, set it to 0 if it is the string value is empty, or to 1 if not empty.  This mimics Perl.  Not exactly the same as comparison won't fail in C, while it will fail in Perl and trigger a warning.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/C/main/txi_config.c
    • tta/perl/texi2any.pl