hi list,

i'm running the following system:
> $ fink --version
> Package manager version: 0.29.15
> Distribution version: selfupdate-rsync Mon Nov  1 13:58:00 2010, 10.6, i386
> $ uname -a
> Darwin mpop.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 
> PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
> $ xcodebuild -version
> Xcode 3.2.3
> Component versions: DevToolsCore-1691.0; DevToolsSupport-1591.0
> BuildVersion: 10M2262

and during my attempt to update-all, libxine1 fails during comiple with this 
error:

> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -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 -I/sw/include -DCONFIG_DARWIN 
> -fvisibility=hidden -I/sw/include/ffmpeg -I/sw/include -I/sw/include 
> -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Os 
> -fomit-frame-pointer -fexpensive-optimizations -ffast-math 
> -I/sw/lib/fontconfig2/include -Wall -Wchar-subscripts -Wnested-externs 
> -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
> -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -DNDEBUG -MT 
> xineplug_post_planar_la-unsharp.lo -MD -MP -MF 
> .deps/xineplug_post_planar_la-unsharp.Tpo -c unsharp.c  -fno-common -DPIC -o 
> .libs/xineplug_post_planar_la-unsharp.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -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 -I/sw/include -DCONFIG_DARWIN 
> -fvisibility=hidden -I/sw/include/ffmpeg -I/sw/include -I/sw/include 
> -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Os 
> -fomit-frame-pointer -fexpensive-optimizations -ffast-math 
> -I/sw/lib/fontconfig2/include -Wall -Wchar-subscripts -Wnested-externs 
> -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
> -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -DNDEBUG -MT 
> xineplug_post_planar_la-unsharp.lo -MD -MP -MF 
> .deps/xineplug_post_planar_la-unsharp.Tpo -c unsharp.c -o 
> xineplug_post_planar_la-unsharp.o >/dev/null 2>&1
> mv -f .deps/xineplug_post_planar_la-unsharp.Tpo 
> .deps/xineplug_post_planar_la-unsharp.Plo
> /bin/sh ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../../include -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  -I/sw/include -DCONFIG_DARWIN  
> -fvisibility=hidden -I/sw/include/ffmpeg -I/sw/include -I/sw/include   
> -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE  -Os 
> -fomit-frame-pointer -fexpensive-optimizations -ffast-math 
> -I/sw/lib/fontconfig2/include -Wall -Wchar-subscripts -Wnested-externs 
> -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
> -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -DNDEBUG -MT 
> xineplug_post_planar_la-pp.lo -MD -MP -MF 
> .deps/xineplug_post_planar_la-pp.Tpo -c -o xineplug_post_planar_la-pp.lo 
> `test -f 'pp.c' || echo './'`pp.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../include -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 -I/sw/include -DCONFIG_DARWIN 
> -fvisibility=hidden -I/sw/include/ffmpeg -I/sw/include -I/sw/include 
> -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Os 
> -fomit-frame-pointer -fexpensive-optimizations -ffast-math 
> -I/sw/lib/fontconfig2/include -Wall -Wchar-subscripts -Wnested-externs 
> -Wcast-align -Wmissing-declarations -Wmissing-prototypes 
> -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 
> -Wno-format-zero-length -Wstrict-aliasing=2 
> -Werror=implicit-function-declaration -DNDEBUG -MT 
> xineplug_post_planar_la-pp.lo -MD -MP -MF 
> .deps/xineplug_post_planar_la-pp.Tpo -c pp.c  -fno-common -DPIC -o 
> .libs/xineplug_post_planar_la-pp.o
> pp.c:33:27: error: postprocess.h: No such file or directory
> pp.c:59: error: 'PP_QUALITY_MAX' undeclared here (not in a function)
> pp.c:79: error: expected specifier-qualifier-list before 'pp_context_t'
> pp.c: In function 'set_parameters':
> pp.c:90: error: 'post_plugin_pp_t' has no member named 'lock'
> pp.c:90: warning: passing argument 1 of 'pthread_mutex_lock' from 
> incompatible pointer type
> pp.c:94: error: 'post_plugin_pp_t' has no member named 'lock'
> pp.c:94: warning: passing argument 1 of 'pthread_mutex_unlock' from 
> incompatible pointer type
> pp.c: In function 'get_help':
> pp.c:127: error: 'pp_help' undeclared (first use in this function)
> pp.c:127: error: (Each undeclared identifier is reported only once
> pp.c:127: error: for each function it appears in.)
> pp.c: In function 'pp_open_plugin':
> pp.c:197: error: 'PP_FORMAT_420' undeclared (first use in this function)
> pp.c:197: warning: assignment makes integer from pointer without a cast
> pp.c:199: error: 'PP_CPU_CAPS_MMX' undeclared (first use in this function)
> pp.c:199: error: invalid operands to binary | (have 'int' and 'struct 
> xine_post_api_parameter_t *')
> pp.c:199: error: incompatible types in assignment
> pp.c:199: warning: statement with no effect
> pp.c:201: error: 'PP_CPU_CAPS_MMX2' undeclared (first use in this function)
> pp.c:201: error: invalid operands to binary | (have 'int' and 'struct 
> xine_post_api_parameter_t *')
> pp.c:201: error: incompatible types in assignment
> pp.c:201: warning: statement with no effect
> pp.c:203: error: 'PP_CPU_CAPS_3DNOW' undeclared (first use in this function)
> pp.c:203: error: invalid operands to binary | (have 'int' and 'struct 
> xine_post_api_parameter_t *')
> pp.c:203: error: incompatible types in assignment
> pp.c:203: warning: statement with no effect
> pp.c:205: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:205: warning: statement with no effect
> pp.c:206: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:206: warning: statement with no effect
> pp.c:208: error: 'post_plugin_pp_t' has no member named 'lock'
> pp.c:208: warning: passing argument 1 of 'pthread_mutex_init' from 
> incompatible pointer type
> pp.c: In function 'pp_dispose':
> pp.c:251: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:252: warning: implicit declaration of function 'pp_free_mode'
> pp.c:252: warning: nested extern declaration of 'pp_free_mode'
> pp.c:252: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:253: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:253: warning: statement with no effect
> pp.c:255: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:256: warning: implicit declaration of function 'pp_free_context'
> pp.c:256: warning: nested extern declaration of 'pp_free_context'
> pp.c:256: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:257: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:257: warning: statement with no effect
> pp.c: In function 'pp_draw':
> pp.c:305: error: 'post_plugin_pp_t' has no member named 'lock'
> pp.c:305: warning: passing argument 1 of 'pthread_mutex_lock' from 
> incompatible pointer type
> pp.c:307: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:315: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:316: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:318: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:318: warning: implicit declaration of function 'pp_get_context'
> pp.c:318: warning: nested extern declaration of 'pp_get_context'
> pp.c:318: warning: statement with no effect
> pp.c:320: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:321: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:322: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:322: warning: statement with no effect
> pp.c:326: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:327: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:327: warning: implicit declaration of function 
> 'pp_get_mode_by_name_and_quality'
> pp.c:327: warning: nested extern declaration of 
> 'pp_get_mode_by_name_and_quality'
> pp.c:328: warning: statement with no effect
> pp.c:330: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:331: warning: implicit declaration of function 'pp_postprocess'
> pp.c:331: warning: nested extern declaration of 'pp_postprocess'
> pp.c:335: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> pp.c:335: error: 'post_plugin_pp_t' has no member named 'pp_context'
> pp.c:338: error: 'post_plugin_pp_t' has no member named 'lock'
> pp.c:338: warning: passing argument 1 of 'pthread_mutex_unlock' from 
> incompatible pointer type
> pp.c:340: error: 'post_plugin_pp_t' has no member named 'pp_mode'
> make[3]: *** [xineplug_post_planar_la-pp.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of /var/tmp/tmp.3.8yfQAF failed, exit code 2
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-libxine1-1.1.19-1
> (Reading database ... 220485 files and directories currently installed.)
> Removing fink-buildlock-libxine1-1.1.19-1 ...
> Updating the list of locally available binary packages.
> Scanning dists/unstable/main/binary-darwin-i386
> New package: 
> dists/unstable/main/binary-darwin-i386/gnome/gst-plugins-base-0.10-dev_0.10.30-1_darwin-i386.deb
> New package: 
> dists/unstable/main/binary-darwin-i386/gnome/gst-plugins-base-0.10-shlibs_0.10.30-1_darwin-i386.deb
> New package: 
> dists/unstable/main/binary-darwin-i386/gnome/gst-plugins-base-0.10_0.10.30-1_darwin-i386.deb
> Failed: phase compiling: libxine1-1.1.19-1 failed
>> 

any other info necessary? thanks for your help, all.

-peterwong
.


------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to