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

Builder texinfo-solaris10-sparc Build #5737

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 22 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' failed ( 22 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 54 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 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 5737 Build
codebase Build
got_revision 37ce27cda90b9cea807a710bb3ba60fd06579e36 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 37ce27cda90b9cea807a710bb3ba60fd06579e36 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:

StartMon Jul 21 21:55:24 2025
EndMon Jul 21 22:19:40 2025
Elapsed24 mins, 15 secs

All Changes:

:

  1. Change #240332

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 21:17:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f3459e168dcb380b6f5340e0f8e71f6eddb94cd6

    Comments

    Add tests of 'follow-strategy' variable
    * info/t/follow-remain.sh, info/t/follow-path.sh: new tests.

    Changed files

    • ChangeLog
    • info/Makefile.am
    • info/t/follow-path.sh
    • info/t/follow-remain.sh
    • info/t/infodir/a/file1.info
    • info/t/infodir/a/file2.info
    • info/t/infodir/b/file2.info
  2. Change #240333

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 21:17:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9ce27563568cc119701503f436889461ee20da90

    Comments

    * info/Makefile.am (ginfo_SOURCES): Remove extraneous \ from file list.  Report from Bruno Haible.

    Changed files

    • ChangeLog
    • info/Makefile.am
  3. Change #240334

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 21:42:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 37ce27cda90b9cea807a710bb3ba60fd06579e36

    Comments

    * info/nodes.c (info_get_node_with_defaults, info_get_node): Make info_get_node_with_defaults call info_get_node rather than the other way around.  Move special handling of dir node and manpages to info_get_node.  This means that info_get_node_with_defaults is more focused on handling "-v follow-strategy=remain".

    Changed files

    • ChangeLog
    • info/nodes.c