Your message dated Mon, 30 Nov 2015 21:20:23 +0000
with message-id <[email protected]>
and subject line Bug#802063: fixed in cssutils 1.0-4
has caused the Debian Bug report #802063,
regarding cssutils: FTBFS: Failure: error (octal escape value \777 outside of 
range 0-0o377 at position 90
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.)


-- 
802063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802063
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cssutils
Version: 1.0-2
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: [email protected]
Usertags: ftbfs
X-Debbugs-CC: [email protected]

Dear Maintainer,

The package fails to build:

Value.__init__() ... ok
Property.priority ... ok

----------------------------------------------------------------------
Ran 349 tests in 3.361s

OK
set -ex; \
for py in python3.5 python3.4; do \
        $py /usr/bin/nosetests3 -v \
                   --exclude='test_parseString' \
                   --exclude='test_parseFile' \
                   --exclude='test_parseUrl' \
                   --exclude='test_combine' \
                   --exclude='test_cssText2' \
               --exclude='test_errorhandler.py' \
                   --py3where /cssutils-1.0/build/lib/cssutils/tests; \
done
+ python3.5 /usr/bin/nosetests3 -v --exclude=test_parseString 
--exclude=test_parseFile --exclude=test_parseUrl --exclude=test_combine 
--exclude=test_cssText2 --exclude=test_errorhandler.py --py3where 
/cssutils-1.0/build/lib/cssutils/tests
Failure: error (octal escape value \777 outside of range 0-0o377 at position 
551) ... ERROR

======================================================================
ERROR: Failure: error (octal escape value \777 outside of range 0-0o377 at 
position 551)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 420, in 
loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.5/imp.py", line 244, in load_module
    return load_package(name, filename)
  File "/usr/lib/python3.5/imp.py", line 216, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 693, in _load
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 662, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/cssutils-1.0/build/lib/cssutils/__init__.py", line 123, in <module>
    profile = Profiles(log=log)
  File "/cssutils-1.0/build/lib/cssutils/profiles.py", line 188, in __init__
    macros[self.CSS3_TEXT]
  File "/cssutils-1.0/build/lib/cssutils/profiles.py", line 291, in addProfiles
    self.addProfile(profile, properties.copy(), None)
  File "/cssutils-1.0/build/lib/cssutils/profiles.py", line 340, in addProfile
    self._profilesProperties[profile] = self._compile_regexes(properties)
  File "/cssutils-1.0/build/lib/cssutils/profiles.py", line 214, in 
_compile_regexes
    value = re.compile('^(?:%s)$' % value, re.I).match
  File "/usr/lib/python3.5/re.py", line 224, in compile
    return _compile(pattern, flags)
  File "/usr/lib/python3.5/re.py", line 293, in _compile
    p = sre_compile.compile(pattern, flags)
  File "/usr/lib/python3.5/sre_compile.py", line 536, in compile
    p = sre_parse.parse(p, flags)
  File "/usr/lib/python3.5/sre_parse.py", line 829, in parse
    p = _parse_sub(source, pattern, 0)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 778, in _parse
    p = _parse_sub(source, state)
  File "/usr/lib/python3.5/sre_parse.py", line 437, in _parse_sub
    itemsappend(_parse(source, state))
  File "/usr/lib/python3.5/sre_parse.py", line 565, in _parse
    code2 = _class_escape(source, that)
  File "/usr/lib/python3.5/sre_parse.py", line 348, in _class_escape
    'range 0-0o377' % escape, len(escape))
sre_constants.error: octal escape value \777 outside of range 0-0o377 at 
position 551

----------------------------------------------------------------------
Ran 1 test in 0.002s

FAILED (errors=1)
debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/cssutils-1.0'
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/cssutils.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: cssutils
Source-Version: 1.0-4

We believe that the bug you reported is fixed in the latest version of
cssutils, 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.
Hugo Lefeuvre <[email protected]> (supplier of updated cssutils 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: Sun, 29 Nov 2015 23:45:17 +0100
Source: cssutils
Binary: python-cssutils python3-cssutils
Architecture: source all
Version: 1.0-4
Distribution: unstable
Urgency: high
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Hugo Lefeuvre <[email protected]>
Description:
 python-cssutils - CSS Cascading Style Sheets parser and builder
 python3-cssutils - Python3 CSS Cascading Style Sheets parser and builder
Closes: 802063
Changes:
 cssutils (1.0-4) unstable; urgency=high
 .
   * Upload to unstable (Closes: #802063).
   * debian/control:
     - Update Vcs-* fields;
Checksums-Sha1:
 9643823464bc41470d283f96beac308b006c2838 2260 cssutils_1.0-4.dsc
 a5afbc5f1eaad9b91452aabead96214c4bef7add 368518 cssutils_1.0.orig.tar.gz
 48a1d46ef61eab91f34e49a6c1984abac6162a85 8196 cssutils_1.0-4.debian.tar.xz
 d22a34438feb2c58601769ec380574a8c4f35811 203476 python-cssutils_1.0-4_all.deb
 608479bc5a3a789213e34c99922f676a2bcb5ab4 191970 python3-cssutils_1.0-4_all.deb
Checksums-Sha256:
 9b09129009adfca10ac658f639d8d2123add55584afb5304870149c236023c97 2260 
cssutils_1.0-4.dsc
 d6228b847070245e1deede581c492c8ec39ff9860bf4a15799af8a5fd4155fc6 368518 
cssutils_1.0.orig.tar.gz
 ca513d43afee408b69697d1b6395446a66495a2d48149db9d2f49d89ee2994a7 8196 
cssutils_1.0-4.debian.tar.xz
 4e0c4b2e8a398adf3cdef6fa5d75d9ba95e5b535ccc5fea6cccbae6a17cbfa9b 203476 
python-cssutils_1.0-4_all.deb
 641642385f43d2ecb15a6bef643f4f1f757e5d01a6e384d4ddc3cd4e41f669bf 191970 
python3-cssutils_1.0-4_all.deb
Files:
 8bcaa925bd2fa06a1dc02c0518e32dad 2260 python optional cssutils_1.0-4.dsc
 325ea1a1d69c84394cb75ca3f460ac67 368518 python optional 
cssutils_1.0.orig.tar.gz
 1b4db5a00951424d6fd5f100ec663645 8196 python optional 
cssutils_1.0-4.debian.tar.xz
 48dab6609c2ea4b40288249eb9931df6 203476 python optional 
python-cssutils_1.0-4_all.deb
 0b3af8f2432898d2970f8ea2f13c9574 191970 python optional 
python3-cssutils_1.0-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWXLNFAAoJEKyQrD7FJAZeDv8P/A13GpROjhB3I5LcU9QA5ny9
OfpVBwl05Tpjm8HOWFtyfyCt68LuLCbUUUl2F26MOtpdtBgk4SUx4qWEcC5P1lX8
aswxVEqIkSphZ6+EemNds5tq7jAYvyARTW9EZQUCeTNRumRZw0/57GlzpeqaX5ne
Y5rrze0Y178UetFrXHvf94D71ErH5qXKACSExsbMqyd8R/XQ9IkZF49ui78z1XCL
oRisFxnpxfbi6vikiTJs10jlwtUncAKk3UbmZH5cFKKE5hkFMtONOtnB0qscdje/
+ae7Fpfn7YtUf++I3WuC3K1xJVwdfqH4dpIW08XbGYXnwiptpGo1NEvEVvVrHGfD
Zub6fGIszPw88C576Gny8WbBt2gOigFKmt/9oOZCLCRneIYS9mi0kCQNseW8vnlA
pqUG4ht6PhyXz5ja8T3lsNmRsBVqjgzO74zbf/NBACbisviFkIIZEd8tuLvMi26l
hLd+qUrOiSQDbaOv9doUcdNl9Y5/Piz/6jvUmeQ4TIRWoLGuw/hJtD8BGE3jwcE/
F0B4xe4HAxbAP0DN9W6RSZJP85rbGVdcc1F+pJLaM3F0alvowfXqVQBY33mNy/Pd
YwWoVBMTPErGWJaio9JNh69j0QdPhWhFF2J5N1GUMusm3SJ+c3Rkv52Es0eLU2Fe
aNwL7ZlY6zicLeK33J+R
=0eJy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to