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

Builder libpsl-solaris10-sparc Build #334

Results:

Failed shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revision490bd6f98a2addcade55028ea60c36cce07e21e4
Got Revision490bd6f98a2addcade55028ea60c36cce07e21e4
Changes1 change

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-libpsl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 7 mins, 7 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 39 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' ( 2 mins, 9 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 31 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparc slave
buildername libpsl-solaris10-sparc Builder
buildnumber 334 Build
codebase Build
got_revision 490bd6f98a2addcade55028ea60c36cce07e21e4 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 490bd6f98a2addcade55028ea60c36cce07e21e4 Build
scheduler schedule-libpsl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alyssa Ross

Timing:

StartThu May 9 18:51:55 2024
EndThu May 9 19:02:33 2024
Elapsed10 mins, 38 secs

All Changes:

:

  1. Change #196711

    Category None
    Changed by Alyssa Ross <hiohnoyoudont@alyssa.is>
    Changed at Thu 09 May 2024 18:50:15
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 490bd6f98a2addcade55028ea60c36cce07e21e4

    Comments

    Add Libs.private to autoconf libpsl.pc
    
    Static libraries don't include dependency information, so when using
    pkg-config to find out how to link with a static library, the .pc file
    for that library has to specify what other libraries to link.
    Libs.private is like Libs, except it's only used when static linking.
    This fixes linking against a static libpsl using pkg-config.
    
    The Meson-generated libpsl.pc just includes all of its dependent
    libraries in Libs, so doesn't require any additional fix.

    Changed files

    • libpsl.pc.in