Hi,

I am trying to install tetex but I got a problem with fontconfig2. I  
googled the problem but I haven't found anything that solves the  
problem.

Is there anyone who could kindly help me?

Gabriele



$ fink install tetex
Password:
Information about 7779 packages read in 1 seconds.

fink needs help picking an alternative to satisfy a virtual  
dependency. The
candidates:

(1)     ghostscript: Interpreter for PostScript and PDF
(2)     ghostscript-esp: Enhanced GNU Ghostscript with better CJK and  
printer support
(3)     ghostscript6: Interpreter for PostScript and PDF, v6.01

Pick one: [1]
The following package will be installed or updated:
  tetex
The following 24 additional packages will be installed:
  autoconf automake1.9 fontconfig2-dev fontconfig2-shlibs freetype219
  freetype219-shlibs gd2 gd2-shlibs ghostscript ghostscript-fonts  
libkpathsea4
  libkpathsea4-shlibs libtool14 libtool14-shlibs libwww libwww-bin  
libwww-shlibs
  m4 t1lib5-x11 t1lib5-x11-shlibs tetex-base tetex-texmf texi2html  
texinfo
Do you want to continue? [Y/n]
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fontconfig2- 
dev-2.4.1-106 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-fontconfig2-dev-2.4.1-106'  
in `/sw/src/fink.build/fink-buildlock-fontconfig2- 
dev-2.4.1-106_2009.02.10-14.51.41_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-fontconfig2- 
dev-2.4.1-106_2009.02.10-14.51.41_darwin-i386.deb
Selecting previously deselected package fink-buildlock-fontconfig2- 
dev-2.4.1-106.
(Reading database ... 13010 files and directories currently installed.)
Unpacking fink-buildlock-fontconfig2-dev-2.4.1-106 (from .../fink- 
buildlock-fontconfig2-dev-2.4.1-106_2009.02.10-14.51.41_darwin- 
i386.deb) ...
Setting up fink-buildlock-fontconfig2-dev-2.4.1-106  
(2009.02.10-14.51.41) ...
echo "no compilation necessary"
no compilation necessary
/bin/rm -rf /sw/src/fink.build/root-fontconfig2-dev-2.4.1-106
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-dev-2.4.1-106/sw
/bin/mkdir -p /sw/src/fink.build/root-fontconfig2-dev-2.4.1-106/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-fontconfig2- 
dev-2.4.1-106
/var/tmp/tmp.1.Wqg7tp
#!/bin/sh -ev

        FC_ROOT="/sw/src/fink.build/root-fontconfig2-dev-2.4.1-106/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|" \
            -e "s|libfontconfig\.[0-9]*\.[0-9]*\.[0-9]*\.dylib||" \
        "$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.Wqg7tp failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-fontconfig2-dev-2.4.1-106
(Reading database ... 13011 files and directories currently installed.)
Removing fink-buildlock-fontconfig2-dev-2.4.1-106 ...
Failed: phase installing: fontconfig2-dev-2.4.1-106 failed

Before reporting any errors, please run "fink selfupdate" and
try 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 the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        Benjamin Reed <[email protected]>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.




------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to