Hi,
I got the following error when i tried to install the dependencies for
mplayer today; the fontconfig2-dev package fails like so. Sorry to be
so verbose, but the more the merrier. This is Darwin Kernel 9.5.1, if
it matters.
rocky:~[$] fink install fontconfig2-shlibs
Password:
Information about 7471 packages read in 1 seconds.
The following package will be installed or updated:
fontconfig2-shlibs
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fontconfig2-
dev-2.4.1-104 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-fontconfig2-dev-2.4.1-104'
in `/sw/src/fink.build/fink-buildlock-fontconfig2-
dev-2.4.1-104_2008.12.02-16.52.15_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-fontconfig2-
dev-2.4.1-104_2008.12.02-16.52.15_darwin-i386.deb
Selecting previously deselected package fink-buildlock-fontconfig2-
dev-2.4.1-104.
(Reading database ... 25846 files and directories currently installed.)
Unpacking fink-buildlock-fontconfig2-dev-2.4.1-104 (from .../fink-
buildlock-fontconfig2-dev-2.4.1-104_2008.12.02-16.52.15_darwin-
i386.deb) ...
Setting up fink-buildlock-fontconfig2-dev-2.4.1-104
(2008.12.02-16.52.15) ...
echo "no compilation necessary"
no compilation necessary
/bin/rm -rf /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-fontconfig2-
dev-2.4.1-104
/var/tmp/tmp.1.Kgm1ES
#!/bin/sh -ev
FC_ROOT="/sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/lib/
fontconfig2"
FC_LIB="/sw/lib/fontconfig2/lib"
FT_LIB="/sw/lib/freetype219/lib"
X11_ROOT="/usr/X11"
declare -a bad_files
bad_file() {
bad_files[${#bad_files[*]}]="$1"
}
install -d -m 755 $FC_ROOT/{bin,include,lib,lib/pkgconfig}
for file in \
fcfreetype.h \
fcprivate.h \
fontconfig.h \
; do
[ -e "$X11_ROOT/include/fontconfig/$file" ] || bad_file
"$X11_ROOT/
include/fontconfig/$file"
done
for file in \
include/fontconfig \
lib/libfontconfig.1.dylib \
lib/libfontconfig.dylib \
bin/fc-cache \
bin/fc-cat \
bin/fc-list \
bin/fc-match \
; do
[ -e "$X11_ROOT/$file" ] || bad_file "$X11_ROOT/$file"
/bin/ln -sfh "$X11_ROOT/$file" "$FC_ROOT/$file"
done
# Use fink's freetype219 and expat1
sed -e "s|-L$X11_ROOT/lib||g" \
-e "s|$X11_ROOT/lib/libfreetype.la|-L$FT_LIB $FT_LIB/
libfreetype.la|" \
-e "s|/usr/lib/libexpat.la|-L/sw/lib /sw/lib/libexpat.la|" \
-e "s|libdir=$X11_ROOT/lib|libdir=$FC_LIB|" \
"$X11_ROOT/lib/libfontconfig.la" > "$FC_ROOT/lib/libfontconfig.fink.la"
sed: /usr/X11/lib/libfontconfig.la: No such file or directory
### execution of /var/tmp/tmp.1.Kgm1ES failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fontconfig2-dev-2.4.1-104
(Reading database ... 25847 files and directories currently installed.)
Removing fink-buildlock-fontconfig2-dev-2.4.1-104 ...
Failed: phase installing: fontconfig2-dev-2.4.1-104 failed
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users