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

Builder libpsl-solaris10-amd64 Build #352

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave
buildername libpsl-solaris10-amd64 Builder
buildnumber 352 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 unstable10x BuildSlave
workdir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Alyssa Ross

Timing:

StartSat May 11 11:07:25 2024
EndSat May 11 11:08:35 2024
Elapsed1 mins, 10 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