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

Builder ffmpegsos-solaris10-i386 Build #14323

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision662ea4a3e71ad91e4e26a65b9ccf09f349c2f921
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 7 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 14323 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 662ea4a3e71ad91e4e26a65b9ccf09f349c2f921 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. Kacper Michajłow

Timing:

StartMon Sep 21 21:54:34 2026
EndMon Sep 21 21:54:43 2026
Elapsed8 secs

All Changes:

:

  1. Change #282546

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:34:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b39049f44af9228aa04f4059bf658bdc82c55ed

    Comments

    configure: let the C compiler decide check_allcflags
    b4bd8d1f64 made the status the AND of both compilers and 50e64f97d9 put
    it in charge of the arm, mips and darwin decisions. That couples C to
    C++ both ways. A C rejection stops C++ from being probed at all, and a
    C++ rejection is reported as if C had rejected too. That is not
    expacted. Separate the probe, C++ sets flags that it understand now and
    the return status of check_allcflags() is C only.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  2. Change #282548

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 21 Sep 2026 23:34:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 662ea4a3e71ad91e4e26a65b9ccf09f349c2f921

    Comments

    configure: derive cxx from cc
    configure never looks at the C++ compiler on its own. There is no
    probe_cc for it, and CXXFLAGS take the C compiler's flag filter and
    object conventions, so one toolchain for both is already assumed. Make
    it so by deriving cxx from cc the way as, objcc and ld are.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure