On 2010/03/02 19:55, RD Thrush wrote: > Stuart Henderson wrote: > > 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. > > Thanks. I pkg_delete'd enchant and subtitleeditor, rebuilt enchant with your > patch and installed the new version along with subtitleeditor. > Unfortunately, I > see the same problem. In fact, the size mismatch errors when invoking > subtitleeditor are identical to the initial report. > > Are there other packages used by subtitleeditor that need a similar patch? >
ahh, aspell needs libstdc++ too, that makes for an altogether more complicated bunch of things that would need building that way, possibly too complicated while we still use gcc4 from ports...