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

Builder texinfo-solaris11-i386 Build #7307

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision5943d3521d368354b46256d047b848e215420415
Got Revision5943d3521d368354b46256d047b848e215420415
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 0 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 9 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 7307 Build
codebase Build
got_revision 5943d3521d368354b46256d047b848e215420415 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5943d3521d368354b46256d047b848e215420415 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. Gavin Smith

Timing:

StartSun May 10 00:12:29 2026
EndSun May 10 00:46:06 2026
Elapsed33 mins, 36 secs

All Changes:

:

  1. Change #266648

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 09 May 2026 23:49:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5943d3521d368354b46256d047b848e215420415

    Comments

    Fix M-TAB moving before DEL-quoted cross-reference
    * info/scan.c (scan_reference_label) [hide-note-references=On]:
    If "quoting" DEL bytes surround the reference label, remove them
    when rewriting the node contents.
    
    Because these bytes are invisible, if the node position is placed
    on one of these bytes, it would be advanced past that byte in
    display_cursor_at_point, which is called in the main loop in
    info_read_and_dispatch.  Then the cursor would get "stuck"
    when trying to move before a cross-reference with M-TAB.
    
    Report from Aidan <aidanczhai@gmail.com>.

    Changed files

    • ChangeLog
    • info/scan.c