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

Builder ggettext-solaris10-i386 Build #995

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision106647be6d4f1e79efef125af1c003ddaea07178
Got Revision106647be6d4f1e79efef125af1c003ddaea07178
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ggettext-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 22 secs )
    1. stdio
  3. shell_1 './configure --with-libiconv-prefix=/opt/csw ...' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tools_test-init-env
    3. tools_gnulib_test-suite.log
    4. runtime_test-suite.log
    5. tools_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggettext-solaris10-i386 slave
buildername ggettext-solaris10-i386 Builder
buildnumber 995 Build
codebase Build
got_revision 106647be6d4f1e79efef125af1c003ddaea07178 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 106647be6d4f1e79efef125af1c003ddaea07178 Build
scheduler schedule-ggettext-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ggettext-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartFri Jul 18 21:52:10 2025
EndFri Jul 18 21:53:38 2025
Elapsed1 mins, 27 secs

All Changes:

:

  1. Change #240078

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 18 Jul 2025 21:34:55
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6aefadd72ba1c9e00a833340fa3721c714a4d523

    Comments

    msginit: Fix encoding of second title line, part 1.
    Reported by Matilin Torre <watilin@protonmail.com> in
    <https://lists.gnu.org/archive/html/bug-gettext/2025-07/msg00024.html>.
    
    * gettext-tools/src/msginit.c: Include xstriconv.h.
    (get_title): Don't set OUTPUT_CHARSET; this does not work any more since 2005,
    when an optimization was made in dcigettext.c. Instead, use xstr_iconv().

    Changed files

    • gettext-tools/src/msginit.c
  2. Change #240079

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 18 Jul 2025 21:38:32
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 106647be6d4f1e79efef125af1c003ddaea07178

    Comments

    msginit: Fix encoding of second title line, part 2.
    Reported by Matilin Torre <watilin@protonmail.com> in
    <https://lists.gnu.org/archive/html/bug-gettext/2025-07/msg00024.html>.
    
    To reproduce the problem:
    $ LC_ALL=de_DE.ISO-8859-1 msginit -l fr_FR.ISO-8859-1 -i some_utf-8.pot -o fr.po
    
    * gettext-tools/src/msginit.c (output_charset): New variable.
    (content_type): Use output_charset.
    (get_title): Use output_charset instead of ignoring was_utf8.
    (fill_header): Initialize output_charset. Moved logic from content_type()
    to here.

    Changed files

    • gettext-tools/src/msginit.c