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

Builder texinfo-solaris11-sparc Build #7279

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 14 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 40 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 19 secs )
    1. stdio
  5. shell_3 'gmake check' ( 10 mins, 24 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 7279 Build
codebase Build
got_revision 1b09189a27729f2f5c3a874b750f52e113ed7167 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1b09189a27729f2f5c3a874b750f52e113ed7167 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:

StartFri Feb 20 19:44:37 2026
EndFri Feb 20 20:15:10 2026
Elapsed30 mins, 33 secs

All Changes:

:

  1. Change #258383

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 20 Feb 2026 19:36:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b09189a27729f2f5c3a874b750f52e113ed7167

    Comments

    Make ctexi2any relocatable. Pass datadir from/to Perl and C
    * tta/C/main/utils.c (messages_and_encodings_setup): add datadir
    argument to make relocatable.
    
    * tta/C/convert/texinfo.c (txi_setup_main_load_interpreter),
    tta/C/main/document.c (setup_txi_paths_information)
    (setup_texinfo_main): pass datadir to messages_and_encodings_setup.
    
    * tta/perl/Makefile.am (ModulePath.pm),
    tta/perl/Texinfo/ModulePath.pm.in ($datadir, $converter, init),
    tta/perl/load_txi_modules.pl (BEGIN), tta/perl/texi2any.pl (BEGIN),
    tta/C/main/call_perl_function.c (call_modulepath_init)
    (call_eval_load_texinfo_modules), tta/perl/Texinfo/XSLoader.pm (init),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs (init): pass datadir
    through ModulePath.pm and XSLoader.pm init to C, or pass datadir from
    C to Perl through call_modulepath_init.
    
    * tta/C/texi2any.c (set_subdir_directories, main): make relocatable.
    
    * tta/swig/texinfo.i (txi_ext_inline_setup): add and use datadir
    optional argument.
    
    * tta/C/main/document.c (setup_txi_paths_information): make static.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/main/document.c
    • tta/C/main/document.h
    • tta/C/main/replace_perl_api_call.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/texi2any.c
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/ModulePath.pm.in
    • tta/perl/Texinfo/XSLoader.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/load_txi_modules.pl
    • tta/perl/texi2any.pl
    • tta/swig/texinfo.i