I've tried to get amarok and rhythmbox installed under 10.4. I'd like to
contribute this chunk of log (I don't know if there's a size limit...)
from
attempts to compile libxine1-shlibs, by itself (it has no dependencies,
that I know of, to interfere). OS X 10.4.11 (intel), Xcode 2.3, fink
0.28,
finkcommander 0.5.4 (it's from the Fink 0.8.1 Binary Installer
(Intel)). I
tried it with and without various updates but for this log fc has been
selfupdate-cvs and update all, repeatedly. ...OK, the output is 496
pages,
I'll try and truncate it usefully, include the beginning and the end
and a
little in the middle. Tell me if there's something specific that would
be
useful... Thanks for sharing your time and knowledge.
The following package will be installed or updated: libxine1-shlibs Setting
runtime build-lock... dpkg-deb -b
/sw/src/fink.build/root-fink-buildlock-libxine1-1.1.2-1023
/sw/src/fink.build dpkg-deb: building package
`fink-buildlock-libxine1-1.1.2-1023' in `/sw/src/fink.build/fink-
buildlock-libxine1-1.1.2-1023_2008.02.28-13.52.39_darwin-i386.deb'.
Installing build-lock package... /sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-libxine1-1.1.2-1023_2008.02.28-
13.52.39_darwin-i386.deb (Reading database ... 71714 files and
directories
currently installed.) Preparing to replace
fink-buildlock-libxine1-1.1.2-1023 2008.02.28-13.40.57 (using .../fink-
buildlock-libxine1-1.1.2-1023_2008.02.28-13.52.39_darwin-i386.deb) ...
Unpacking replacement fink-buildlock-libxine1-1.1.2-1023 ... Setting up
fink-buildlock-libxine1-1.1.2-1023 (2008.02.28-13.52.39) ... bzip2 -dc
/sw/src/xine-lib-1.1.2.tar.bz2 | /sw/bin/tar -xf - --no-same-owner
--no-same- permissions Use of uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm line 4959. Use of uninitialized value
in
list assignment at /sw/lib/perl5/Fink/PkgVersion.pm line 4959. patch -p1
</sw/fink/dists/unstable/main/finkinfo/libs/libxine1.patch patching file
configure patching file misc/cdda_server.c patching file
src/input/input_dvd.c patching file src/input/libdvdnav/bswap.h patching
file src/input/libdvdnav/dvd_input.c patching file src/post/planar/eq.c
patching file src/post/planar/eq2.c Use of uninitialized value in list
assignment at /sw/lib/perl5/Fink/PkgVersion.pm line 4959. perl -pi -e
's,-faltivec,-faltivec -maltivec,g' configure perl -pi -e
's,libX11.so,libX11.dylib,g; s,libXv.so,libXv.dylib,g;' configure perl
-pi
-e 's/-avoid-version/-Wl,-read_only_relocs,warning/g;'
src/libffmpeg/Makefile.in src/post/deinterlace/Makefile.in
src/post/planar/Makefile.in find . -name \*.c -o -name \*.h | xargs grep
balign | cut -d: -f1 | sort -u | xargs perl -pi -e 's,.balign 16,.align
4,g; s,.balign 8,.align 3,g;' perl -pi -e 's,-O3,-Os,g' configure Use of
uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm
line 4959. /var/tmp/tmp.1.0Acsif #!/bin/sh -ev
export PATH="/sw/lib/freetype219/bin:$PATH" export
PKG_CONFIG_PATH="/sw/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" if
[
"i386" = "i386" ]; then export CPPFLAGS="$CPPFLAGS -UHAVE_MMX
-UHAVE_MMX2"
fi ./configure --prefix=/sw --enable-fpic --with-pic --enable-static
--enable-shared --disable- alsa --disable-alsatest --disable-dxr3
--enable-macosx-video --enable-coreaudio --disable-fb --
disable-directfb
--disable-vis --disable-mlib --libexecdir=/sw/lib/libxine --
mandir=/sw/share/man --disable-sdltest --disable-altivec
--disable-w32dll
--disable- dependency-tracking checking build system type...
i386-apple-darwin8.11.1 checking host system type...
i386-apple-darwin8.11.1 checking target system type...
i386-apple-darwin8.11.1 checking for a BSD-compatible install...
/usr/bin/install -c checking whether build environment is sane... yes
checking for gawk... gawk checking whether make sets $(MAKE)... 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... none checking for
library
containing strerror... none required checking for grep that handles long
lines and -e... /usr/bin/grep checking for egrep... /usr/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) none 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... /usr/bin/install -c
checking
whether ln -s works... yes checking for gawk... (cached) gawk checking
for
inline... inline checking for a sed that does not truncate output...
/usr/bin/sed checking for ld used by gcc... /usr/bin/ld checking if the
linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to
reload object files... -r checking for BSD-compatible nm... /usr/bin/nm
-p
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++... none checking
how
to run the C++ preprocessor... g++ -E checking for g77... no checking
for
f77... no checking for xlf... no checking for frt... no checking for
pgf77... no checking for cf77... no checking for fort77... no checking
for
fl32... no checking for af77... no checking for f90... no checking for
xlf90... no checking for pgf90... no checking for pghpf... no checking
for
epcf90... no checking for gfortran... no checking for g95... no checking
for f95... no checking for fort... no checking for xlf95... no checking
for
ifort... no checking for ifc... no checking for efc... no checking for
pgf95... no checking for lf95... no checking for ftn... no checking
whether
we are using the GNU Fortran 77 compiler... no checking whether accepts
-g... no checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p 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... -fno-common checking if gcc PIC flag
-fno-common works... yes checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries...
yes checking dynamic linker characteristics... darwin8.11.1 dyld
checking
how to hardcode library paths into programs... immediate checking
whether
stripping libraries is possible... yes 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... yes
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... no checking whether the g++ linker
(/usr/bin/ld)
supports shared libraries... yes checking for g++ option to produce
PIC...
-fno-common checking if g++ PIC flag -fno-common 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... darwin8.11.1 dyld checking how to hardcode library
paths
into programs... immediate checking whether stripping libraries is
possible... yes 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... no
checking
for shared library run path origin... done checking for iconv... yes
checking how to link with libiconv... -L/sw/lib -liconv 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... /sw/bin/msgfmt checking for
gmsgfmt... /sw/bin/msgfmt checking for xgettext... /sw/bin/xgettext
checking for msgmerge... /sw/bin/msgmerge checking for
CFPreferencesCopyAppValue... yes checking for CFLocaleCopyCurrent... yes
checking whether NLS is requested... yes checking for GNU gettext in
libc... no checking for iconv... (cached) yes checking how to link with
libiconv... -L/sw/lib -liconv checking for GNU gettext in libintl... yes
checking whether to use NLS... yes checking where the gettext function
comes from... external libintl checking how to link with libintl...
-L/sw/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation 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 inline... (cached) inline checking for
always_inline... 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... yes checking libdir name...
lib checking whether lrintf is declared... yes checking whether rintf is
declared... yes checking for int_fast8_t... yes using included ffmpeg
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes checking for connect... yes checking
for
remove... yes checking for shmat... yes checking for
IceConnectionNumber in
-lICE... yes checking for socket in -lsocket... no checking for
gethostbyname in -lnsl... no checking for socklen_t... socklen_t IPv6 is
disabled 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... no *** no POSIX timers available.
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... no checking linux/videodev.h presence... no checking for
linux/videodev.h... no checking for libXv.dylib... found libXv.dylib in
/usr/X11R6/lib checking for XvShmCreateImage in -lXv... 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
XineramaQueryExtension in -lXinerama... yes checking for aalib-config...
/sw/bin/aalib-config checking for AALIB version >= 1.4... yes checking
for
caca-config... /sw/bin/caca-config checking for CACA version >= 0.3...
yes
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... no checking linux/fb.h presence... no
checking for linux/fb.h... no checking for pkg-config...
/sw/bin/pkg-config
checking for sdl-config... /sw/bin/sdl-config yes checking for
Libstk... no
*** All of Libstk dependent parts will be disabled *** checking for
polypaudio... no *** All of polypaudio dependent parts will be disabled
***
checking for DirectX... no *** All DirectX dependent parts will be
disabled
*** checking for vidix support... no checking for DHA linux kernel
module
build... no checking for mknod... mknod checking for depmod... no
checking
for Ogg... yes checking for Vorbis... yes checking for Ogg... yes
checking
for Theora... yes checking for speex... yes checking SPEEX_CFLAGS...
-I/sw/include checking SPEEX_LIBS... -L/sw/lib -lspeex -logg checking
speex/speex.h usability... yes checking speex/speex.h presence... yes
checking for speex/speex.h... yes checking for libFLAC... yes Use
included
a52dec support Use included libmad support checking for mng_initialize
in
-lmng... yes checking libmng.h usability... yes checking libmng.h
presence... yes checking for libmng.h... yes checking for Wand-config...
/sw/bin/Wand-config checking for freetype-config...
/sw/lib/freetype219/bin/freetype-config checking for OSS audio
support...
no checking for esd-config... /sw/bin/esd-config checking for ESD -
version
>= 0.2.8... yes checking for artsc-config... /sw/bin/artsc-config
checking
for ARTS artsc - version >= 0.9.5... checking for arts_init in
-lartsc...
yes yes checking for gnome-vfs-2.0... yes checking GNOME_VFS_CFLAGS...
-DORBIT2=1 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -
I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0
-I/sw/include/gconf/2 - I/sw/include/libbonobo-2.0
-I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs-2.0/include checking
GNOME_VFS_LIBS... -L/sw/lib -lgnomevfs-2 -lbonobo-2 -lgconf-2
-lbonobo-activation - lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lgobject-2.0
-lglib-2.0 -lintl -liconv checking for gdk-pixbuf-2.0... yes checking
GDK_PIXBUF_CFLAGS... -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/gtk- 2.0 checking GDK_PIXBUF_LIBS... -L/sw/lib
-lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
-liconv
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... no checking linux/cdrom.h presence... no
checking for linux/cdrom.h... no checking if cdrom ioctls are
available...
no *** (S)VCD support will be disabled *** Use included DVDNAV support
checking how to create empty arrays... [] checking for libcdio... found
checking for libvcdinfo... found Use included libdts support checking
for
libmodplug >= 0.7... checking for ip_mreqn... no checking for special C
compiler options needed for large files... no checking for
_FILE_OFFSET_BITS value needed for large files... no checking for
_LARGE_FILES value needed for large files... no checking for
sched_get_priority_min in -lposix4... no checking for _vsnprintf... no
checking for _snprintf... no checking for _stricmp... no checking for
_strnicmp... 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
strcasecmp... yes checking for strncasecmp... yes checking for
_LARGEFILE_SOURCE value needed for large files... no checking for
fseeko...
yes checking assert.h usability... yes checking assert.h presence... yes
checking for assert.h... yes checking byteswap.h usability... no
checking
byteswap.h presence... no checking for byteswap.h... no checking
malloc.h
usability... no checking malloc.h presence... no checking for
malloc.h...
no checking execinfo.h usability... no checking execinfo.h presence...
no
checking for execinfo.h... no 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 basename... yes checking for
gettimeofday... yes checking for setenv... yes checking for strndup...
no
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 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 altivec.h
usability... no checking altivec.h presence... no checking for
altivec.h...
no checking for sgmltools... no checking for fig2dev... fig2dev checking
dependency style of gcc... 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: creating Makefile config.status: creating doc/Makefile
config.status: creating doc/man/Makefile config.status: creating
doc/man/en/Makefile config.status: creating doc/hackersguide/Makefile
config.status: creating doc/faq/Makefile config.status: creating
include/Makefile config.status: creating include/xine.h config.status:
creating lib/Makefile config.status: creating m4/Makefile config.status:
creating misc/Makefile config.status: creating misc/SlackBuild
config.status: creating misc/build_rpms.sh config.status: creating
misc/fonts/Makefile config.status: creating misc/libxine.pc
config.status:
creating misc/relchk.sh config.status: creating misc/xine-config
config.status: creating misc/xine-lib.spec config.status: creating
po/Makefile.in config.status: creating src/Makefile config.status:
creating
src/audio_out/Makefile config.status: creating src/demuxers/Makefile
config.status: creating src/dxr3/Makefile config.status: creating
src/input/Makefile config.status: creating src/input/libdvdnav/Makefile
config.status: creating src/input/dvb/Makefile config.status: creating
src/input/librtsp/Makefile config.status: creating
src/input/libreal/Makefile config.status: creating
src/input/vcd/Makefile
config.status: creating src/input/vcd/libcdio/Makefile config.status:
creating src/input/vcd/libcdio/cdio/Makefile config.status: creating
src/input/vcd/libcdio/MSWindows/Makefile config.status: creating
src/input/vcd/libcdio/image/Makefile config.status: creating
src/input/vcd/libvcd/Makefile config.status: creating
src/input/vcd/libvcd/libvcd/Makefile config.status: creating
src/liba52/Makefile config.status: creating src/libdts/Makefile
config.status: creating src/libfaad/Makefile config.status: creating
src/libfaad/codebook/Makefile config.status: creating
src/libffmpeg/Makefile config.status: creating
src/libffmpeg/libavcodec/Makefile config.status: creating
src/libffmpeg/libavcodec/armv4l/Makefile config.status: creating
src/libffmpeg/libavcodec/i386/Makefile config.status: creating
src/libffmpeg/libavcodec/mlib/Makefile config.status: creating
src/libffmpeg/libavcodec/alpha/Makefile config.status: creating
src/libffmpeg/libavcodec/ppc/Makefile config.status: creating
src/libffmpeg/libavcodec/sparc/Makefile config.status: creating
src/libffmpeg/libavcodec/libpostproc/Makefile config.status: creating
src/libffmpeg/libavutil/Makefile config.status: creating
src/libflac/Makefile config.status: creating src/liblpcm/Makefile
config.status: creating src/libmad/Makefile config.status: creating
src/libmpeg2/Makefile config.status: creating src/libmusepack/Makefile
config.status: creating src/libmusepack/musepack/Makefile config.status:
creating src/libspudec/Makefile config.status: creating
src/libspucc/Makefile config.status: creating src/libspucmml/Makefile
config.status: creating src/libspudvb/Makefile config.status: creating
src/libsputext/Makefile config.status: creating src/libvorbis/Makefile
config.status: creating src/libtheora/Makefile config.status: creating
src/libspeex/Makefile config.status: creating src/libw32dll/Makefile
config.status: creating src/libw32dll/wine/Makefile config.status:
creating
src/libw32dll/DirectShow/Makefile config.status: creating
src/libw32dll/dmo/Makefile config.status: creating
src/libw32dll/qtx/Makefile config.status: creating
src/libw32dll/qtx/qtxsdk/Makefile config.status: creating
src/libxinevdec/Makefile config.status: creating
src/libxineadec/Makefile
config.status: creating src/libxineadec/gsm610/Makefile config.status:
creating src/libxineadec/nosefart/Makefile config.status: creating
src/libreal/Makefile config.status: creating src/post/Makefile
config.status: creating src/post/planar/Makefile config.status: creating
src/post/goom/Makefile config.status: creating src/post/mosaico/Makefile
config.status: creating src/post/visualizations/Makefile config.status:
creating src/post/audio/Makefile config.status: creating
src/post/deinterlace/Makefile config.status: creating
src/post/deinterlace/plugins/Makefile config.status: creating
src/video_out/Makefile config.status: creating
src/video_out/libdha/Makefile config.status: creating
src/video_out/libdha/bin/Makefile config.status: creating
src/video_out/libdha/kernelhelper/Makefile config.status: creating
src/video_out/libdha/oth/Makefile config.status: creating
src/video_out/libdha/sysdep/Makefile config.status: creating
src/video_out/macosx/Makefile config.status: creating
src/video_out/vidix/Makefile config.status: creating
src/video_out/vidix/drivers/Makefile config.status: creating
src/xine-utils/Makefile config.status: creating src/xine-engine/Makefile
config.status: creating win32/Makefile config.status: creating
win32/include/Makefile config.status: creating config.h config.status:
executing depfiles commands config.status: executing default-1 commands
config.status: creating po/POTFILES config.status: creating po/Makefile
config.status: executing default commands xine-lib summary:
---------------- * input plugins: - file - net - stdin_fifo
-
rtp - http - mms - pnm - rtsp - dvb - dvd (internal
libs) - gnome-vfs
* demultiplexer plugins: - avi - mpeg - mpeg_block - mpeg_audio -
mpeg_elem - mpeg_pes - mpeg_ts - qt/mpeg-4 - film -
roq
- fli - smjpeg - idcin - wav - wc3 mve - voc -
vqa
- aiff - cdda - snd/au - yuv4mpeg2 -
real/realaudio -
ea wve - raw dv - interplay mve - psx str - ws aud - pva -
vox - nsf - nsv - 4xm - aac - iff -
matroska
- vmd - flv - asf - ogg - mng - ac3 (internal library)
* video decoder plugins: - MPEG 1,2 - Amiga Bitplane - Raw RGB
- Raw YUV - ffmpeg (internal library): - MPEG-4 (ISO, Microsoft, DivX*,
XviD) - Creative YUV - Motion JPEG - Cinepak - MS Video-1 -
FLI/FLC - MS RLE - Id RoQ - Id Cin - Apple Graphics -
Apple Video - Apple Animation - Interplay Video - Westwood VQA -
Origin
Xan - H.263 - Intel Indeo 3 - SVQ1 - SVQ3 - Real
Video
1.0 - Real Video 2.0 - 4X Video - Sierra Video - Asus v1/v2
-
HuffYUV - On2 VP3 - DV - 8BPS - Duck TrueMotion v1 -
ATI
VCR1 - Flash Video - ZLIB - MSZH - image - gdk-pixbuf
-
theora
* audio decoder plugins: - GSM 06.10 - linear PCM - Nosefart (NSF) -
ffmpeg (internal library): - Windows Media Audio v1/v2 - DV -
logarithmic PCM - 14k4 - 28k8 - MS ADPCM - IMA ADPCM - XA
ADPCM - Game DPCM/ADPCM - Mace 3:13 - Mace 6:1 - FLAC - vorbis
-
speex - faad - MAD (MPG 1/2/3) (internal library) - DTS (internal
library)
- A52/ra-dnet (internal library)
* subtitle decoder plugins: - spu - spucc - spucmml -
sputext - spudvb
* post effect plugins: * planar video effects: - invert - expand - eq
- eq2 - boxblur - denoise3d - unsharp -
tvtime
* SFX: - goom - oscope - fftscope - mosaico
* video driver plugins: - XShm (X11 shared memory) - Xv (XVideo *shared*) -
OpenGL - aa (Ascii ART) - caca (Color AsCii Art) - sdl (Simple
DirectMedia
Layer) - Mac OS X OpenGL
* audio driver plugins: - esd (Enlightened Sound Daemon) - arts (aRts - KDE
soundserver) - CoreAudio (Mac OS X audio driver) ---
***cut***
xineplug_decode_faad_la-sbr_syntax.o
.libs/xineplug_decode_faad_la-sbr_tf_grid.o
.libs/xineplug_decode_faad_la-specrec.o
.libs/xineplug_decode_faad_la-ssr.o
.libs/xineplug_decode_faad_la-ssr_fb.o
.libs/xineplug_decode_faad_la-ssr_ipqf.o
.libs/xineplug_decode_faad_la-syntax.o
.libs/xineplug_decode_faad_la-tns.o
.libs/xineplug_decode_faad_la-xine_decoder.o -L/sw/lib/freetype219/lib
../../src/xine- engine/.libs/libxine.dylib -L/sw/lib
/sw/lib/libintl.dylib
/sw/lib/libiconv.dylib /sw/lib/freetype219/lib/libfreetype.dylib
-mtune=i386 -Wl,-dylib_file -
Wl,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.
dylib:/System/Library/
Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib nmedit -s
.libs/xineplug_decode_faad-symbols.expsym .libs/xineplug_decode_faad.so
ar
cru .libs/xineplug_decode_faad.a xineplug_decode_faad_la-bits.o
xineplug_decode_faad_la-cfft.o xineplug_decode_faad_la-common.o
xineplug_decode_faad_la-decoder.o xineplug_decode_faad_la- drc.o
xineplug_decode_faad_la-drm_dec.o xineplug_decode_faad_la-error.o
xineplug_decode_faad_la- filtbank.o xineplug_decode_faad_la-hcr.o
xineplug_decode_faad_la-huffman.o xineplug_decode_faad_la-ic_predict.o
xineplug_decode_faad_la-is.o xineplug_decode_faad_la- lt_predict.o
xineplug_decode_faad_la-mdct.o xineplug_decode_faad_la-mp4.o
xineplug_decode_faad_la-ms.o xineplug_decode_faad_la-output.o
xineplug_decode_faad_la-pns.o xineplug_decode_faad_la-ps_dec.o
xineplug_decode_faad_la-ps_syntax.o xineplug_decode_faad_la- pulse.o
xineplug_decode_faad_la-rvlc.o xineplug_decode_faad_la-sbr_dct.o
xineplug_decode_faad_la- sbr_dec.o xineplug_decode_faad_la-sbr_e_nf.o
xineplug_decode_faad_la-sbr_fbt.o xineplug_decode_faad_la-sbr_hfadj.o
xineplug_decode_faad_la-sbr_hfgen.o xineplug_decode_faad_la- sbr_huff.o
xineplug_decode_faad_la-sbr_qmf.o xineplug_decode_faad_la-sbr_syntax.o
xineplug_decode_faad_la-sbr_tf_grid.o xineplug_decode_faad_la-specrec.o
xineplug_decode_faad_la- ssr.o xineplug_decode_faad_la-ssr_fb.o
xineplug_decode_faad_la-ssr_ipqf.o xineplug_decode_faad_la- syntax.o
xineplug_decode_faad_la-tns.o xineplug_decode_faad_la-xine_decoder.o
ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-drm_dec.o) has no
symbols ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr.o) has no
symbols
ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr_fb.o) has no
symbols ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr_ipqf.o) has no
symbols ranlib .libs/xineplug_decode_faad.a ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-drm_dec.o) has no
symbols ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr.o) has no
symbols
ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr_fb.o) has no
symbols ranlib: file:
.libs/xineplug_decode_faad.a(xineplug_decode_faad_la-ssr_ipqf.o) has no
symbols creating xineplug_decode_faad.la (cd .libs && rm -f
xineplug_decode_faad.la && ln -s ../xineplug_decode_faad.la
xineplug_decode_faad.la) Making all in libflac /bin/sh
../../libtool-nofpic
--tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -
I../../include -I../../include -I../../src -I../../src/xine-engine
-I../../src/xine-engine -I../../src/xine- utils -I../../src/input
-I../../src/input -I../../lib -I../../lib -fno-common -
I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
-I/usr/X11R6/include - I/sw/include -UHAVE_MMX -UHAVE_MMX2
-I/sw/include
-mtune=i386 -Os -pipe -fno-strict- aliasing -ffast-math
-finline-functions
-no-cpp-precomp -D_INTL_REDIRECT_MACROS -Wall - Wnested-externs
-Wcast-align -Wchar-subscripts -Wmissing-declarations
-Wmissing-prototypes
- DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE
-Wformat=2
-Wno-format- zero-length -Wmissing-format-attribute -Wstrict-aliasing=2
-c
-o demux_flac.lo demux_flac.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../.. -I../../include -I../../include -I../../src
-I../../src/xine- engine -I../../src/xine-engine -I../../src/xine-utils
-I../../src/input -I../../src/input -I../../lib - I../../lib -fno-common
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include -
I/usr/X11R6/include -I/sw/include -UHAVE_MMX -UHAVE_MMX2 -I/sw/include
-mtune=i386 -Os - pipe -fno-strict-aliasing -ffast-math
-finline-functions
-no-cpp-precomp - D_INTL_REDIRECT_MACROS -Wall -Wnested-externs
-Wcast-align -Wchar-subscripts -Wmissing- declarations
-Wmissing-prototypes
-DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 - DXINE_COMPILE -Wformat=2
-Wno-format-zero-length -Wmissing-format-attribute -Wstrict- aliasing=2
-c
demux_flac.c -fno-common -DPIC -o .libs/demux_flac.o
demux_flac.c:39:42:
error: FLAC/seekable_stream_decoder.h: No such file or directory
demux_flac.c:72: error: parse error before 'FLAC__SeekableStreamDecoder'
demux_flac.c:72: warning: no semicolon at end of struct or union
demux_flac.c:79: error: parse error before '}' token demux_flac.c:79:
warning: type defaults to 'int' in declaration of 'demux_flac_t'
demux_flac.c:79: warning: data definition has no type or storage class
demux_flac.c:93: error: parse error before 'flac_read_callback'
demux_flac.c:93: warning: type defaults to 'int' in declaration of
'FLAC__SeekableStreamDecoder' demux_flac.c:93: error: parse error before
'*' token demux_flac.c:97: warning: return type defaults to 'int'
*** more demux_flac and some flac errors and warnings ***
'FLAC__seekable_stream_decoder_init' demux_flac.c:597: warning: implicit
declaration of function
'FLAC__seekable_stream_decoder_process_until_end_of_metadata'
demux_flac.c:597: warning: nested extern declaration of
'FLAC__seekable_stream_decoder_process_until_end_of_metadata' make[3]:
***
[demux_flac.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]:
***
[all-recursive] Error 1 make: *** [all] Error 2 ### execution of
/var/tmp/tmp.1.0Acsif failed, exit code 2 Removing runtime build-lock...
Removing build-lock package... /sw/bin/dpkg-lockwait -r
fink-buildlock-libxine1-1.1.2-1023 (Reading database ... 71714 files and
directories currently installed.) Removing
fink-buildlock-libxine1-1.1.2-1023 ... Failed: phase compiling:
libxine1-1.1.2-1023 failed
PS I've had to modify lines over 80 characters. (In the 21st century we have
this thing called word wrap... sorry but guttenberg formatting p!$$3$ me
off.)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners