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

Builder ggettext-solaris10-i386 Build #1050

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 58 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 1050 Build
codebase Build
got_revision 6a65c44d772d6d0153114ca3237f24171dc0d0ed Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 6a65c44d772d6d0153114ca3237f24171dc0d0ed 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:

StartTue Feb 3 22:07:50 2026
EndTue Feb 3 22:09:54 2026
Elapsed2 mins, 4 secs

All Changes:

:

  1. Change #256920

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 03 Feb 2026 21:24:35
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b280521b9c869a85178630837cfb8007daf3f3e1

    Comments

    spit: Make --version and --help output consistent.
    * gettext-tools/src/spit.py.in (main): Remove extra newline at the beginning
    and the end of the --version and --help output.

    Changed files

    • gettext-tools/src/spit.py.in
  2. Change #256921

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 03 Feb 2026 21:55:48
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6a65c44d772d6d0153114ca3237f24171dc0d0ed

    Comments

    build: When help2man fails, let it show the reason.
    This is needed for investigating failures in a CI environment.
    
    * gettext-runtime/man/help2man (get_option_value): Pipe the program's stderr to
    stderr, not to /dev/null.
    * gettext-tools/man/help2man (get_option_value): Likewise.

    Changed files

    • gettext-runtime/man/help2man
    • gettext-tools/man/help2man