Bug 142801 - [patch] ports print/scribus (scribus-1.3.3.13_1) dumps core during import of text
Summary: [patch] ports print/scribus (scribus-1.3.3.13_1) dumps core during import of ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 01:10 UTC by Oliver Adler
Modified: 2010-02-02 23:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Adler 2010-01-14 01:10:03 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-14 01:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-01-17 14:53:11 UTC
Hi,

Prepare a patch and send it to me

Regards,

Sylvio Cesar
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-01-17 18:38:30 UTC
State Changed
From-To: open->feedback

Waiting a path of submitter.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-02 23:37:53 UTC
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"
Comment 5 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-02-02 23:38:33 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!