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

Builder texinfo-solaris10-i386 Build #7544

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision75eecd7fadaac5630303ab239d87f6fe9142c234
Got Revision75eecd7fadaac5630303ab239d87f6fe9142c234
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartWed May 6 22:42:34 2026
EndWed May 6 23:10:28 2026
Elapsed27 mins, 53 secs

All Changes:

:

  1. Change #266451

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 06 May 2026 19:23:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1990bf2ea7b876cf61755b2735bce50ebe125b9f

    Comments

    * install-info/install-info.c (split_entry): Only convert "\n" to "  " a limited number of times, and allocate enough memory to do so.
    Memory overflow reported by LogicLuminary <memorylogicdev@gmail.com>.

    Changed files

    • ChangeLog
    • install-info/install-info.c
  2. Change #266452

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 06 May 2026 20:10:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 08a416016711e90243d9022b3d044209e3b53aac

    Comments

    Replace use of strcat
    * install-info/install-info.c (split_entry):
    Eliminate use of strcat in this function, as it always needs to scan
    the string from the beginning, which is a well-known defect in the use
    of this function.
    Remove pointless division by "sizeof (char)".

    Changed files

    • ChangeLog
    • install-info/install-info.c
  3. Change #266453

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 06 May 2026 21:07:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8f52315b114815fede7ede8442876e0ac0fcd631

    Comments

    Replace use of strcat
    * install-info/install-info.c (format_entry):
    Eliminate use of strcat and strncat.

    Changed files

    • ChangeLog
    • install-info/install-info.c
  4. Change #266454

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 06 May 2026 22:34:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 75eecd7fadaac5630303ab239d87f6fe9142c234

    Comments

    Replace use of strcat and strncat
    * install-info/install-info.c (split_entry):
    Remove sole remaining use of strncat.

    Changed files

    • ChangeLog
    • install-info/install-info.c