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

Builder libunistring-solaris10-i386 Build #111

Results:

Failed shell_3 shell_4 shell_5 shell_6

SourceStamp:

Projectlibunistring
Repositorygit://git.savannah.gnu.org/libunistring.git
Branchmaster
Revision7a94e9e230b27d4665bb528aebf7048470726d6a
Got Revision7a94e9e230b27d4665bb528aebf7048470726d6a
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  2. shell_1 'git clone ...' ( 6 mins, 14 secs )
    1. stdio
  3. shell_2 'perl -np ...' ( 0 secs )
    1. stdio
  4. git update ( 3 secs )
    1. stdio
  5. shell_3 '/opt/csw/bin/bash autogen.sh' failed ( 1 secs )
    1. stdio
  6. shell_4 './configure' failed ( 0 secs )
    1. stdio
    2. config.log
  7. shell_5 'gmake' failed ( 0 secs )
    1. stdio
  8. shell_6 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartWed Nov 27 10:45:00 2024
EndWed Nov 27 10:51:21 2024
Elapsed6 mins, 20 secs

All Changes:

:

  1. Change #214940

    Category libunistring
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 22 Nov 2024 19:13:01
    Repository git://git.savannah.gnu.org/libunistring.git
    Project libunistring
    Branch master
    Revision 0c5a02f63e542849f8ebd90496c5d63e8eb42d80

    Comments

    Upgrade to libtool 2.5.4.
    * m4/libtool.m4: Update from libtool-2.5.4.
    * m4/ltversion.m4: Likewise.
    * build-aux/ltmain.sh: Likewise.

    Changed files

    • build-aux/ltmain.sh
    • m4/libtool.m4
    • m4/ltversion.m4
  2. Change #214941

    Category libunistring
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 27 Nov 2024 10:25:20
    Repository git://git.savannah.gnu.org/libunistring.git
    Project libunistring
    Branch master
    Revision 7a94e9e230b27d4665bb528aebf7048470726d6a

    Comments

    Add installation information for the tarball users and from a git checkout.
    We want to have an INSTALL file that contains installation instructions for
    the tarball users. These instructions are necessarily package specific,
    because they need to list the prerequisites or reference the DEPENDENCIES
    file.
    
    Additionally, many people who are not aware that tarballs are the primary
    means for source code distribution of GNU packages check out the git repository
    and then expect to see instructions for installing from that git checkout
    in the INSTALL file. See e.g. <https://savannah.gnu.org/bugs/?62196>.
    
    Unfortunately, both Automake (with strictness option = 'gnu') and 'bootstrap'
    both contain code to copy the generic (not package specific) installation
    instructions to the file 'INSTALL'. This is not what we want, so we disable
    it. (Other packages handle this issue by putting part of the installation
    instructions into the README file. This is suboptimal, because this is not
    what the README file is for.)
    
    * autogen.sh: Import INSTALL.generic from gnulib.
    * INSTALL: Entirely rewritten, based on poke/INSTALL.
    * Makefile.am (EXTRA_DIST): Add INSTALL.generic.

    Changed files

    • .gitignore
    • INSTALL
    • Makefile.am
    • autogen.sh