You are not logged in.
Pages: 1
I have to compile xine-lib patched with vdr-xine and there is a problem. I dont know why... Maybe someone could help?
[xanthus@Arch xine-lib]$ ./autogen.sh
**Warning**: Version of aclocal is less than 180.
Some warning message might occur from aclocal
+ Running aclocal: done.
+ Running libtoolize: done.
+ Running autoheader: done.
**Warning**: Version of automake is less than 180.
Some warning message might occur from automake
+ Running automake: configure.ac:91: installing `./missing'
configure.ac:188: installing `./mkinstalldirs'
configure.ac:91: installing `./install-sh'
doc/hackersguide/Makefile.am:27: addprefix $(srcdir: non-POSIX variable name
doc/hackersguide/Makefile.am:27: (probably a GNU make extension)
doc/hackersguide/Makefile.am:64: `%'-style pattern rules are a GNU make extension
doc/hackersguide/Makefile.am:67: `%'-style pattern rules are a GNU make extension
lib/Makefile.am: installing `./depcomp'
src/libffmpeg/libavcodec/i386/Makefile.am:8: `:='-style assignments are not portable
src/libffmpeg/libavcodec/i386/Makefile.am:8: `CFLAGS' is a user variable, you should not override it;
src/libffmpeg/libavcodec/i386/Makefile.am:8: use `AM_CFLAGS' instead.
src/libffmpeg/libavcodec/ppc/Makefile.am:7: `CFLAGS' is a user variable, you should not override it;
src/libffmpeg/libavcodec/ppc/Makefile.am:7: use `AM_CFLAGS' instead.
src/libw32dll/wine/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ...
misc/Makefile.common:1: ... `LIBTOOL' previously defined here
src/libw32dll/wine/Makefile.am:1: `misc/Makefile.common' included from here
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
src/libw32dll/wine/Makefile.am:17: `CFLAGS' is a user variable, you should not override it;
src/libw32dll/wine/Makefile.am:17: use `AM_CFLAGS' instead.
src/post/goom/Makefile.am:11: `CFLAGS' is a user variable, you should not override it;
src/post/goom/Makefile.am:11: use `AM_CFLAGS' instead.
src/video_out/libdha/kernelhelper/Makefile.am:7: shell $(SHELL: non-POSIX variable name
src/video_out/libdha/kernelhelper/Makefile.am:7: (probably a GNU make extension)
src/xine-engine/Makefile.am:7: LIBTOOL multiply defined in condition TRUE ...
misc/Makefile.common:1: ... `LIBTOOL' previously defined here
src/xine-engine/Makefile.am:1: `misc/Makefile.common' included from here
src/xine-utils/Makefile.am:3: LIBTOOL multiply defined in condition TRUE ...
misc/Makefile.common:1: ... `LIBTOOL' previously defined here
src/xine-utils/Makefile.am:1: `misc/Makefile.common' included from here
done.
+ Running autoconf: done.
+ Running 'configure ':
** If you wish to pass arguments to ./configure, please
** specify them on the command line.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for file... /usr/bin/file
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for plural forms in GNU msgfmt... yes
checking for nl_langinfo... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for long... yes
checking size of long... 4
checking for inttypes.h... (cached) yes
checking for ssize_t... yes
checking for pthread_create in -lpthread... yes
checking for recursive mutex support in pthread... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... (cached) yes
checking libdir name... lib
using included ffmpeg
checking for int_fast8_t... yes
checking whether lrintf is declared... yes
checking whether rintf is declared... yes
checking for mlib_VideoAddBlock_U8_S16 in -lmlib... no
checking for X... libraries , headers
checking for X11... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for socklen_t... socklen_t
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for clock_getres in -lrt... yes
checking for glBegin in -lGL... yes
checking for tan in -lm... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for gluPerspective in -lGLU... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking if GLU is sane... yes
checking linux/videodev.h usability... yes
checking linux/videodev.h presence... yes
checking for linux/videodev.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking for XV... yes
checking whether to enable the xxmc plugin with vld extensions...
checking for XvMCPutSlice in -lXvMCW... no
*** Could not link with -lXvMCW for vld extensions.
checking for XvMCCreateContext in -lXvMCW... no
*** Could not link with -lXvMCW for standard XvMC.
*** Disabling xxmc plugin due to above errors.
checking whether to enable the xvmc plugin...
checking for XvMCCreateContext in -lXvMCW... (cached) no
*** Could not link with -lXvMCW.
*** Disabling old xvmc plugin due to above errors.
checking for XINERAMA... yes
checking for aalib-config... no
checking for aainfo... no
checking for AALIB version >= 1.4... no
*** The aalib-config|aainfo program installed by AALIB could not be found
*** If AALIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or use --with-aalib-prefix to set the prefix
*** where AALIB is installed.
*** All of AALIB dependent parts will be disabled ***
checking for CACA... checking sys/fbio.h usability... no
checking sys/fbio.h presence... no
checking for sys/fbio.h... no
checking for XDgaGrabDrawable in -ldga... no
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking for SDL... checking for Libstk... no
*** All of Libstk dependent parts will be disabled ***
checking for PULSEAUDIO... checking for DirectX... no
*** All DirectX dependent parts will be disabled ***
*** checking for a supported mpeg encoder
checking for fame_open in -lfame... no
checking for rte_init in -lrte... no
*** no external mpeg encoder found
checking for vidix support... yes
checking for DHA linux kernel module build... no
checking for mknod... mknod
checking for depmod... depmod
checking for VORBIS... yes
checking for THEORA... checking for SPEEX... checking for libFLAC... yes
Use included a52dec support
Use included libmad support
checking for mng_initialize in -lmng... no
*** All libmng dependent parts will be disabled ***
checking for WAND... checking for OSS audio support... yes
checking for ALSA... yes
checking for ESD... yes
checking for artsc-config... /opt/kde/bin/artsc-config
checking for ARTS artsc - version >= 0.9.5... checking for arts_init in -lartsc... yes
yes
checking for JACK... yes
checking for GNOME_VFS... *** All of the gnome-vfs dependent parts will be disabled ***
checking for GDK_PIXBUF... yes
checking for smbc_init in -lsmbclient... no
*** All libsmbclient dependent parts will be disabled ***
checking for Sun audio support... no
checking for IRIX libaudio support... checking dmedia/audio.h usability... no
checking dmedia/audio.h presence... no
checking for dmedia/audio.h... no
no
*** All of IRIX AL dependent parts will be disabled ***
checking for kstat_open in -lkstat... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking if cdrom ioctls are available... yes
Use included DVDNAV support
checking how to create empty arrays... []
checking for libcdio... Use included libcdio/libvcdinfo support
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for inttypes.h... (cached) yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking whether gcc supports ISOC99 _Pragma()... yes
checking bitfield ordering in structs... LSBF
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdbool.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for sys/cdio.h... (cached) no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for linux/version.h... (cached) yes
checking for linux/cdrom.h... (cached) yes
checking for bzero... yes
checking for memcpy... yes
checking for struct tm.tm_gmtoff... yes
Use included libdts support
checking for LIBMODPLUG... checking whether to enable Win32 DLL support... yes
checking for ip_mreqn... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for sched_get_priority_min in -lposix4... no
checking for vsscanf... yes
checking for sigaction... yes
checking for sigset... yes
checking for getpwuid_r... yes
checking for nanosleep... yes
checking for lstat... yes
checking for memset... yes
checking for readlink... yes
checking for strchr... yes
checking for va_copy... no
checking for _snprintf... no
checking for snprintf... yes
checking for _vsnprintf... no
checking for vsnprintf... yes
checking for _stricmp... no
checking for strcasecmp... yes
checking for _strnicmp... no
checking for strncasecmp... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/mixer.h usability... no
checking sys/mixer.h presence... no
checking for sys/mixer.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for asprintf... yes
checking for basename... yes
checking for gettimeofday... yes
checking for setenv... yes
checking for strndup... yes
checking for strpbrk... yes
checking for strsep... yes
checking for strtok_r... yes
checking for timegm... yes
checking for unsetenv... yes
checking for hstrerror in -lresolv... yes
checking for opendir... yes
checking __attribute__ ((aligned ())) support... 64
checking if compiler supports __attribute__((visibility("...")))... yes
checking if compiler supports -fvisibility=hidden... yes
checking if compiler supports __attribute__((sentinel))... yes
checking if gcc supports "-mpreferred-stack-boundary=2" flags... yes
checking if gcc supports "-fschedule-insns2" flags... yes
checking if gcc supports "-mwide-multiply" flags... no
checking if gcc supports "-falign-functions=4" flags... yes
checking if gcc supports "-falign-loops=4" flags... yes
checking if gcc supports "-falign-jumps=4" flags... yes
checking if gcc supports "-fno-omit-frame-pointer" flags... yes
checking if gcc supports "-fno-inline-functions" flags... yes
checking if gcc supports "-fno-rename-registers" flags... yes
checking if gcc supports "-fprofile-arcs" flags... yes
checking if gcc supports "-fbranch-probabilities" flags... yes
checking for sane -Wpointer-arith... no
checking for gcc 3.4.0 or later... yes
checking if gcc supports "-Wall" flags... yes
checking if gcc supports "-mtune=i386" flags... yes
checking if gcc supports "-mtune=athlon" flags... yes
checking for sgmltools... no
checking for fig2dev... no
checking dependency style of ... none
checking if gcc supports "-Wformat" flags... yes
checking if gcc supports "-Wformat=2" flags... yes
checking if gcc supports "-Wno-format-zero-length" flags... yes
checking if gcc supports "-Wmissing-format-attribute" flags... yes
checking if gcc supports "-Wstrict-aliasing" flags... yes
checking if gcc supports "-Wstrict-aliasing=2" flags... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.inOffline
hi xanthus
for me it looks like, that you don't use the PKGBUILD from abs? It's easy to modify the PKGBUILD, for example add an additional patch, and use the arch buildsystem (ABS).
All the information you need to build your own packages you get here :
http://wiki.archlinux.org/index.php/ABS
An older version of PKGBUILD for xine-lib looks this way:
# $Id: PKGBUILD,v 1.43 2007/04/15 18:41:04 tpowa Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=xine-lib
pkgver=1.1.5
pkgrel=2
pkgdesc="A free video player for Unix"
arch=('i686' 'x86_64')
depends=('libgl' 'libxvmc' 'esd' 'flac>=1.1.4' 'libvorbis' 'sdl' 'libmng' 'libtheora'
'codecs')
makedepends=('pkgconfig' 'libtool' 'automake' 'autoconf' 'imagemagick'
'smbclient' 'mesa')
options=('nolibtool')
source=(http://heanet.dl.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz
xine-lib-1.1.1-configure-no-mcpu-march.patch)
url="http://xinehq.de/"
md5sums=('82d7bb4fee1ecf9574103f88fa4e25ce' '9776df4eb54d2f1f68d8268adbc3b5c2')build() {
cd ${startdir}/src/${pkgname}-${pkgver}
patch -Np0 -i ${startdir}/src/xine-lib-1.1.1-configure-no-mcpu-march.patch || return 1
aclocal -I m4
libtoolize --force
autoheader
automake --gnu --add-missing
autoconf
export SED="/bin/sed"
export LIBPNG_CONFIG="/usr/bin/pkg-config libpng12"if [ "$CARCH" = "x86_64" ]; then
CONF="--disable-polypaudio"
fi./configure --prefix=/usr --with-w32-path=/usr/lib/win32 \
--with-xv-path=/usr/lib --with-libflac ${CONF}
make || return 1
make DESTDIR=${startdir}/pkg install
}
Hope you have fun with it
ToLo
Offline
Pages: 1