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

Builder libcheck-solaris10-i386 Build #24

Results:

Build successful

SourceStamp:

Projectlibcheck
Repositoryhttp://svn.code.sf.net/p/check/code/trunk
Revision1216
Got Revision1216
Changes1 change

BuildSlave:

unstable10x

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1216 ( 7 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 29 secs )
    1. stdio
  3. shell_1 './configure' ( 23 secs )
    1. stdio
  4. shell_2 'gmake' ( 35 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 37 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch None Build
builddir /export/home/buildbot/slave/libcheck-solaris10-i386 slave
buildername libcheck-solaris10-i386 Builder
buildnumber 24 Build
codebase Build
got_revision 1216 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1216 Build
scheduler schedule-libcheck-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libcheck-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. brarcher

Timing:

StartSun Aug 2 19:10:04 2015
EndSun Aug 2 19:18:18 2015
Elapsed8 mins, 13 secs

All Changes:

:

  1. Change #13892

    Category libcheck
    Changed by brarcher
    Changed at Sun 02 Aug 2015 19:08:50
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1216

    Comments

    configure: Remove duplicated use of AC_USE_SYSTEM_EXTENSIONS
    
    Either the first or the second one is redundant so one should be
    removed but beware, there's a bug introduced in automake 1.14
    (fixed in 1.15) that would potentially cause trouble if you put it
    before AM_INIT_AUTOMAKE.
    
    More info about this automake bug here:
    http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15981
    
    https://sourceforge.net/p/check/bugs/109

    Changed files

    • AUTHORS
    • configure.ac