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. I haven't seen this problem on the list archives (most people seem to get at least an error message). Any advice?
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. -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
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
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
On 11/26/07, chagrins <chagrinson@gmail.com> wrote:
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
To use a technical expression, that looks pretty well hosed up. What does "port installed" look like? It looks like perhaps your receipts got messed with somehow, and that's how MacPorts keeps track of what's installed and what files make up each port's contents. I have had this happen when I ran out of space and the receipt for a port (or ports) could not be written to disk. It's unpleasant. Show up "port installed" and we'll see if that jibes with what you should have. -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
Strange! This is pretty much a clean install of MacPorts - I've tried reinstalling MacPorts to see if that would solve the problem. Right now, I'm just getting this from port installed: The following ports are currently installed: par2 @0.4_1+darwin_9 (active) unrar @3.7.8_0 (active) (I installed those two with no trouble.) On Nov 26, 2007, at 11:03 PM, paul beard wrote:
On 11/26/07, chagrins <chagrinson@gmail.com> wrote: 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
To use a technical expression, that looks pretty well hosed up.
What does "port installed" look like? It looks like perhaps your receipts got messed with somehow, and that's how MacPorts keeps track of what's installed and what files make up each port's contents.
I have had this happen when I ran out of space and the receipt for a port (or ports) could not be written to disk. It's unpleasant.
Show up "port installed" and we'll see if that jibes with what you should have.
-- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
On 11/26/07, Michael E. Shamgochian <chagrinson@gmail.com> wrote:
Strange! This is pretty much a clean install of MacPorts - I've tried reinstalling MacPorts to see if that would solve the problem. Right now, I'm just getting this from port installed:
The following ports are currently installed: par2 @0.4_1+darwin_9 (active) unrar @3.7.8_0 (active)
(I installed those two with no trouble.)
odd. Not sure how you picked out two ports that don't depend on gettext, expat, or libiconv ;-) to go back to the top of this thread, gimp2 has library dependencies on: aalib curl libart_lgpl libexif libgnomeui libgtkhtml libmng librsvg libwmf p5-xml-parser poppler py25-gtk and those all have dependencies on other things. So it should take some time to install. Why you were seeing all those messages eludes me. Want to try installing gimp2 again? try: port -d install gimp2 | tee /tmp/logfile.txt so you get the entrails to peruse later. -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
On Nov 26, 2007, at 11:44 PM, paul beard wrote:
On 11/26/07, Michael E. Shamgochian <chagrinson@gmail.com> wrote: Strange! This is pretty much a clean install of MacPorts - I've tried reinstalling MacPorts to see if that would solve the problem. Right now, I'm just getting this from port installed:
The following ports are currently installed: par2 @0.4_1+darwin_9 (active) unrar @3.7.8_0 (active)
(I installed those two with no trouble.)
odd. Not sure how you picked out two ports that don't depend on gettext, expat, or libiconv ;-)
to go back to the top of this thread, gimp2 has library dependencies on: aalib curl libart_lgpl libexif libgnomeui libgtkhtml libmng librsvg libwmf p5-xml-parser poppler py25-gtk
and those all have dependencies on other things. So it should take some time to install.
Why you were seeing all those messages eludes me. Want to try installing gimp2 again?
try:
port -d install gimp2 | tee /tmp/logfile.txt so you get the entrails to peruse later.
-- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
It seems to be working now (compiling stuff), after issuing that command. I'm not sure what was going wrong before, except that I was trying to install gimp before, not gimp2 (but they seem to be mostly the same)...
On 11/27/07, Michael E. Shamgochian <shamgochian@gmail.com> wrote:
On Nov 26, 2007, at 11:44 PM, paul beard wrote:
On 11/26/07, Michael E. Shamgochian <chagrinson@gmail.com> wrote: Strange! This is pretty much a clean install of MacPorts - I've tried reinstalling MacPorts to see if that would solve the problem. Right now, I'm just getting this from port installed:
The following ports are currently installed: par2 @0.4_1+darwin_9 (active) unrar @3.7.8_0 (active)
(I installed those two with no trouble.)
odd. Not sure how you picked out two ports that don't depend on gettext, expat, or libiconv ;-)
to go back to the top of this thread, gimp2 has library dependencies on: aalib curl libart_lgpl libexif libgnomeui libgtkhtml libmng librsvg libwmf p5-xml-parser poppler py25-gtk
and those all have dependencies on other things. So it should take some time to install.
Why you were seeing all those messages eludes me. Want to try installing gimp2 again?
try:
port -d install gimp2 | tee /tmp/logfile.txt so you get the entrails to peruse later.
-- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
It seems to be working now (compiling stuff), after issuing that command. I'm not sure what was going wrong before, except that I was trying to install gimp before, not gimp2 (but they seem to be mostly the same)...
One is a superset of the other . . . . glad it's working now. [/Users/paul]:: port info gimp gimp2 gimp 2.4, Revision 3, graphics/gimp (Variants: universal, macosx, animation) http://www.gimp.org/ This is a META port for the gimp2 which includes help and documentation, support for icns, jp2000 and RAW formats, content-aware rescaling Gutenprint and scanner frontends and even a nice theme (Nodoka). Mac OS X users also get a Gimp.app bundle, a "Show in Finder" menu and clipboard integration. Library Dependencies: icns-gimp, gimp-jp2, gimp-lqr-plugin, gimp-user-manual, gtk-nodoka-engine, gutenprint, ufraw, xsane, gimp-app, macclipboard-gimp, macfile-gimp Platforms: darwin Maintainers: nomaintainer@macports.org gimp2 2.4.2, graphics/gimp2 (Variants: universal, without_gnome, no_python, dbus) http://www.gimp.org/ The GNU Image Manipulation Program (GIMP) is a powerful tool for the preparation and manipulation of digital images. The GIMP provides the user with a wide variety of image manipulation, painting, processing, and rendering tools. Library Dependencies: aalib, curl, libart_lgpl, libexif, libgnomeui, libgtkhtml, libmng, librsvg, libwmf, p5-xml-parser, poppler, py25-gtk Platforms: darwin Maintainers: nomaintainer@macports.org -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
participants (5)
-
chagrins
-
Michael E. Shamgochian
-
Michael E. Shamgochian
-
paul beard
-
Yves de Champlain