Due to wrong arguments to the linker during compilation of port, references of plugins are not satisfied. Errors look like this and eventually scribus dumps core: Cannot find plugin: /usr/local/lib/scribus/plugins//libsvgimplugin.so: Undefined symbol "_ZN8ScPlugin19newPrefsPanelWidgetEP7QWidgetRP10PrefsPanelR7QStringR7QPixmap" Fix: I searched the internet and found the following link: http://bugs.scribus.net/print_bug_page.php?bug_id=6897 which tells us to add the Linkerflag "-E" during compile. I tried this and attached a patch which fixes the problem How-To-Repeat: 1. start scribus from xterm 2. select Single Page in New Document dialog 3. Activate Automatic Text Frames in New Document dialog 4. Press OK in New Document dialog 5. Click in middle of text area 6. Select File->Import->Get Text 7. In Open dialog choose some small ASCII file 8. During text import scribus crashes with core dump
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
Hi, Prepare a patch and send it to me Regards, Sylvio Cesar
State Changed From-To: open->feedback Waiting a path of submitter.
sylvio 2010-02-02 23:37:46 UTC FreeBSD ports repository Modified files: print/scribus Makefile print/scribus/files patch-CMakeLists Log: - Fix problem with can not find plugin "libsvgimplugin.so: Undefined symbol" - BUMP PORTREVISION PR: ports/142801 Submitted by: Oliver Adler <bug_reporter@a999.de> Approved by: miwi (mentor) Revision Changes Path 1.56 +6 -7 ports/print/scribus/Makefile 1.2 +8 -2 ports/print/scribus/files/patch-CMakeLists _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!