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

Builder texinfo-solaris10-sparc Build #6281

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 49 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 5 secs )
    1. stdio
  5. shell_3 'gmake check' ( 39 mins, 6 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 6281 Build
codebase Build
got_revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e 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
  2. Patrice Dumas

Timing:

StartWed Apr 8 15:53:57 2026
EndWed Apr 8 17:36:26 2026
Elapsed1 hrs, 42 mins, 28 secs

All Changes:

:

  1. Change #263990

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 08 Apr 2026 14:37:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 42afbc78c4754231af756c2cd52b28ae3639e47a

    Comments

    * tta/C/main/translations.c (translate_string), tta/perl/Texinfo/Translations.pm (translate_string): only get the main language, do not try to match the region code at all, such that bogus region codes do not prevent matching the main language, in case gettext does not do it already.
    * tta/perl/t/test_utils.pl (test): pass COMMAND_LINE_ENCODING to
    convert_to_text.
    
    * tta/perl/Makefile.tres, tta/perl/t/languages.t
    (invalid_documentlanguage, documentlanguage_selection_accented_region)
    (documentlanguage_selection_region_unicode): add more tests of invalid
    documentlanguage.  Check if the main language is selected with a bogus
    region code.

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/t/languages.t
    • tta/perl/t/results/languages/documentlanguage_selection_accented_region.pl
    • tta/perl/t/results/languages/documentlanguage_selection_region_unicode.pl
    • tta/perl/t/results/languages/invalid_documentlanguage.pl
    • tta/perl/t/test_utils.pl
  2. Change #263994

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 08 Apr 2026 15:34:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e

    Comments

    Fix dir node for hide-note-references=On
    * info/nodes.c (info_get_node_tag_of_file_buffer):
    New function, returning pointer into tags table.
    (info_get_node_of_file_buffer): Use it.
    
    * info/dir.c (build_dir_node): Use info_get_node_tag_of_file_buffer
    along with info_node_of_tag_fast to load dir nodes without scanning
    their contents.  Only call scan_node_contents once, on the composite
    dir node.
    
    When hide-note-references was On, the dir node was completely broken
    due to parts of it being processed by scan_node_contents multiple
    times.  Report from Aidan <aidanczhai@gmail.com>.

    Changed files

    • ChangeLog
    • info/dir.c
    • info/nodes.c
    • info/nodes.h