FS#17524 - [Inkscape] PDF import is broken
Attached to Project:
Arch Linux
Opened by Martin Schmidt (Blind) - Tuesday, 15 December 2009, 22:16 GMT
Last edited by Jan de Groot (JGC) - Sunday, 24 January 2010, 20:23 GMT
Opened by Martin Schmidt (Blind) - Tuesday, 15 December 2009, 22:16 GMT
Last edited by Jan de Groot (JGC) - Sunday, 24 January 2010, 20:23 GMT
|
Details
Description:
Trying to import a PDF graphic containing an image will result in a crash of the application. Additional info: * package version(s) $ pacman -Qi inkscape Name : inkscape Version : 0.46-14 * config and/or log files etc. Error message when started in console: inkscape: symbol lookup error: inkscape: undefined symbol: _ZN13GfxColorSpace5parseEP6Object Steps to reproduce: 1. have a PDF file with a (in this case) grayscale image 2. File -> Import -> [chose PDF] 3. Bang! Very annoying bug, as the PDF import is one of the killer features of inkscape. |
This task depends upon
Closed by Jan de Groot (JGC)
Sunday, 24 January 2010, 20:23 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in testing.
Sunday, 24 January 2010, 20:23 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in testing.
Maybe inkscape just needs to be recompiled against a new poppler?
> nm /usr/lib/libpoppler.so | grep GfxColorSpace5
000b8860 T _ZN13GfxColorSpace5parseEP6ObjectP3Gfx
* wait until 0.47 hits the repos;
* use inkscape-nognome from AUR. I'm using it and just imported a simple PDF to test and it worked fine.
But thanks for your suggestions :)
Do you have a suggestion as to how to proceed from here (except wait for a fix)?
- revert to poppler 0.12.1
- revert the commit in poppler 0.12.2 that caused this break
- compile with the wrong patch anyways
- compile without poppler support, meaning no PDF import
Thank you for the help.
It seems the minor upgrade doesn't seem to be a problem (tested gimp), but I can see your point, Tobias.