#20025: ffmpeg 0.5 Configure error - build failure -----------------------------+---------------------------------------------- Reporter: garges@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ffmpeg -----------------------------+---------------------------------------------- Changes (by devans@…): * status: new => assigned Comment: I can't reproduce this on my machine so I need some more information from you platform information (os version, hardware arch, XCode version, MacPorts version) error log from ffmpeg configure, config.err in your build directory {{{ cd `port dir ffmpeg`/work/ffmpeg-0.5 ls config.err }}} the relevant lines in my log file are as follows {{{ check_lib libdirac_decoder/dirac_parser.h dirac_decoder_init -ldirac_decoder check_header libdirac_decoder/dirac_parser.h check_cpp BEGIN /tmp/ffmpeg-conf-25410-16798-13803.c 1 #include <libdirac_decoder/dirac_parser.h> 2 int x; END /tmp/ffmpeg-conf-25410-16798-13803.c gcc-4.0 -O2 -DHAVE_LRINTF -I/opt/local/include -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -pipe -force_cpusubtype_ALL -Wno-sign- compare -fomit-frame-pointer -maltivec -mabi=altivec -I/opt/local/include/dirac -E -o /tmp/ffmpeg-conf-23037-16798-6818.o /tmp /ffmpeg-conf-25410-16798-13803.c check_func dirac_decoder_init check_ld check_cc BEGIN /tmp/ffmpeg-conf-25410-16798-13803.c 1 extern int dirac_decoder_init(); 2 int main(void){ dirac_decoder_init(); } END /tmp/ffmpeg-conf-25410-16798-13803.c gcc-4.0 -O2 -DHAVE_LRINTF -I/opt/local/include -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -pipe -force_cpusubtype_ALL -Wno-sign- compare -fomit-frame-pointer -maltivec -mabi=altivec -I/opt/local/include/dirac -c -o /tmp/ffmpeg-conf-23037-16798-6818.o /tmp /ffmpeg-conf-25410-16798-13803.c gcc-4.0 -Wl,-dynamic,-search_paths_first -L/opt/local/lib -o /tmp/ffmpeg- conf-1638-16798-29154 /tmp/ffmpeg-conf-23037-16798-6818.o -lz -lbz2 -lm -ldirac_decoder check_lib libdirac_encoder/dirac_encoder.h dirac_encoder_init -ldirac_encoder check_header libdirac_encoder/dirac_encoder.h check_cpp BEGIN /tmp/ffmpeg-conf-25410-16798-13803.c 1 #include <libdirac_encoder/dirac_encoder.h> 2 int x; END /tmp/ffmpeg-conf-25410-16798-13803.c gcc-4.0 -O2 -DHAVE_LRINTF -I/opt/local/include -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -pipe -force_cpusubtype_ALL -Wno-sign- compare -fomit-frame-pointer -maltivec -mabi=altivec -I/opt/local/include/dirac -E -o /tmp/ffmpeg-conf-23037-16798-6818.o /tmp /ffmpeg-conf-25410-16798-13803.c check_func dirac_encoder_initcheck_ldcheck_cc BEGIN /tmp/ffmpeg-conf-25410-16798-13803.c 1 extern int dirac_encoder_init(); 2 int main(void){ dirac_encoder_init(); } END /tmp/ffmpeg-conf-25410-16798-13803.c gcc-4.0 -O2 -DHAVE_LRINTF -I/opt/local/include -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -pipe -force_cpusubtype_ALL -Wno-sign- compare -fomit-frame-pointer -maltivec -mabi=altivec -I/opt/local/include/dirac -c -o /tmp/ffmpeg-conf-23037-16798-6818.o /tmp /ffmpeg-conf-25410-16798-13803.c gcc-4.0 -Wl,-dynamic,-search_paths_first -L/opt/local/lib -o /tmp/ffmpeg- conf-1638-16798-29154 /tmp/ffmpeg-conf-23037-16798-6818.o -lz -lbz2 -lm -ldirac_decoder -ldirac_encoder }}} yours should indicate what went wrong on your system -- Ticket URL: <http://trac.macports.org/ticket/20025#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS