Hi,
today I installed inkscape but when it comes time to "make package"
(part of make install)
there was a cascade of error messages about "file does not exist".
This occured to me.
the fix was to go into /usr/ports/graphics/inkscape/pkg
and edit the PLIST file.
%s/\${BASE_PKGPATH}/inkscape/g
fixed it. It could then make the package and presumably install.
Cheers,
Pau
2007/10/8, Kurt Miller <[EMAIL PROTECTED]>:
> On Monday 08 October 2007 12:49:14 pm Benoit Chesneau wrote:
> > When I launch gdb, it seems to be an error with boehm-gc. Here is the
> > full backtrace and ktrace dump :
> > http://babilu.metavers.net/openbsd/inkscape/inkscape_backtrace.txt
>
> From the innkscape_backtrace.txt file:
> ...
> Program received signal SIGSEGV, Segmentation fault.
> ...
> #0 0x000000004b27e80f in GC_find_limit_openbsd (p=0xb3c040 "2รข", up=1,
> bound=0xe233a0 "") at os_dep.c:562
>
> The function GC_find_limit_openbsd() intentionally segfaults to find the
> bounds of accessable memory. This is not what's causing your 'assertion
> failed' error. To get past the GC_find_limit_openbsd() just continue the
> app - you may get more then one in GC_find_limit_openbsd().
>
> -Kurt
>
>