On 2010/03/02 10:09, RD Thrush wrote:
> With -current and the latest packages from ftp3.usa.openbsd.org, 
> subtitleeditor
> crashes.  I've appended the details including the gdb backtrace and dmesg.
> FWIW, I had a similar problem with subtitleeditor built from ports.
> 
> More detail at <ftp://www.thrush.com/subtitleeditor/log.txt>

this is mixing standard C++ libraries from gcc 3.3 and 4.2, which
occasionally gets lucky and works, but usually crashes and burns.
i'd try building enchant with gcc4, but that might cause problems
with other software.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/enchant/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    11 Oct 2009 23:47:12 -0000      1.10
+++ Makefile    2 Mar 2010 17:24:26 -0000
@@ -27,7 +27,9 @@ LIB_DEPENDS=  aspell.>=16::textproc/aspel
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   ::x11/dbus-glib
 
-MODULES=       devel/gettext
+MODULES=       devel/gettext gcc4
+MODGCC4_ARCHES=        *
+MODGCC4_LANGS= c++
 USE_LIBTOOL=   Yes
 CONFIGURE_STYLE=gnu
 

Reply via email to