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

Builder texinfo-solaris11-sparc Build #6974

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 11 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 7 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 1 mins, 3 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 15 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6974 Build
codebase Build
got_revision 084bdf0aff2b88bc18a4d0adf4c54e5ec22fb3d0 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 084bdf0aff2b88bc18a4d0adf4c54e5ec22fb3d0 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Nov 1 21:47:40 2025
EndSat Nov 1 21:55:21 2025
Elapsed7 mins, 41 secs

All Changes:

:

  1. Change #247340

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 01 Nov 2025 21:37:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 084bdf0aff2b88bc18a4d0adf4c54e5ec22fb3d0

    Comments

    Use full input file paths in source info for error messages
    * tta/C/parsetexi/input.c (INPUT, next_text, input_push_file),
    tta/perl/Texinfo/ParserNonXS.pm (_input_push_file, parse_texi_file)
    (_next_text): use the full input file path as source info file name.
    Remove input_file_path firld from INPUT.  In Perl, do not have
    _input_push_file return the directories and file name, instead call
    fileparse in parse_texi_file.  Update callers.
    Report from Tom Tromey, some analysis by Gavin.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/input.c
    • tta/perl/Texinfo/ParserNonXS.pm