I did not notice any config.log in the ffmpeg directory....

....
....
....

sudo -u fink-bld [ENV] sh -c /tmp/fink.rkFDJ
[ -r /sw/fink/dists/stable/main/finkinfo/graphics/ffmpeg.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.MJDQP
/tmp/fink.zhcb9
#!/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.Bxes4
/tmp/fink.6TQTX
#!/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

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
### execution of /tmp/fink.6TQTX failed, exit code 1
### execution of /tmp/fink.Bxes4 failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-ffmpeg-0.7.17-1
(Reading database ... 298010 files and directories currently installed.)
Removing fink-buildlock-ffmpeg-0.7.17-1 ...
Failed: phase compiling: ffmpeg-0.7.17-1 failed





On Mar 17, 2015, at 10:34 AM, Alexander Hansen wrote:

> 
>> On Mar 16, 2015, at 9:07 PM, Saleh Elmohamed <m.a.saleh.elmoha...@gmail.com> 
>> wrote:
>> 
>> Hi guys,
>> 
>> Another compilation failure.... it kept showing up even
>> after a number of tries. Attached is the packages update: 
>> fink update-all.
>> 
>> -Saleh
>> 
>> 
>> ==========many lines below :) =============
>> 
> 
> <snip>
> 
>> ERROR: freetype2 not found
>> 
>> If you think configure made a mistake, make sure you are using the latest
>> version from Git.  If the latest version fails, report the problem to the
>> ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
>> Include the log file "config.log" produced by configure as this will help
>> solving the problem.
>> ### execution of /tmp/fink.5gCgY failed, exit code 1
>> ### execution of /tmp/fink.ukcLl failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-ffmpeg-0.7.17-1
>> (Reading database ... 298010 files and directories currently installed.)
>> Removing fink-buildlock-ffmpeg-0.7.17-1 ...
>> Failed: phase compiling: ffmpeg-0.7.17-1 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package again.
>> If you continue to have issues, please check to see if the FAQ on Fink's 
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>      The Fink Users List <fink-users@lists.sourceforge.net>
>>      The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>> 
>> with a carbon copy to the maintainer:
>> 
>>      Hanspeter Niederstrasser <nie...@users.sourceforge.net>
>> 
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.38.4
>> Distribution version: selfupdate-rsync Mon Mar 16 20:56:27 2015, 10.7, x86_64
>> Trees: local/main stable/main
>> Xcode.app: 4.6.3
>> Xcode command-line tools: 4.6.0.0.1.1365549073
>> Max. Fink build jobs:  4
>> 
> 
> 
> Check the config.log file in the ffmpeg build directory ( somewhere under 
> /sw/src/fink.build/fffmpeg-0.7.17-1).  That way we can see why it says 
> freetype2 cannot be found.
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 


------------------------------------------------------------------------------
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