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

Builder ffmpegsos-solaris10-i386 Build #13634

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13634 Build
codebase Build
got_revision e91727e7ef2888d186b4553f90873db42574842c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e91727e7ef2888d186b4553f90873db42574842c 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. Andreas Rheinhardt

Timing:

StartSat Mar 28 23:24:55 2026
EndSat Mar 28 23:25:10 2026
Elapsed14 secs

All Changes:

:

  1. Change #262705

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 28 Mar 2026 22:39:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e91727e7ef2888d186b4553f90873db42574842c

    Comments

    avcodec/x86/mpeg4videodsp: Fix build failure without x86asm
    Since ba793127c413ba27386cea4c23db021b1eaa8d56,
    the x86 mpeg4videodsp code uses ff_emulated_edge_mc_sse2()
    instead of ff_emulated_edge_mc_8. This leads to linker errors
    when x86asm is disabled. Fix this by also falling back to ff_gmc_c()
    in case edge emulation is needed with external SSE2 being unavailable.
    
    An alternative is to go back to ff_emulated_edge_mc_8(), but this
    would readd the uglyness to videodsp for a niche case.
    
    Reported-by: James Almer <jamrial@gmail.com>
    Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/mpeg4videodsp.c