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

Builder ggettext-solaris10-i386 Build #1057

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision2ebbdd0e298460691380845af53ff21c55e3c1c5
Got Revision2ebbdd0e298460691380845af53ff21c55e3c1c5
Changes1 change

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, 43 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 1057 Build
codebase Build
got_revision 2ebbdd0e298460691380845af53ff21c55e3c1c5 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 2ebbdd0e298460691380845af53ff21c55e3c1c5 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:

StartThu Apr 9 01:07:03 2026
EndThu Apr 9 01:08:53 2026
Elapsed1 mins, 50 secs

All Changes:

:

  1. Change #264038

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 09 Apr 2026 00:59:08
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 2ebbdd0e298460691380845af53ff21c55e3c1c5

    Comments

    intl: Fix an ISO C undefined behaviour.
    ISO C 23 ยง 6.5.7.(10) has requirements for pointer subtraction.
    
    Reported by <pizlonator> in https://github.com/pizlonator/fil-c/.
    
    * gettext-runtime/intl/localealias.c (read_alias_file): Avoid invalid pointer
    subtraction.

    Changed files

    • gettext-runtime/intl/localealias.c