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

Builder ffmpegsos-solaris10-i386 Build #14318

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 34 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 14318 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fddc59cf34b303a269493aaf7ec7c80e390f25f5 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. Timo Rothenpieler

Timing:

StartSun Sep 20 21:53:23 2026
EndSun Sep 20 21:53:58 2026
Elapsed35 secs

All Changes:

:

  1. Change #282345

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Sun 20 Sep 2026 21:15:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fddc59cf34b303a269493aaf7ec7c80e390f25f5

    Comments

    Revert "Makefile: output MSVC dependency files as a byproduct of compilation"
    This reverts commit 59dd21047e86badeb1b142dff03f18acbbd074fa.
    
    The new tool does not properly resolve relative paths on MSYS2, and
    potentially other targets.
    It tries to make paths relative that are outside of the virtual MSYS
    root dir, trying to .. below it. Resulting in invalid paths that send
    MSYS make into an infinite loop somehow.

    Changed files

    • Makefile
    • configure
    • ffbuild/common.mak
    • libswscale/x86/Makefile
    • tools/Makefile