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

Builder texinfo-solaris10-i386 Build #7484

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartThu Apr 2 21:04:46 2026
EndThu Apr 2 21:30:16 2026
Elapsed25 mins, 30 secs

All Changes:

:

  1. Change #263333

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 19:08:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ba0ce1ce848a7def5d083441b7b53d62be2f910d

    Comments

    * info/variables.c (set_variable_to_value): For variables with a list of possible choices, if requested value is not in that list, do not update 'where_set' field and return 0.
    This has the effect of printing an error message if an incorrect
    value is used in an infokey file, which wasn't done before with this
    version of the code.

    Changed files

    • ChangeLog
    • info/variables.c
  2. Change #263334

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 20:26:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 11e78daaab5695c3ad41e292422b08edd46eeccc

    Comments

    Implement scroll-behavior/scroll-behaviour alias differently
    * info/variables.c (ALIAS_VAR, alias_var):
    New macro and dummy variable for declaring an alias of a variable.
    (info_variables) <"scroll-behavior">: Use it.
    (variable_by_name): Check is variable is an alias and if so resolve
    the alias.
    
    This is to avoid using separate 'where_set' fields for the two
    equivalent names of the variable, which could lead to inconsistency,
    including in the help buffer.

    Changed files

    • ChangeLog
    • info/variables.c
  3. Change #263335

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 21:02:54
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a6c2e430100cc0359968240daedd7dda8455f844

    Comments

    * info/variables.c (variable_long_description_string): Handle alias variable specially, in part to avoid printing null pointer.

    Changed files

    • ChangeLog
    • info/variables.c