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

Builder ffmpeg64-solaris10-i386 Build #12269

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12269 Build
codebase Build
got_revision 5fea5e3e11d6ff425db48f44489916399822aece Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5fea5e3e11d6ff425db48f44489916399822aece Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Leo Izen

Timing:

StartMon Jun 9 01:54:46 2025
EndMon Jun 9 01:54:59 2025
Elapsed12 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