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

Builder ffmpeg64-solaris10-i386 Build #12080

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision8284ba2a218b623712bec7ac6576724bd0db7af4
Got Revision8284ba2a218b623712bec7ac6576724bd0db7af4
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö

Timing:

StartFri Apr 4 16:33:30 2025
EndFri Apr 4 16:33:43 2025
Elapsed12 secs

All Changes:

:

  1. Change #226620

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 04 Apr 2025 16:12:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 69bab4e74f2b210bf95fd1867a382a2773940197

    Comments

    avfoundation: Fix compilation for OSes other than macOS and iOS
    E.g. tvOS doesn't have devicesWithMediaType.
    
    In principle, we could probably disable building the whole
    input device on such OSes, but that would either require
    testing explicitly for the OS type in configure (which we don't
    do anywhere so far), or test for individual objective C methods.
    
    This approach allows the code to compile, but no input devices
    will be found at runtime.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavdevice/avfoundation.m
  2. Change #226621

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 04 Apr 2025 16:12:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8284ba2a218b623712bec7ac6576724bd0db7af4

    Comments

    configure: Check for AVCaptureSession as dependency to avfoundation
    This class is unavailable on tvOS before 17.0 (and macOS before 10.7
    and iOS before 4.0, but those are fairly ancient). This makes sure
    that we don't try to build the avfoundation indevice for such
    OSes.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure