Your message dated Wed, 11 Jan 2017 01:05:59 +0000
with message-id <e1cr7mv-0003e1...@fasolo.debian.org>
and subject line Bug#829415: fixed in svgwrite 1.1.8-2
has caused the Debian Bug report #829415,
regarding svgwrite: FTBFS: ImportError: No module named pyparsing
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 ow...@bugs.debian.org
immediately.)


-- 
829415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: svgwrite
Version: 1.1.8-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

svgwrite fails to build from source in unstable/amd64:

  [..]

      from svgwrite.utils import rgb, AutoID, get_unit
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_parsing_basic_types (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_parsing_basic_types
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_parsing_basic_types.py", line 11, in <module>
      import pyparsing as pp
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_line (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_line
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_line.py", line 12, in <module>
      from svgwrite.shapes import Line
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_parameter (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_parameter
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_parameter.py", line 12, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_base_element (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_base_element
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_base_element.py", line 12, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_full11_typechecker (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_full11_typechecker
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_full11_typechecker.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_style (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_style
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_style.py", line 11, in <module>
      from svgwrite.container import Style
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_drawing (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_drawing
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_drawing.py", line 14, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_xlink (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_xlink
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_xlink.py", line 13, in <module>
      from svgwrite.container import Group
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ======================================================================
  ERROR: tests.test_mask (unittest.loader.ModuleImportFailure)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: tests.test_mask
  Traceback (most recent call last):
    File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
      module = self._get_module_from_name(name)
    File "/usr/lib/python2.7/unittest/loader.py", line 232, in 
_get_module_from_name
      __import__(name)
    File "tests/test_mask.py", line 11, in <module>
      from svgwrite.masking import Mask
    File "svgwrite/__init__.py", line 51, in <module>
      from svgwrite.drawing import Drawing
    File "svgwrite/drawing.py", line 29, in <module>
      from svgwrite.container import SVG, Defs
    File "svgwrite/container.py", line 27, in <module>
      from svgwrite.base import BaseElement
    File "svgwrite/base.py", line 16, in <module>
      from svgwrite.params import Parameter
    File "svgwrite/params.py", line 9, in <module>
      from svgwrite.validator2 import get_validator
    File "svgwrite/validator2.py", line 9, in <module>
      from svgwrite.data import full11
    File "svgwrite/data/full11.py", line 11, in <module>
      from svgwrite.data.typechecker import Full11TypeChecker as TypeChecker
    File "svgwrite/data/typechecker.py", line 13, in <module>
      from svgwrite.data.svgparser import is_valid_transferlist, 
is_valid_pathdata, is_valid_animation_timing
    File "svgwrite/data/svgparser.py", line 14, in <module>
      from pyparsing import *
  ImportError: No module named pyparsing
  
  
  ----------------------------------------------------------------------
  Ran 46 tests in 0.002s
  
  FAILED (errors=46)
  E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd 
/home/lamby/temp/cdt.20160703075651.laGjveE8a1.svgwrite/svgwrite-1.1.8/.pybuild/pythonX.Y_2.7/build;
 python2.7 -m unittest discover -v 
  dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
  debian/rules:9: recipe for target 'build' failed
  make: *** [build] Error 25

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: svgwrite.1.1.8-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: svgwrite
Source-Version: 1.1.8-2

We believe that the bug you reported is fixed in the latest version of
svgwrite, 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 829...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated svgwrite 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 10 Jan 2017 19:36:41 -0500
Source: svgwrite
Binary: python-svgwrite python3-svgwrite python-svgwrite-doc
Architecture: source all
Version: 1.1.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Description:
 python-svgwrite - library to create SVG drawings (Python 2)
 python-svgwrite-doc - library to create SVG drawings (common documentation)
 python3-svgwrite - library to create SVG drawings (Python 3)
Closes: 829415
Changes:
 svgwrite (1.1.8-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control
     - add pyparsing to b-d; Closes: #829415
Checksums-Sha1:
 0e9ca5265e428b19e1c0b72a0f53504c72db1125 2229 svgwrite_1.1.8-2.dsc
 078e13f66d03ae96cc88f33740e8e1ecc9cd8980 2132 svgwrite_1.1.8-2.debian.tar.xz
 ca0d76e31563f12c1a04954379b54323c3f52ecd 46034 
python-svgwrite-doc_1.1.8-2_all.deb
 d895b71daa374c191f035d834369f73d7faee621 47238 python-svgwrite_1.1.8-2_all.deb
 b9d87ae1600596c8e7fcd617ff6e2fd0a3bfe394 42308 python3-svgwrite_1.1.8-2_all.deb
 3e425bcf929836f21d8286831244fc4d0c69072f 6667 svgwrite_1.1.8-2_amd64.buildinfo
Checksums-Sha256:
 94e448048dd3090970fb4a46fa0b56a400ffa6781c2c07b0290ca10803189cf1 2229 
svgwrite_1.1.8-2.dsc
 2143fc117d51eba1e19b3d5443d2f61e23c208058947e9d6588da2b7fbe0a450 2132 
svgwrite_1.1.8-2.debian.tar.xz
 11eab9bed82ab85b8e62d75184201abd7ced7274cdd1ab27abe326a1b7c10a88 46034 
python-svgwrite-doc_1.1.8-2_all.deb
 f42293be99d062175d737d6ffa1387faae604ef5891dbd2891efd96c8cc49653 47238 
python-svgwrite_1.1.8-2_all.deb
 4a1d277efa54a221610bc002148a9b59ea6cafc32bd3fe5faadf0f38068d1649 42308 
python3-svgwrite_1.1.8-2_all.deb
 46410ee4e6fc2fb25d2edfed66734693a616cab6709221fd62d523918441f5b4 6667 
svgwrite_1.1.8-2_amd64.buildinfo
Files:
 3173e0da6187d70c1cd138662d756ca3 2229 python optional svgwrite_1.1.8-2.dsc
 81205e39d41bf8c6b57199e9009ed2ff 2132 python optional 
svgwrite_1.1.8-2.debian.tar.xz
 776e03300f8df18879d713d5d9e8377d 46034 doc optional 
python-svgwrite-doc_1.1.8-2_all.deb
 4daa38e09824f98fdfc6be798ce1a6c7 47238 python optional 
python-svgwrite_1.1.8-2_all.deb
 4498d89e0ffb987145737b876453a560 42308 python optional 
python3-svgwrite_1.1.8-2_all.deb
 262956a8f953b028642f3f69eaabfcfd 6667 python optional 
svgwrite_1.1.8-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlh1f4kACgkQh588mTgB
qU+vQQ//REOCiVbYPLh0udOZr2E6vka/XXurgYLF4pMgDCziHyUaen/AYgRKGtm3
rR188YPGnuX360xNfidnJTbmNw1dD5PDFkOpthUd53XaElbNIyce1huRuBvJYvXK
ePl9CcwCQuJV4VdXactHCBtRiapekzjvg2X0sidMdP29mM0ijpFlJcT3yh6mmM8P
1b5a42LrmjDlFdcT5DWnT86hl9nvtjkvWzr+cPJSncSlzNv64UfdEt7z4mZfKheB
k5qaGeEuYLmmStw7sarmZs5N6hYx4LLxH4XZTN0Bq0QrlfBxfU+Ae581nT6YRcDs
KV2SNyjzsU7mmsvu0BrWePFVZ63IKj7i+t1HRghsEtsyLwEtZakZPhI5VueKwaf+
KHCg8S7nyR6kpKa926SedkhCfThltu4F4ks4IKYQ/TO3QBI+K2hyogo6W389Kdfs
DLsY/uc+zkOesF5LS+3+PRq6VA8PnbX50tvSXjLiv3rVfvF5W5EtQ4rkeFOl9e1O
s0DuDhLK12o4RBaZ5YhCYU5+O0nZRK8Fn1zrkcu5zLsElY+enYNisoETrbEWzc26
soLZ1X2ptBjziU6pPyBDZF7HBA+rHp88n1cPBdMuh2ma/NIemo7zU9ZtXa81WgoB
jGB6MeoU5s61tqpPSadqDmOJdy+TYyIAHHEorkIkkhv+njxyR+c=
=oThC
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to