On 3/29/2015 4:34 AM, Saleh Elmohamed wrote:
> Hi all,
>
> After a number of long runs it looks like the same failure
> at the end as mentioned last time.
>
> The attachment below is only the tail end of the run.
> Too long to attach the whole thing.
>
> Thanks again,
> Saleh
>
> =================
>
>
> ...
> ...
> ...
> ffmpeg-0.7.17/tests/codec-regression.sh
> ffmpeg-0.7.17/tests/lavfi-regression.sh
> ffmpeg-0.7.17/tests/regression-funcs.sh
> ffmpeg-0.7.17/tests/rotozoom.c
> ffmpeg-0.7.17/tests/ffserver.conf
> ffmpeg-0.7.17/tests/fate/
> ffmpeg-0.7.17/tests/fate/als.mak
> ffmpeg-0.7.17/tests/fate/mp3.mak
> ffmpeg-0.7.17/tests/fate/vorbis.mak
> ffmpeg-0.7.17/tests/fate/vp8.mak
> ffmpeg-0.7.17/tests/fate/fft.mak
> ffmpeg-0.7.17/tests/fate/h264.mak
> ffmpeg-0.7.17/tests/fate/aac.mak
> ffmpeg-0.7.17/tests/fate.mak
> ffmpeg-0.7.17/tests/copy.regression.ref
> ffmpeg-0.7.17/tests/fate-run.sh
> ffmpeg-0.7.17/tests/fate2.mak
> ffmpeg-0.7.17/tests/seek_test.c
> ffmpeg-0.7.17/tests/fate-update.sh
> ffmpeg-0.7.17/tests/ffserver.regression.ref
> ffmpeg-0.7.17/tests/lavf-regression.sh
> ffmpeg-0.7.17/tests/tiny_psnr.c
> ffmpeg-0.7.17/ffserver.c
> ffmpeg-0.7.17/COPYING.LGPLv2.1
> sudo -u fink-bld [ENV] sh -c /tmp/fink.6YMLl
> [ -r /sw/fink/dists/stable/main/finkinfo/graphics/ffmpeg.patch ]
> sudo -u fink-bld [ENV] sh -c /tmp/fink.87TA4
> /tmp/fink.AGQjJ
> #!/bin/sh -ev
>    patch -p1 < /sw/fink/dists/stable/main/finkinfo/graphics/ffmpeg.patch
> patching file configure
> Hunk #2 succeeded at 2953 (offset 1 line).
> patching file libavfilter/vf_drawtext.c
>    ### Give dylibs a versioned install_name
>    perl -pi -e 
> 's;-install_name,\$\(SHLIBDIR\)/\$\(SLIBNAME\);-install_name,\$\(SHLIBDIR\)/\$\(SLIBNAME_WITH_MAJOR\);g'
>  configure
>    ### Fix for x264.h requiring stdint.h first
>    perl -pi -e 's,^enabled libx264.*$,enabled libx264 \&\& require2 x264 
> "stdint.h x264.h" x264_encoder_open -lx264,' configure
>    ### look for gsm.h in upstream's (and Fink's) declared <gsm.h> rather than 
> Debian's <gsm/gsm.h>
>    perl -pi -e 's,gsm\/gsm.h,gsm.h,g' configure libavcodec/libgsm.c
>    ### use API from <mach/semaphore.h> instead of <sys/semaphore.h> -- fangism
>    ### this lets the jack indev build
>    perl -pi -e 's,sem_timedwait,semaphore_timedwait,g' configure
>    sed -i.orig -e '/semaphore.h/i \
> #include <mach/task.h>' \
>       -e '/#include/s|semaphore\.h|mach/&|' \
>       -e '/packet_count;/s|sem_t|semaphore_t|g' \
>       -e 's|struct timespec|mach_timespec_t|g' \
>       -e 's|sem_init(|semaphore_create(TASK_NULL, |g' \
>       -e '/sem_destroy/s|\&self|self|' \
>       -e 's|sem_destroy(|semaphore_destroy(TASK_NULL, |g' \
>       -e '/sem_post/s|\&self|self|' \
>       -e 's|sem_post|semaphore_signal|g' \
>       -e 's|sem_timedwait|semaphore_timedwait|g' \
>       -e '/timedwait/s|\&self|self|' \
>       -e '/timedwait/s|\&timeout|timeout|' \
>       libavdevice/jack_audio.c
> sudo -u fink-bld [ENV] sh -c /tmp/fink.YcLvz
> /tmp/fink.4WdJt
> #!/bin/sh -ev
>    ### Patch libswscale to have a temporary compat_version/install_name of 1 
> to make 10.4 happy
>    ### This will get returned to the final value later in the build
>    /usr/bin/perl -pi -e 's,LIBSWSCALE_VERSION_MAJOR 
> 0,LIBSWSCALE_VERSION_MAJOR 1,g' libswscale/swscale.h
>    mkdir build
>    cd build
>      ../configure --prefix=/sw --arch=x86_64 \
>   \
>       --mandir=/sw/share/man \
>       --enable-shared \
>       --disable-static \
>       --enable-gpl \
>       --enable-version3 \
>       --enable-postproc \
>       --enable-swscale \
>       --enable-avfilter \
>       --enable-pthreads \
>       --enable-x11grab \
>       --enable-indev=jack \
>       --enable-bzlib \
>       --enable-libcelt \
>       --enable-libopencore-amrnb \
>       --enable-libopencore-amrwb \
>       --enable-libdirac \
>       --enable-libfreetype \
>       --enable-libgsm \
>       --enable-libmp3lame \
>       --enable-libopenjpeg \
>       --enable-libschroedinger \
>       --enable-libspeex \
>       --enable-libtheora \
>       --enable-libvorbis \
>       --enable-libvpx \
>       --enable-libx264 \
>       --enable-libxvid \
>       --enable-zlib
> ERROR: freetype2 not found

As discussed last time, there's something wrong with the interaction 
between this really old ffmpeg and freetype. The build is supposed to be 
patched to deal with this problem, however, and it was working for 
0.7.16. But I don't have 10.7, so I can't troubleshoot the issue.

What do you need this really old ffmpeg version for?  Nothing else in 
the 10.7 tree needs it, and the latest ffmpeg is now at version 2.6.

Hanspeter


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to