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

Builder ggettext-solaris10-sparc Build #684

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 59 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 684 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision f20aed4cb1c6450d90289e309fb7bf2cb65be83b Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartSat Nov 18 13:37:50 2023
EndSat Nov 18 13:38:49 2023
Elapsed59 secs

All Changes:

:

  1. Change #184602

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 17 Nov 2023 12:43:35
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f20aed4cb1c6450d90289e309fb7bf2cb65be83b

    Comments

    build: Fix a build issue on AIX.
    How to reproduce:
    $ cd gettext-20231111
    $ ~/build-64-gcc --disable-shared
    $ (cd build-64-gcc && gmake install)
    $ cd ..
    $ cd gettext-0.22.3
    $ ~/build-64-gcc
    => Fails with "ERROR: Undefined symbol: .syntax_check_message_list"
    because the link uses $PREFIX/lib/libgettextsrc.a, which is a non-shared
    library that does not export 'syntax_check_message_list'.
    
    * gettext-tools/configure.ac (INSTALL_PRIVATE_LIBRARIES): New conditional.
    * gettext-tools/src/Makefile.am (noinst_LTLIBRARIES): Define as alternative to
    lib_LTLIBRARIES.
    (install-exec-clean): Remove rule.
    * gettext-tools/gnulib-lib/Makefile.am (lib_LTLIBRARIES): Initialize.
    * gnulib-local/modules/gettext-tools-misc (Makefile.am): Define
    noinst_LTLIBRARIES as alternative to lib_LTLIBRARIES. Remove
    'install-exec-clean' rule.

    Changed files

    • gettext-tools/configure.ac
    • gettext-tools/gnulib-lib/Makefile.am
    • gettext-tools/src/Makefile.am
    • gnulib-local/modules/gettext-tools-misc