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

Builder texinfo-solaris10-sparc Build #5893

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 49 secs )
    1. stdio
  2. shell './autogen.sh' ( 39 mins, 46 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 53 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 58 mins, 3 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 5893 Build
codebase Build
got_revision 103181e20261d20c76afcde05ab467883f96e06d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 103181e20261d20c76afcde05ab467883f96e06d 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:

StartTue Aug 26 09:06:26 2025
EndTue Aug 26 11:04:48 2025
Elapsed1 hrs, 58 mins, 22 secs

All Changes:

:

  1. Change #243896

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 25 Aug 2025 22:20:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 25157eb2e5364bb8b2795c50f4b9fd22431480bd

    Comments

    * tta/C/main/convert_utils.c (new_document_info) (destroy_document_info, get_document_documentinfo) (get_titlepage_publication_info), tta/C/main/document_types.h (DOCUMENT_INFO), tta/perl/Texinfo/Convert/Utils.pm (get_document_documentinfo, get_titlepage_publication_info): add get_document_documentinfo to get the information in @documentinfo, and get_titlepage_publication_info to additionally get @copying and @publication information.
    * tta/C/convert/format_html.c (format_maketitle)
    (html_default_format_titlepage), tta/perl/Texinfo/Convert/HTML.pm
    (_format_maketile, _default_format_titlepage): format maketitle
    title page in HTML, getting title page information with
    get_document_documentinfo.
    
    * tta/perl/Makefile.am (test_files), tta/perl/t/docbook_tests.t
    (maketitle_documentinfo_publication), tta/perl/t/html_tests.t
    (maketitle_documentinfo_publication),
    tta/perl/t/input_files/maketitle_documentinfo_publication.texi,
    tta/perl/Makefile.tres: add maketitle_documentinfo_publication.texi,
    which calls @maketitle, @publication and @documentinfo with several
    commands.  Add tests for HTML and Docbook formatting of document info
    and title mage with those commands.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/document_types.h
    • tta/perl/Makefile.am
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/t/docbook_tests.t
    • tta/perl/t/html_tests.t
    • tta/perl/t/input_files/maketitle_documentinfo_publication.texi
    • tta/perl/t/results/docbook_tests/maketitle_documentinfo_publication.pl
    • tta/perl/t/results/html_tests/maketitle_documentinfo_publication.pl
  2. Change #243897

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 26 Aug 2025 08:52:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 103181e20261d20c76afcde05ab467883f96e06d

    Comments

    @maketitle in LaTeX output
    * tta/perl/Texinfo/Convert/Utils.pm (get_titlepage_publication_info):
    directly reuse $document_info.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_format_title): add based on
    _convert code.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_make_title, _convert): format
    @maketitle.
    
    * tta/perl/Makefile.tres, tta/perl/t/latex_tests.t
    (maketitle_documentinfo_publication): add test.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/t/latex_tests.t
    • tta/perl/t/results/latex_tests/maketitle_documentinfo_publication.pl