Quote:
Originally Posted by chip
I finally got a moment to go back to this. Here is what I've done:
1. installed Xtools from the snow leopard disk
2. installed macports - checked with an update command to be sure that it was functioning at that level.
3. tried to install gd2. That failed...with the following error:
[chiplocal-3...\ ~]$ sudo port install gd2
---> Computing dependencies for gd2
---> Verifying checksum(s) for expat
Error: Checksum (md5) mismatch for expat-2.0.1.tar.gz
Error: Checksum (sha1) mismatch for expat-2.0.1.tar.gz
Error: Checksum (rmd160) mismatch for expat-2.0.1.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: autoconf help2man gettext expat libiconv gperf ncurses ncursesw p5-locale-gettext perl5 perl5.8 m4 automake fontconfig freetype zlib jpeg libpng libtool xpm pkgconfig xorg-libX11 groff xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans
Error: Status 1 encountered during processing.
At first, I thought maybe the fetching of the expat tarball failed, so I manually downloaded it into my home directory. But, the above repeated itself. Any ideas?
thanks,
Ray
|
Hmm... I'm not 100% sure but I can think of two things.
1. Did you install the XCode that comes on the Snow Leopard CD? Older versions don't work.
2. Did you install X11 also?
3. run
sudo port selfupdate
How did you install macports? Did you use the install package? That is the easiest way to do it.
BOb