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

Builder texinfo-solaris10-sparc Build #6323

Build In Progress:

ETA: 00:22:27 [53 mins, 32 secs]

shell_2

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell './autogen.sh' ( 34 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' ( running )
    1. stdio
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6323 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartWed May 6 22:42:35 2026
Elapsed46 mins, 19 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