Your message dated Thu, 16 Feb 2017 11:18:52 +0000 with message-id <[email protected]> and subject line Bug#852290: fixed in inkscape 0.92.1-1 has caused the Debian Bug report #852290, regarding inkscape: fails with older python-scour (as found in jessie) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 852290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852290 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: inkscape Version: 0.92.0-3~bpo8+1 Severity: normal Dear Maintainer, Please note, this bug only applies to Debian Jessie (using inkscape from jessie-backports and python-scour from jessie - there is no backported version of python-scour). When saving as an optimised SVG, inkscape uses the scour library to optimise the SVG. An error is reported when doing so, triggered by importing `scourString` from `scour.scour`. The problem is most likely a result of a change in the python-scour package: - In package version 0.26-3 (jessie), scour.py exists as: /usr/lib/python2.7/dist-packages/scour.py - In package version 0.32-2 (stretch), scour.py exists as: /usr/lib/python2.7/dist-packages/scour/scour.py I have implemented the following patch locally to work around the problem: --- /usr/share/inkscape/extensions/scour.inkscape.py~ +++ /usr/share/inkscape/extensions/scour.inkscape.py @@ -6,3 +6,6 @@ import scour - from scour.scour import scourString + try: + from scour.scour import scourString + except Exception as e: + from scour import scourString except Exception as e: Thanks for the continued work and effort on maintaining this package. Kind regards, Tim. -- System Information: Debian Release: 8.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'testing'), (10, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.8.0-0.bpo.2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages inkscape depends on: ii libaspell15 0.60.7~20110707-1.3 ii libatk1.0-0 2.14.0-1 ii libatkmm-1.6-1 2.22.7-2.1 ii libc6 2.19-18+deb8u7 ii libcairo2 1.14.0-2.1+deb8u2 ii libcairomm-1.0-1 1.10.0-1.1 ii libcdr-0.1-1 0.1.0-3 ii libdbus-1-3 1.8.22-0+deb8u1 ii libdbus-glib-1-2 0.102-1 ii libfontconfig1 2.11.0-6.3+deb8u1 ii libfreetype6 2.5.2-3+deb8u1 ii libgc1c2 1:7.2d-6.4 ii libgcc1 1:4.9.2-10 ii libgdk-pixbuf2.0-0 2.31.1-2+deb8u5 ii libglib2.0-0 2.42.1-1+b1 ii libglibmm-2.4-1c2a 2.42.0-1 ii libgomp1 4.9.2-10 ii libgsl0ldbl 1.16+dfsg-2 ii libgtk2.0-0 2.24.25-3+deb8u1 ii libgtkmm-2.4-1c2a 1:2.24.4-1.1 ii libgtkspell0 2.0.16-1.1 ii libjpeg62-turbo 1:1.3.1-12 ii liblcms2-2 2.6-3+b3 ii libmagick++-6.q16-5 8:6.8.9.9-5+deb8u6 ii libmagickcore-6.q16-2 8:6.8.9.9-5+deb8u6 ii libmagickwand-6.q16-2 8:6.8.9.9-5+deb8u6 ii libpango-1.0-0 1.36.8-3 ii libpangocairo-1.0-0 1.36.8-3 ii libpangoft2-1.0-0 1.36.8-3 ii libpangomm-1.4-1 2.34.0-1.1 ii libpng12-0 1.2.50-2+deb8u3 ii libpoppler-glib8 0.26.5-2+deb8u1 ii libpoppler46 0.26.5-2+deb8u1 ii libpopt0 1.16-10 ii libpotrace0 1.12-1+deb8u1 ii librevenge-0.0-0 0.0.1-3 ii libsigc++-2.0-0c2a 2.4.0-1 ii libstdc++6 4.9.2-10 ii libvisio-0.1-1 0.1.0-2 ii libwpg-0.3-3 0.3.0-3 ii libx11-6 2:1.6.2-3 ii libxml2 2.9.1+dfsg1-5+deb8u4 ii libxslt1.1 1.1.28-2+deb8u2 ii python 2.7.9-1 pn python:any <none> ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages inkscape recommends: ii aspell 0.60.7~20110707-1.3 ii imagemagick 8:6.8.9.9-5+deb8u6 pn libimage-magick-perl <none> pn libwmf-bin <none> ii python-lxml 3.4.0-1 ii python-numpy 1:1.8.2-2 ii python-scour 0.26-3 pn transfig <none> Versions of packages inkscape suggests: ii dia 0.97.3-1 pn libsvg-perl <none> pn libxml-xql-perl <none> pn pstoedit <none> pn python-uniconvertor <none> ii ruby 1:2.1.5+deb8u2 -- no debconf information
--- End Message ---
--- Begin Message ---Source: inkscape Source-Version: 0.92.1-1 We believe that the bug you reported is fixed in the latest version of inkscape, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mattia Rizzolo <[email protected]> (supplier of updated inkscape package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 16 Feb 2017 11:32:16 +0100 Source: inkscape Binary: inkscape Architecture: source Version: 0.92.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: inkscape - vector-based drawing program Closes: 852290 852837 Changes: inkscape (0.92.1-1) unstable; urgency=medium . * New upstream version 0.92.1. http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.1 + Fixes a bug involving the line-height CSS property. Closes: #852837 * Remove patches applied upstream. * Backport patch from upstream trunk: + 15848: support for old scour 0.26. Closes: #852290 Checksums-Sha1: 6b4ee413617294335f1c58a1b4f71cb0830b059d 2863 inkscape_0.92.1-1.dsc bede1252b344dc08abb6736084364d8125a6dffc 31222684 inkscape_0.92.1.orig.tar.bz2 69b1426573a3d095e26652620b725c8627deaf8c 181 inkscape_0.92.1.orig.tar.bz2.asc 26fb8c3ba83df5ae35c4ceab8e3fb234d23aee2e 27500 inkscape_0.92.1-1.debian.tar.xz 1c9d75ff74057f88375c44fc887b2d7603b2968f 14634 inkscape_0.92.1-1_amd64.buildinfo Checksums-Sha256: 9fa5f5e601d5d515d398ce20c7619138c60d49c72471b6b95adf0adfd19e1103 2863 inkscape_0.92.1-1.dsc 257405bf802de125f17d123638093a37db02ebe334d243cf9b0d8903f7c89005 31222684 inkscape_0.92.1.orig.tar.bz2 f7e6de1802c3d69fa6f3748f68d25cea062abc08f2bc03396337832b8639405b 181 inkscape_0.92.1.orig.tar.bz2.asc a23a5609f46c85672f786d1f7b4e10f106bd20092f347cb4713372ecfe9248d7 27500 inkscape_0.92.1-1.debian.tar.xz be1b8f422692e408e5c2e2da73fa17adac31fd799a81f0af448265d7d8bf9f93 14634 inkscape_0.92.1-1_amd64.buildinfo Files: 25f1cf4c82df180118fbd657c61d236d 2863 graphics optional inkscape_0.92.1-1.dsc db2eb2a566cf35ff949fc9ccb172889a 31222684 graphics optional inkscape_0.92.1.orig.tar.bz2 5955ba7acb5844a893383ab378280ef3 181 graphics optional inkscape_0.92.1.orig.tar.bz2.asc 3ecc162bf459be3419d4916acdfbebe5 27500 graphics optional inkscape_0.92.1-1.debian.tar.xz b8b46848b487e73caa0ff031faa02c78 14634 graphics optional inkscape_0.92.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlilh9AACgkQCBa54Yx2 K60eYhAAnvfeq0jIASdu/173gSCBmUoc3wNbz12FHKq5u7zJpuQWNUAzdGbPz9H2 /t745UAeYUYiRJvI3VAEGIBpCwxrC0zZC4hZqkRRZaSlSZF64QbP8xGz+Q9OI3QU ov/dn1C+m6Dwa53cMWBVVQp4EI7EYE0wNbjgtEoVflfLoQlp1trC+pykx+iy8hd4 zkRPdUk9NqiP+5WjsWdTLb+T+qhE3WN0do2UQCd7jPgP3l6jtWLnD+QghO/GVwc+ sJD0brUg14QkyG6ZzUyhP+JbabhJUeIsvhLXA+NSMNUm1nqkguZtf5vmCoWDVKzc exvSCHqxWzYWpJuiL1orcT7wUz7/qtU31EDJGtNGRw0ZV7Pe+d/GEogBV9BQk3M8 5Id+IHsCJcADiPaQJiUJPKRzrPQL3aGAlFTG6kKPZG0gZRSA/br7ZARx7JGncIsw iEUCG5DQeWTCTshp9xrYONP9SnnMgt0CsVl+1ULQVCE7J8Z5t1IPwlA5rgETJ3mV 6uRz3t1nwGs25Xo+bpDGVgM8GuVvy9ftDTajvIytmztDb/AtM28KDT8iqv3MQd/I bNndN0vTEw/c2wUoFWjsMLMiERItSOOeE2TDDsREuzIMePWfTTmnTPytMtE4nhQa W9xsqT5S5QYYsMcgjVBOGjIugJeMwYpvDvPROoMCqEB/pS7BIJU= =p9JM -----END PGP SIGNATURE-----
--- End Message ---

