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

Builder ffmpegsos-solaris10-sparc Build #12457

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0486ad61ceb71b7a45976e6e45a4d2a2813aef75
Got Revision0486ad61ceb71b7a45976e6e45a4d2a2813aef75
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12457 Build
codebase Build
got_revision 0486ad61ceb71b7a45976e6e45a4d2a2813aef75 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0486ad61ceb71b7a45976e6e45a4d2a2813aef75 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jack Lau

Timing:

StartMon Nov 24 22:37:49 2025
EndMon Nov 24 22:38:04 2025
Elapsed15 secs

All Changes:

:

  1. Change #249832

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Mon 24 Nov 2025 22:29:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0486ad61ceb71b7a45976e6e45a4d2a2813aef75

    Comments

    configure: replace openssl header check with 1.1.1 API
    Fix #20571
    
    Avoid build errors with openssl forks (like libressl)
    that lack some APIs.
    
    This patch replace header check for OPENSSL_init_ssl
    (was added in 1.1.0) with the OpenSSL 1.1.1 new API
    DTLS_get_data_mtu.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • configure