Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 2004 02:41:50 -0600
From:      Jeremy Messenger <mezz7@cox.net>
To:        freebsd-gnome@freebsd.org
Subject:   graphics/inkscape, missing a depend and some problems..
Message-ID:  <opr1cif0kr8ckrg5@smtp.central.cox.net>

next in thread | raw e-mail | index | archive | help
It looks like it's missing a depend on textproc/p5-XML-XQL.. It's need for 
the dropshadow filter, which I get this error:

=============================
% inkscape
Can't locate XML/XQL.pm in @INC (@INC contains: 
/usr/X11R6/lib/inkscape/extensions 
/usr/local/lib/perl5/site_perl/5.8.2/mach 
/usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach 
/usr/local/lib/perl5/5.8.2 .) at 
/usr/X11R6/lib/inkscape/extensions/SpSVG.pm line 50.
BEGIN failed--compilation aborted at 
/usr/X11R6/lib/inkscape/extensions/SpSVG.pm line 50.
Compilation failed in require at 
/usr/X11R6/lib/inkscape/extensions/svg_dropshadow line 17.
BEGIN failed--compilation aborted at 
/usr/X11R6/lib/inkscape/extensions/svg_dropshadow line 17.
zsh: 45024 killed     inkscape
=============================

After I installed the textproc/p5-XML-XQL and error seems to be gone, but 
I still can't use any stuff in the filters such as dropshadow and 
roundhole. If I touch them and it will just freeze/halt forever. I have 
tried to run it under gdb, but not really help and it looks like something 
with ltmain.sh? or something else.

=============================
% gdb inkscape

(gdb) r
Starting program: /usr/X11R6/bin/inkscape
^C
Program received signal SIGINT, Interrupt.
0x28ecf8ef in poll () from /lib/libc.so.5

(gdb) bt
#0  0x28ecf8ef in poll () from /lib/libc.so.5
#1  0x28f98961 in _thread_kern_sched_state_unlock () from 
/usr/lib/libc_r.so.5
#2  0x28f9837b in _thread_kern_scheduler () from /usr/lib/libc_r.so.5
#3  0xd0d0d0d0 in ?? ()
#4  0x0818e8c0 in ?? ()
Error accessing memory address 0x1: Bad address.
=============================

Cheers,
Mezz


-- 
bsdforums.org 's moderator, mezz.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr1cif0kr8ckrg5>