Thanks. I did sudo port -d install gimp, and I get this output, seemingly ad infinitum: DEBUG: Didn't find receipt, going to depspec regex for: expat DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/XFree86 DEBUG: Searching for dependency: XFree86 DEBUG: Didn't find receipt, going to depspec regex for: XFree86 DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/render DEBUG: Searching for dependency: render DEBUG: Didn't find receipt, going to depspec regex for: render DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Searching for dependency: libiconv DEBUG: Didn't find receipt, going to depspec regex for: libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat DEBUG: Searching for dependency: expat DEBUG: Didn't find receipt, going to depspec regex for: expat DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/print/freetype DEBUG: Searching for dependency: freetype DEBUG: Didn't find receipt, going to depspec regex for: freetype On Nov 26, 2007, at 5:46 PM, Yves de Champlain wrote:
Le 07-11-26 à 16:59, paul beard a écrit :
On 11/26/07, chagrins <chagrinson@gmail.com> wrote: I've been able to install a few packages (unrar and a couple of others), but I can't get gimp to install. I have Xcode and X11 installed.
sudo port -v install gimp
After entering that, I get asked for my password, which I enter. Then, I hear my computer working for a few seconds, but there's no feedback at all, ever (I've left it overnight a couple of times). tclsh processor usage is high the whole time. I stop it using Control-C.
try running it with -d or -v so you actually see what it's doing. gimp has a lot of dependencies to install and it takes quite a while the first time.
-d is better in this case
yves