On 5/12/09 07:25, Wolf Drechsel wrote:
On 5/12/09 05:30, ~suv wrote:
On 4/12/09 07:51, Wolf Drechsel wrote:
On 3/12/09 22:03, ~suv wrote:
- 'View > Sample Process', save the result as text file and
attach it, maybe it helps to determine where inkscape-bin hangs
"Prozeß-Analyse" in German? - Is attached as a file.
compare yours to the attached process samples of http://thread.gmane.org/gmane.os.apple.macports.devel/10079 and http://trac.macports.org/ticket/21679, which is a duplicate of http://trac.macports.org/ticket/21624
Which version of pango do you have installed? If it's 1.26.0, try this fix:
| Deactivated pango 1.26.0, reactivated pango 1.24.5, rebuilt all of | pango's direct dependents and then inkscape
Wow. One more time I'm impressed. That's what I found:
port installed pango The following ports are currently installed: pango @1.24.5_0+macosx+no_x11+quartz pango @1.26.0_0+macosx (active) dsl01:~ bub$ port deps pango Full Name: pango @1.26.0+macosx Library Dependencies: glib2, Xft2, cairo Extract Dependencies: pkgconfig
So probabely the quartz version is working because pango–quartz is older than pango_X11. Which of these deps do you mean by "direct deps"?
I copied those instructions from the comments of one of the macports tickets: AFAIU it's not about 'port deps' but 'port dependents'. In my (still using outdated MacPorts v1.710) MacPorts tree I have these:
| LeWitt:~ suv$ port installed pango | The following ports are currently installed: | pango @1.24.5_0+macosx (active) | LeWitt:~ suv$ port dependents pango | pangomm depends on pango | gtk2 depends on pango | libgnomeprint depends on pango | graphviz depends on pango | dia depends on pango | LeWitt:~ suv$
... and for Inkscape I would rebuild at least pangomm, gtk2, libgnomeprint, (graphviz if you compile Inkscape with ImageMagick) after pango @1.24.5_0+macosx is installed and activated.
Your first problem however will be to get an older version of pango installed (you can't just 'port activate pango@...2290...+macosx' because it never was installed) - there are some detailed instructions in http://trac.macports.org/ticket/21678 about using a local portfile, but you might get better support for this in 'macports-users'.
~suv
p.s. I just saw that Ryan answered your question already there... Keep us updated how it goes! ;)