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

Builder ffmpeg-solaris10-sparc Build #12164

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

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 ( 6 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 10 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 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 12164 Build
codebase Build
got_revision 5fea5e3e11d6ff425db48f44489916399822aece Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5fea5e3e11d6ff425db48f44489916399822aece 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. Leo Izen

Timing:

StartMon Jun 9 01:54:44 2025
EndMon Jun 9 01:55:12 2025
Elapsed28 secs

All Changes:

:

  1. Change #231651

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Mon 09 Jun 2025 01:42:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5fea5e3e11d6ff425db48f44489916399822aece

    Comments

    configure: rename POSIX ioctl check
    Commit 00b64fca55a3a009c9d0e391c85f4fd3291e5d12 introduced configure
    detection for HAVE_POSIX_IOCTL but unfortunately this conflicts with
    v4l-utils version 1.30, which itself checks for #ifdef HAVE_POSIX_IOCTL
    in a public header and erroneously determines it to be true because we
    define this to be 0.
    
    Since this is only used for avdevice/v4l2, we rename this to something
    else, namely ioctl_posix, simply to prevent the name conflict with the
    file /usr/include/libv4l2.h at least until they can upstream a fix on
    their end.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • configure
    • libavdevice/v4l2.c