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

Builder ffmpeg-solaris10-sparc Build #13143

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb98ec6d31298e820063bb0fb36ea8c6161041f1d
Got Revisionb98ec6d31298e820063bb0fb36ea8c6161041f1d
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 8 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13143 Build
codebase Build
got_revision b98ec6d31298e820063bb0fb36ea8c6161041f1d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b98ec6d31298e820063bb0fb36ea8c6161041f1d Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartTue Feb 17 16:54:44 2026
EndTue Feb 17 16:55:04 2026
Elapsed19 secs

All Changes:

:

  1. Change #257959

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 16:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 305c383d94ccfd261c4e5bdbc02b68e0964935f3

    Comments

    configure: add {test,check,require}_pkg_config_cxx
    This is necessary to check for C++ only pkg-config dependencies

    Changed files

    • configure
  2. Change #257960

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 16:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 84ffb18f77bbe86d94d3b12e9a4e0ec58f26b219

    Comments

    configure: do not require default-constructible class
    When checking for C++ classes in check_class_headers_cxx, the test code
    required the class to be default-constructible, which is not always the
    case. For the sake of the test, it is enough to check that referencing
    the class succeeds.

    Changed files

    • configure
  3. Change #257961

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 16:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8014cc7620d75abecd023f35169a363bba790f55

    Comments

    configure: cleanup libopencolorio check
    Do a proper pkg-config check instead of just blindly compiling a test
    program even if pkg-config doesn't find anything.

    Changed files

    • configure
  4. Change #257962

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 16:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b98ec6d31298e820063bb0fb36ea8c6161041f1d

    Comments

    configure: remove require_cpp, check_lib_cpp
    Remove the improperly named check functions that were added for the
    opencolorio detection in 677cf95ea4be805fa326adb082eff666a2e790ea.
    Those are not needed anymore and there are already require_cxx and
    check_lib_cxx for this purpose.

    Changed files

    • configure