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

Builder texinfo-solaris10-sparc Build #6544

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionc10660e6e6e7a3c8bd41a9afed49a8c3d8718b15
Got Revisionc10660e6e6e7a3c8bd41a9afed49a8c3d8718b15
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 45 secs )
    1. stdio
  2. shell './autogen.sh' ( 57 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 41 secs )
    1. stdio
  4. shell_2 'gmake all' ( 43 mins, 11 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 20 mins, 38 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. 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 6544 Build
codebase Build
got_revision c10660e6e6e7a3c8bd41a9afed49a8c3d8718b15 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c10660e6e6e7a3c8bd41a9afed49a8c3d8718b15 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 Sep 12 10:24:17 2026
EndSat Sep 12 13:36:56 2026
Elapsed3 hrs, 12 mins, 39 secs

All Changes:

:

  1. Change #281562

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 11 Sep 2026 12:23:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ff6761a5743823d137a25e573cc25275d89e00ed

    Comments

    * tta/C/main/utils.c (locate_include_file), tta/perl/Texinfo/Common.pm (locate_include_file): return the information about include directories having been used or not (for path staring with ., .. or absolute paths).  Update callers.

    Changed files

    • ChangeLog
    • README-hacking
    • TODO
    • doc/tta_api/api_includes/Texinfo-Common.texi
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/convert_utils.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/parsetexi/input.c
    • tta/TODO
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/InfoNonXS.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/Example/IXIN.pm
    • tta/perl/Texinfo/Example/ReadDocBook.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  2. Change #281563

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 12 Sep 2026 11:59:36
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c10660e6e6e7a3c8bd41a9afed49a8c3d8718b15

    Comments

    Copy image to destination in HTML
    Discussed here and forgotten
    https://lists.gnu.org/archive/html/help-texinfo/2020-11/msg00146.html
    and retrieved here
    https://lists.gnu.org/archive/html/help-texinfo/2026-08/msg00001.html
    
    * tta/C/convert/convert_html.c, tta/C/convert/converter.c
    (copy_file_to): move to converter.c.
    
    * tta/data/options_data.txt (COPY_IMAGES): add.  Reorder
    alphabetically.
    
    * tta/C/convert/format_html.c (find_image_extension_file)
    (IMAGE_FILE_LOCATION_INFO, html_image_file_location_name),
    tta/perl/Texinfo/Convert/HTML.pm (html_image_file_location_name): pass
    use_inc_dir to find_image_extension_file and set a field in
    IMAGE_FILE_LOCATION_INFO in html_image_file_location_name, or return
    in Perl.
    
    * tta/C/convert/format_html.c (html_convert_image_command),
    tta/perl/Texinfo/Convert/HTML.pm (_convert_image_command): copy image
    to destination if include directory are used, ie if there is no
    leading ., .. in the image path and the image path is not absolute and
    if COPY_IMAGES is set.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/format_html.c
    • tta/C/main/options_data.h
    • tta/C/main/options_defaults.c
    • tta/C/main/options_init_free.c
    • tta/data/options_data.txt
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Options.pm