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

Builder texinfo-solaris10-sparc Build #5913

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 25 mins, 31 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 43 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 47 mins, 27 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 5913 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-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Nov 1 21:47:39 2025
EndSat Nov 1 23:17:32 2025
Elapsed1 hrs, 29 mins, 53 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