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

Builder texinfo-solaris11-i386 Build #7440

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisione429c3c71adea0c8bb64a1ef32219d894d6975c3
Got Revisione429c3c71adea0c8bb64a1ef32219d894d6975c3
Changes9 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 15 secs )
    1. stdio
  5. shell_3 'gmake check' ( 19 mins, 56 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/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7440 Build
codebase Build
got_revision e429c3c71adea0c8bb64a1ef32219d894d6975c3 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision e429c3c71adea0c8bb64a1ef32219d894d6975c3 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartThu Sep 10 07:27:26 2026
EndThu Sep 10 08:09:28 2026
Elapsed42 mins, 2 secs

All Changes:

:

  1. Change #281307

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:45
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a41445a1bb8cfcad7dccd52e315ff29a65c6f706

    Comments

    * tta/C/convert/plaintext_paragraph.c (PARAGRAPH, para__end_line) (para_end), tta/perl/Texinfo/Convert/ParagraphNonXS.pm (new) (_end_line, end): remove lines_counter field of paragraph, it is not used.

    Changed files

    • ChangeLog
    • tta/C/convert/plaintext_paragraph.c
    • tta/perl/Texinfo/Convert/ParagraphNonXS.pm
  2. Change #281308

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:45
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 86338b0c3fa09cec38a59b45a115a747b5529b9c

    Comments

    * tta/C/convert/plaintext_paragraph.c (PARAGRAPH, para_add_text) (para__add_next): use state.space.end instead of state.space_counter, spaces are always ASCII, so this is ok.  Remove space_counter field from PARAGRAPH.

    Changed files

    • ChangeLog
    • tta/C/convert/plaintext_paragraph.c
  3. Change #281309

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:45
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bf744e8a5d4ed330d1a4efec372ee9830697f5fd

    Comments

    * tta/C/convert/plaintext_paragraph.c (para__add_pending_word): call text_reset on state.word, do not set only end to 0.  This does not change the output, but fixes debugging messages.
    * tta/C/convert/plaintext_paragraph.c (para_add_text): return early if
    at the end of the string, there is no point in gatering next text in
    that case and it could even be wrong.
    
    * tta/C/convert/plaintext_paragraph.c (para_add_text): show debugging
    information after first type has been determined, to avoid showing the
    same information twice.

    Changed files

    • ChangeLog
    • tta/C/convert/plaintext_paragraph.c
    • tta/perl/Texinfo/Convert/ParagraphNonXS.pm
  4. Change #281310

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dcc85b9cc956c381732916b51082691666dc49ed

    Comments

    * tta/C/convert/convert_to_plaintext.c (get_n_spaces) (convert_to_plaintext_internal): prepare a string of white spaces to copy from instead of adding spaces one at a time.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  5. Change #281311

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f4a93a9be5030e2b84bde1a54e99f646054bddc2

    Comments

    * tta/perl/Texinfo/Convert/ParagraphNonXS.pm (set_frenchspacing) (set_double_width_no_break): add debug message.
    * tta/perl/Texinfo/Convert/ParagraphNonXS.pm (add_text): call
    allow_end_sentence to also get the debug message.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/ParagraphNonXS.pm
  6. Change #281313

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d5fb569764047eb698f46ca095831fe66667ea7d

    Comments

    * tta/C/convert/convert_to_plaintext.c (protect_sentence_ends): add a protection control character when there are only after punctualtion characters in the text being processed.  It is not obviously right, but it should not be problematic either, as a lower or upper case letter makes no difference before an after punctuation characters eeven if followed by a punctuation character.  The objective is to have the same processing as in Perl.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  7. Change #281315

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ae45d6430dbad080a8d6d97200ca58b8917edd98

    Comments

    * tta/C/convert/convert_to_plaintext.c (push_top_formatter) (convert_to_plaintext_internal), tta/C/main/plaintext_converter_state.h (FORMATTER): add an is_top_formatter field similar to Perl _top_formatter instead of useing the formatter number.  Indeed, formatter in footnote is a top formatter, but is not the first on the stack.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
  8. Change #281316

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 313902d158b8f4cf616004681706a4ecc4fe8844

    Comments

    * Makefile.am (po_document-check): update a function name.
    * po/POTFILES.in: add TransformationsNonXS.pm.

    Changed files

    • ChangeLog
    • Makefile.am
    • po/POTFILES.in
  9. Change #281317

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 10 Sep 2026 09:02:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e429c3c71adea0c8bb64a1ef32219d894d6975c3

    Comments

    update po-files

    Changed files

    • ChangeLog
    • po/ca.po
    • po/cs.po
    • po/da.po
    • po/de.po
    • po/el.po
    • po/eo.po
    • po/es.po
    • po/fi.po
    • po/fr.po
    • po/he.po
    • po/hr.po
    • po/hu.po
    • po/id.po
    • po/it.po
    • po/ja.po
    • po/ka.po
    • po/nb.po
    • po/nl.po
    • po/pl.po
    • po/pt.po
    • po/pt_BR.po
    • po/ro.po
    • po/ru.po
    • po/rw.po
    • po/sk.po
    • po/sl.po
    • po/sr.po
    • po/sv.po
    • po/texinfo.pot
    • po/tr.po
    • po/uk.po
    • po/vi.po
    • po/zh_CN.po
    • po/zh_TW.po
    • po_document/ca.po
    • po_document/cs.po
    • po_document/de.po
    • po_document/eo.po
    • po_document/es.po
    • po_document/fi.po
    • po_document/fr.po
    • po_document/hr.po
    • po_document/hu.po
    • po_document/it.po
    • po_document/ka.po
    • po_document/nb.po
    • po_document/nl.po
    • po_document/pl.po
    • po_document/pt.po
    • po_document/pt_BR.po
    • po_document/qaa.po
    • po_document/qaa@1234.po
    • po_document/qaa@latin.po
    • po_document/ro.po
    • po_document/sk.po
    • po_document/sr.po
    • po_document/sv.po
    • po_document/texinfo_document.pot
    • po_document/uk.po