FFmpeg patch compile problem in OpenSUSE 12.1

Started by sypta01, August 05, 2012, 12:29:37 PM

Previous topic - Next topic

sypta01

Hello!
I'm tying to compile Avidemux 2.6 from nighty builds 8112 and 8116 in SUSE 12.1 and see message

-- Checking for patch
-- ******************
CMake Error at /home/zdenda/snapshot_8116/cmake/FindPatch.cmake:15 (message):
  patch not found
Call Stack (most recent call first):
  /home/zdenda/snapshot_8116/cmake/admFFmpegBuild.cmake:51 (find_package)
  CMakeLists.txt:77 (include)



Where could be the problem please?
Here's complete log>


QuoteCMAKE Version : 2.8.6
Build configuration :
******************* :
Build type :
Release build
    Core will be built
     Gtk will be skipped
    Qt4 will be built
     Cli will be skipped
    Plugins will be built
**BootStrapping avidemux **
Top dir : /home/zdenda/snapshot_8116
Fake installation directory=/home/zdenda/snapshot_8116/install

** CORE **
Building buildCore from ../avidemux_core with EXTRA=<>, DEBUG=<>
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done

#########################################
Configure for avidemux core libs Started
#########################################

-- [BUILD] EXTRA Cflags:
-- [BUILD] EXTRA CXXflags:
-- [BUILD] EXTRA LDflags:
-- [BUILD] Compiler /usr/bin/c++
-- [BUILD] Linker   /usr/bin/ld
-- Top Source dir is /home/zdenda/snapshot_8116/avidemux_core/..

-- Checking Compiler support
-- *************************
-- Checking if compiler supports x86 64-bit - Yes
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian

-- CMAKE_INSTALL_PREFIX: /usr
-- AVIDEMUX_INSTALL_DIR: /usr
-- FAKEROOT                   : /home/zdenda/snapshot_8116/install/
-- AVIDEMUX_BIN_DIR           : /usr/bin
-- AVIDEMUX_LIB_DIR           : /usr/lib64
-- AVIDEMUX_INCLUDE_DIR       : /usr/include
-- AVIDEMUX_SEARCH_INCLUDE_DIR: /home/zdenda/snapshot_8116/install//usr/include
-- AVIDEMUX_SEARCH_LIB_DIR    : /home/zdenda/snapshot_8116/install//usr/lib64

-- Checking for SCM
-- ****************
-- Dont know what SCM is used

-- Checking for pkg-config
-- ***********************
-- Found pkg-config

-- Checking for pthreads
-- *********************
-- Found pthreads

-- Checking for zlib
-- *****************
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.5")
-- Found zlib

-- Checking for gettext
-- ********************
-- Found libintl.h
-- Cound not find intl library
Could not find Gettext
-- libintl not required for gettext support

-- Checking for SDL
-- ****************
-- Found SDL

-- Checking for XVideo
-- *******************
-- Found X11/extensions/Xvlib.h
-- Found Xv library
-- Found XvShmPutImage in /usr/lib64/libXv.so
-- Found XVideo

-- Checking for execinfo
-- *********************
-- Found execinfo.h
-- Cound not find execinfo library
Could not find execinfo

-- Checking for VDPAU
-- *******************
-- Found vdpau/vdpau.h
-- Found VDPAU

-- Checking system headers
-- ***********************
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for include files HAVE_INTTYPES_H
-- Looking for include files HAVE_INTTYPES_H - found

-- Checking for ftello
-- ********************
-- ftello present

-- Checking for sqlite
-- *******************
-- Found sqlite3.h
-- Found sqlite3 library
-- Found sqlite3_close in /usr/lib64/libsqlite3.so
-- Found SQLite

-- ADM_coreConfig.h generated

-- Creating /home/zdenda/snapshot_8116/buildCore/ffmpeg
-- Checking for tar
-- ****************
-- Found tar

-- Unpacking ffmpeg from /home/zdenda/snapshot_8116/avidemux_core/../avidemux_core/ffmpeg_package/ffmpeg-0.11.1.tar.bz2 to /home/zdenda/snapshot_8116/buildCore/ffmpeg

-- Checking for patch
-- ******************
CMake Error at /home/zdenda/snapshot_8116/cmake/FindPatch.cmake:15 (message):
  patch not found
Call Stack (most recent call first):
  /home/zdenda/snapshot_8116/cmake/admFFmpegBuild.cmake:51 (find_package)
  CMakeLists.txt:77 (include)


-- Configuring incomplete, errors occurred!
** Failed at cmakeZ**