Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 11:48:57 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34901: sodipodi-0.24.1 core dumps
Message-ID:  <20020213104857.0CACD5A545@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>Number:         34901
>Category:       ports
>Synopsis:       sodipodi-0.24.1 core dumps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 03:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 14:37:26 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Hi,

I just installed sodipodi-0.24.1 from the ports. Trying to start it
results in:

** ERROR **: Could not create sodipodi-svg-doc factory
aborting...

After searching the Web about this problem, I found out that the problem
is bonobo. I have installed bonobo-1.0.19.

It seems that bonobo support should be not activated by default.
Also the README-file which is included in the DISTFILE says:

 You can also add --without-bonobo to configure command line to disable
 HIGHLY EXPERIMENTAL bonobo support.

So I recommend to disable bonobo support by default.

Regards,
         Olli

>How-To-Repeat:

cd /usr/ports/graphics/sodipodi && make install
sodipodi

>Fix:

diff -u sodipodi/Makefile.orig sodipodi/Makefile
--- sodipodi/Makefile.orig      Wed Feb 13 11:44:56 2002
+++ sodipodi/Makefile   Wed Feb 13 11:18:42 2002
@@ -20,6 +20,7 @@
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
                          `gdk-pixbuf-config --cflags`" \
                LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+= --without-bonobo

 MAN1=          sodipodi.1

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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