I ran everything like you said. Here is the output after I ran
everything
/sw/lib/fontconfig2/lib/libfontconfig.fink.la
/sw/lib/fontconfig2/lib/libfontconfig.la
Here is the entire log file if that helps any
Last login: Fri Mar 13 11:14:03 on ttys000
molokai:~ mikev$ fink remove fontconfig2-dev
Password:
Information about 4071 packages read in 3 seconds.
Reading buildlock packages...
/sw/bin/dpkg-lockwait --remove fontconfig2-dev
(Reading database ... 35748 files and directories currently installed.)
Removing fontconfig2-dev ...
molokai:~ mikev$ fink rebuild fontconfig2-dev
Information about 4071 packages read in 1 seconds.
The following package will be rebuilt:
fontconfig2-dev
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_2009.03.13-11.38.59_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-fontconfig2-
dev-2.4.1-104_2009.03.13-11.38.59_darwin-i386.deb
Selecting previously deselected package fink-buildlock-fontconfig2-
dev-2.4.1-104.
(Reading database ... 35740 files and directories currently installed.)
Unpacking fink-buildlock-fontconfig2-dev-2.4.1-104 (from .../fink-
buildlock-fontconfig2-dev-2.4.1-104_2009.03.13-11.38.59_darwin-
i386.deb) ...
Setting up fink-buildlock-fontconfig2-dev-2.4.1-104
(2009.03.13-11.38.59) ...
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.lmOcHZ
#!/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"
/bin/ln -sfh "$FC_LIB/libfontconfig.fink.la" \
"$FC_ROOT/lib/libfontconfig.la"
sed -e "s|$X11_ROOT|/sw/lib/fontconfig2|" \
"$X11_ROOT/lib/pkgconfig/fontconfig.pc" \
> "$FC_ROOT/lib/pkgconfig/fontconfig.fink.pc"
/bin/ln -sfh "$FC_LIB/pkgconfig/fontconfig.fink.pc" \
"$FC_ROOT/lib/pkgconfig/fontconfig.pc"
if [ ${#bad_files[*]} -gt 0 ]; then
echo ""
echo ""
echo ""
echo "=== ERROR === ERROR === ERROR === ERROR === ERROR === ERROR
=== ERROR ==="
echo ""
echo "Your X11 installation appears to be missing one or more
required files:"
for file in "${bad_fil...@]}"; do
echo " $file"
done
echo ""
echo "You may need to reinstall the X11User or X11SDK packages from
your"
echo "Leopard install media."
echo ""
echo "=== ERROR === ERROR === ERROR === ERROR === ERROR === ERROR
=== ERROR ==="
echo ""
echo ""
echo ""
exit 1
fi
/bin/rm -f /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/info/
dir /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/info/dir.old /
sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/share/info/dir /sw/
src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/sw
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/
DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-fontconfig2-
shlibs-2.4.1-104
/usr/bin/install -d -m 755 /sw/src/fink.build/root-fontconfig2-
shlibs-2.4.1-104/sw/lib/fontconfig2
/bin/mv /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/lib/
fontconfig2/bin /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/
sw/lib/fontconfig2/
/usr/bin/install -d -m 755 /sw/src/fink.build/root-fontconfig2-
shlibs-2.4.1-104/sw/lib/fontconfig2/lib
/bin/mv /sw/src/fink.build/root-fontconfig2-dev-2.4.1-104/sw/lib/
fontconfig2/lib/libfontconfig.1*dylib /sw/src/fink.build/root-
fontconfig2-shlibs-2.4.1-104/sw/lib/fontconfig2/lib/
/bin/rm -f /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/sw/
info/dir /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/sw/info/
dir.old /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/sw/share/
info/dir /sw/src/fink.build/root-fontconfig2-shlibs-2.4.1-104/sw/share/
info/dir.old
Writing control file...
Writing package script preinst...
dpkg-deb -b root-fontconfig2-dev-2.4.1-104 /sw/fink/10.5/stable/main/
binary-darwin-i386/x11
dpkg-deb: building package `fontconfig2-dev' in `/sw/fink/10.5/stable/
main/binary-darwin-i386/x11/fontconfig2-dev_2.4.1-104_darwin-i386.deb'.
Writing control file...
Writing package script postinst...
Writing package script preinst...
dpkg-deb -b root-fontconfig2-shlibs-2.4.1-104 /sw/fink/10.5/stable/
main/binary-darwin-i386/x11
dpkg-deb: building package `fontconfig2-shlibs' in `/sw/fink/10.5/
stable/main/binary-darwin-i386/x11/fontconfig2-shlibs_2.4.1-104_darwin-
i386.deb'.
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fontconfig2-dev-2.4.1-104
(Reading database ... 35741 files and directories currently installed.)
Removing fink-buildlock-fontconfig2-dev-2.4.1-104 ...
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-i386/
x11/fontconfig2-shlibs_2.4.1-104_darwin-i386.deb
(Reading database ... 35740 files and directories currently installed.)
Preparing to replace fontconfig2-shlibs 2.4.1-104 (using .../
fontconfig2-shlibs_2.4.1-104_darwin-i386.deb) ...
Unpacking replacement fontconfig2-shlibs ...
Setting up fontconfig2-shlibs (2.4.1-104) ...
Updating the list of locally available binary packages.
Scanning dists/stable/main/binary-darwin-i386
Changed package: dists/stable/main/binary-darwin-i386/x11/fontconfig2-
dev_2.4.1-104_darwin-i386.deb
Changed package: dists/stable/main/binary-darwin-i386/x11/fontconfig2-
shlibs_2.4.1-104_darwin-i386.deb
Downloading the indexes of available packages in the binary
distribution.
/sw/bin/apt-get-lockwait -q update
Hit http://bindist.finkmirrors.net 10.5/release/main Packages
Hit http://bindist.finkmirrors.net 10.5/release/main Release
Hit http://bindist.finkmirrors.net 10.5/release/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/release/crypto Release
Hit http://bindist.finkmirrors.net 10.5/current/main Packages
Hit http://bindist.finkmirrors.net 10.5/current/main Release
Hit http://bindist.finkmirrors.net 10.5/current/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/current/crypto Release
Reading Package Lists...
Building Dependency Tree...
molokai:~ mikev$ fink reinstall fontconfig2-dev
Information about 4071 packages read in 1 seconds.
The following package will be reinstalled:
fontconfig2-dev
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-i386/
x11/fontconfig2-dev_2.4.1-104_darwin-i386.deb
Selecting previously deselected package fontconfig2-dev.
(Reading database ... 35740 files and directories currently installed.)
Unpacking fontconfig2-dev (from .../fontconfig2-dev_2.4.1-104_darwin-
i386.deb) ...
Setting up fontconfig2-dev (2.4.1-104) ...
molokai:~ mikev$ find /sw/lib -name *.la | xargs grep -l libfontconfig.
1.3.0
/sw/lib/fontconfig2/lib/libfontconfig.fink.la
/sw/lib/fontconfig2/lib/libfontconfig.la
molokai:~ mikev$
______________________________
Michael J. Vollinger
Research Assistant
Ronald B. Gilmore XRF Lab
Dept. of Geosciences
611 North Pleasant Street
University of Massachusetts
Amherst, MA 01003
On Mar 13, 2009, at 11:35 AM, Michael J. Vollinger wrote:
-------- Original Message --------
Subject: Re: [Fink-beginners] cairo compile troubles
Date: Fri, 13 Mar 2009 11:31:08 -0400
From: Alexander Hansen <[email protected]>
To: Michael J. Vollinger <[email protected]>
CC: [email protected], [email protected]
References: <[email protected]> <[email protected]
> <[email protected]> <[email protected]> <[email protected]
> <[email protected]> <[email protected]> <[email protected]
> <[email protected]>
OK. I'm surprised that rebuilding fontconfig2* didn't fix that, so
try
the following:
fink remove fontconfig2-dev
fink rebuild fontconfig2-dev
fink reinstall fontconfig2-dev
find /sw/lib -name *.la | xargs grep -l libfontconfig.1.3.0
If the last command doesn't give you any output, you should be good
to go.
Michael J. Vollinger wrote:
> This is what I get for a return:
>
> /sw/lib/fontconfig2/lib/libfontconfig.fink.la
> /sw/lib/fontconfig2/lib/libfontconfig.la
>
> ______________________________
> Michael J. Vollinger
> Research Assistant
> Ronald B. Gilmore XRF Lab
> Dept. of Geosciences
> 611 North Pleasant Street
> University of Massachusetts
> Amherst, MA 01003
>
> On Mar 12, 2009, at 7:49 PM, Alexander Hansen wrote:
>
>> Let's try running the following from the command line:
>>
>> find /sw/lib -name *.la | xargs grep -l libfontconfig.1.3.0
>>
>> Michael J. Vollinger wrote:
>>> I did the "fink rebuild fontconfig2-dev" and the did fink
install
>>> cairo and this is the output (same as previous times I believe):
>>>
>>> i686-apple-darwin9-gcc-4.0.1:
>>> /sw/lib/fontconfig2/lib/libfontconfig.1.3.0.dylib: No such file or
>>> directory
>>> make[2]: *** [libcairo.la] Error 1
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>> ### execution of /var/tmp/tmp.1.2mzC3W failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-cairo-1.6.4-2
>>> (Reading database ... 35741 files and directories currently
installed.)
>>> Removing fink-buildlock-cairo-1.6.4-2 ...
>>> Failed: phase compiling: cairo-1.6.4-2 failed
>> <snip>
>>
>> --
>> Alexander Hansen
>> Fink User Liaison
>
--
Alexander Hansen
Fink User Liaison
--
Michael J. Vollinger
Research Assistant
Ronald B. Gilmore XRF Lab
Dept. of Geosciences
611 North Pleasant Street
University of Massachusetts
Amherst, MA 01003
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners