I tried to install imagemagick, but it crashes due to a problem with a dependency named "freetype2". I attempted the install using option (1) and separately with option (2) below, without success.
Any help would be sincerely appreciated.
Avram
% fink install imagemagick sudo /sw/bin/fink install imagemagick Password: Information about 1117 packages read in 2 seconds.
fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:
(1) freetype2-shlibs: TrueType font rendering library, version 2, shared libs
(2) freetype2-hinting-shlibs: TrueType font rendering library, version 2, shared libs
Pick one: [1] 1
The following package will be installed or updated:
imagemagick
The following 7 additional packages will be installed:
freetype2 freetype2-shlibs lcms lcms-shlibs libxml2 libxml2-bin
libxml2-shlibs
Do you want to continue? [Y/n] Y
rm -rf freetype2-2.1.3-11
mkdir -p /sw/src/freetype2-2.1.3-11
gzip -dc /sw/src/freetype-2.1.3.tar.gz | /sw/bin/tar -xf -
patch -p1 </sw/fink/dists/stable/main/finkinfo/graphics/freetype2.patch
patching file builds/unix/freetype-config.in
patching file builds/unix/ltmain.sh
Hunk #1 succeeded at 2894 with fuzz 1 (offset 36 lines).
patching file src/base/ftobjs.c
mv install install.sh
make setup CFG="--prefix=/sw"
./builds/unix/configure --prefix=/sw
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... powerpc-apple-darwin7.3.0
checking target system type... powerpc-apple-darwin7.3.0
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap must be declared... no
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
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 whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.3.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h
FreeType build system -- automatic system detection
The following settings are used:
platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library.
make config.mk:21: /unix-def.mk: No such file or directory config.mk:22: /unix-cc.mk: No such file or directory builds/freetype.mk:206: no file name for `include' make: *** No rule to make target `/unix-cc.mk'. Stop. ### execution of failed, exit code 2 Failed: compiling freetype2-2.1.3-11 failed [boadicea:/sw/src] aelony%
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
