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

Builder ffmpegsos-solaris10-i386 Build #14312

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionbf56c9459d32f4c38ec3e4242cd4ec62fe037e6c
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 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 -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14312 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bf56c9459d32f4c38ec3e4242cd4ec62fe037e6c Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartSun Sep 20 12:14:08 2026
EndSun Sep 20 12:14:12 2026
Elapsed4 secs

All Changes:

:

  1. Change #282302

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 20 Sep 2026 13:50:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf56c9459d32f4c38ec3e4242cd4ec62fe037e6c

    Comments

    configure: make the SPIR-V header flags depend on vulkan
    The SPIR-V header probe runs while vulkan is still auto-enabled, before
    check_deps has a chance to disable it for a missing dependency such as
    threads.
    
    This fixes builds without threads, which would fail to link:
    
      error: undefined symbol: backend_spirv
      referenced by ops.c:42 (libswscale/ops.c:42)
    
    Fixes: 2b6fbcad6d
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure