Your message dated Tue, 10 Jan 2017 10:03:42 +0000
with message-id <[email protected]>
and subject line Bug#848653: fixed in libsass-python 0.12.3-1
has caused the Debian Bug report #848653,
regarding libsass-python: FTBFS: FAIL: test_compile_source_map
(sasstests.CompileTestCase)
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.)
--
848653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libsass-python
Version: 0.11.0-2
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
libsass-python fails to build from source in unstable/amd64:
[…]
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
pybuild --clean --test-pytest -i python{version} -p 3.5
I: pybuild base:184: python3.5 setup.py clean
running clean
removing '«BUILDDIR»/.pybuild/pythonX.Y_3.5/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.5' does not exist -- can't clean it
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
rm -fr libsass.egg-info .libsass-upstream-version
make[1]: Leaving directory '«BUILDDIR»'
dh_clean -O--buildsystem=pybuild
rm -f debian/debhelper-build-stamp
rm -f debian/python-libsass.substvars
rm -f debian/python-libsass.*.debhelper
rm -rf debian/python-libsass/
rm -f debian/python3-libsass.substvars
rm -f debian/python3-libsass.*.debhelper
rm -rf debian/python3-libsass/
rm -f debian/pysassc.substvars
rm -f debian/pysassc.*.debhelper
rm -rf debian/pysassc/
rm -rf debian/.debhelper/
rm -f debian/*.debhelper.log
rm -f debian/files
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \)
\)
rm -f *-stamp
debian/rules build
dpkg-query -f '\n' -W libsass-dev|sed 's/-.*//' > .libsass-upstream-version
dh build --with python2,python3 --buildsystem=pybuild
dh_testdir -O--buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
pybuild --configure --test-pytest -i python{version} -p 2.7
I: pybuild base:184: python2.7 setup.py config
running config
pybuild --configure --test-pytest -i python{version} -p 3.5
I: pybuild base:184: python3.5 setup.py config
running config
debian/rules override_dh_auto_build
make[1]: Entering directory '«BUILDDIR»'
pybuild --build -p "2.7 3.5"
I: pybuild base:184: /usr/bin/python3 setup.py build
running build
running build_py
copying sass.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
copying sassc.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
copying sasstests.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build
creating «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
copying sassutils/__init__.py ->
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
copying sassutils/wsgi.py -> «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
copying sassutils/builder.py ->
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
copying sassutils/distutils.py ->
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sassutils
running build_ext
building '_sass' extension
creating build
creating build/temp.linux-x86_64-3.5
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -O2 -fdebug-prefix-map=«BUILDDIR»=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c pysass.cpp -o
build/temp.linux-x86_64-3.5/pysass.o -c -O3 -fPIC -std=c++0x -Wall
-Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
C/ObjC but not for C++
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=«BUILDDIR»=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/pysass.o -o
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/_sass.cpython-35m-x86_64-linux-gnu.so
-fPIC -lstdc++ -lsass
running build_scripts
creating build/scripts-3.5
copying and adjusting sassc.py -> build/scripts-3.5
changing mode of build/scripts-3.5/sassc.py from 644 to 755
I: pybuild base:184: /usr/bin/python setup.py build
running build
running build_py
copying sass.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
copying sassc.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
copying sasstests.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build
creating «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
copying sassutils/__init__.py ->
«BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
copying sassutils/wsgi.py -> «BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
copying sassutils/builder.py ->
«BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
copying sassutils/distutils.py ->
«BUILDDIR»/.pybuild/pythonX.Y_2.7/build/sassutils
running build_ext
building '_sass' extension
creating build/temp.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fdebug-prefix-map=«BUILDDIR»=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c pysass.cpp -o
build/temp.linux-x86_64-2.7/pysass.o -c -O3 -fPIC -std=c++0x -Wall
-Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
C/ObjC but not for C++
pysass.cpp: In function ‘PyObject* _to_py_value(const Sass_Value*)’:
pysass.cpp:63:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
);
^
pysass.cpp:63:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
pysass.cpp:74:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
);
^
pysass.cpp:74:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
pysass.cpp:100:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
);
^
pysass.cpp:100:13: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
pysass.cpp:116:74: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
retv = PyObject_CallMethod(types_mod, "SassMap", "(O)", items);
^
pysass.cpp:116:74: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
pysass.cpp: In function ‘PyObject* _exception_to_bytes()’:
pysass.cpp:289:9: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
);
^
pysass.cpp:289:9: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
pysass.cpp: In function ‘Sass_Import** _call_py_importer_f(const char*,
Sass_Importer_Entry, Sass_Compiler*)’:
pysass.cpp:430:76: warning: ISO C++ forbids converting a string constant to
‘char*’ [-Wwrite-strings]
py_result = PyObject_CallFunction(pyfunc, PySass_IF_PY3("y", "s"), path);
^
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g
-fdebug-prefix-map=/build/python2.7-XhtLrH/python2.7-2.7.13=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2
-fdebug-prefix-map=«BUILDDIR»=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-2.7/pysass.o -o
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_2.7/build/_sass.so
-fPIC -lstdc++ -lsass
running build_scripts
creating build/scripts-2.7
copying and adjusting sassc.py -> build/scripts-2.7
changing mode of build/scripts-2.7/sassc.py from 644 to 755
# build doc once
pybuild -s custom --build -p 2.7 \
--build-args="env PYTHONPATH={build_dir} sphinx-build -N -bman docs/
build/man"
I: pybuild base:184: env PYTHONPATH=«BUILDDIR»/.pybuild/pythonX.Y_2.7/build
sphinx-build -N -bman docs/ build/man
Running Sphinx v1.4.9
making output directory...
loading pickled environment... not yet created
loading intersphinx inventory from http://docs.python.org/objects.inv...
WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not
fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno 111]
Connection refused>
loading intersphinx inventory from http://flask.pocoo.org/docs/objects.inv...
WARNING: intersphinx inventory 'http://flask.pocoo.org/docs/objects.inv' not
fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno 111]
Connection refused>
loading intersphinx inventory from
http://pythonhosted.org/setuptools/objects.inv...
WARNING: intersphinx inventory
'http://pythonhosted.org/setuptools/objects.inv' not fetchable due to <class
'urllib2.URLError'>: <urlopen error [Errno 111] Connection refused>
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: 9 added, 0 changed, 0 removed
reading sources... [ 11%] changes
reading sources... [ 22%] frameworks/flask
reading sources... [ 33%] index
reading sources... [ 44%] sass
reading sources... [ 55%] sassc
reading sources... [ 66%] sassutils
reading sources... [ 77%] sassutils/builder
reading sources... [ 88%] sassutils/distutils
reading sources... [100%] sassutils/wsgi
«BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found:
https://travis-ci.org/dahlia/libsass-python.svg?branch=python
«BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found:
https://ci.appveyor.com/api/projects/status/yghrs9jw7b67c0ia/branch/python?svg=true
«BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found:
https://img.shields.io/coveralls/dahlia/libsass-python.svg
«BUILDDIR»/docs/index.rst:0: WARNING: nonlocal image URI found:
https://badge.fury.io/py/libsass.svg
«BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:25:
ERROR: Unexpected indentation.
«BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:28:
WARNING: Block quote ends without a blank line; unexpected unindent.
«BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:28:
WARNING: Inline emphasis start-string without end-string.
«BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:45:
WARNING: Definition list ends without a blank line; unexpected unindent.
«BUILDDIR»/sassutils/wsgi.py:docstring of sassutils.wsgi.SassMiddleware:47:
ERROR: Unexpected indentation.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... libsass.1 { frameworks/flask changes sassc sass sassutils
sassutils/builder sassutils/distutils sassutils/wsgi }
«BUILDDIR»/docs/frameworks/flask.rst:76: WARNING: undefined label:
flask:app-dispatch (if the link has no caption the label must precede a section
header)
«BUILDDIR»/docs/frameworks/flask.rst:125: WARNING: undefined label:
flask:distribute-deployment (if the link has no caption the label must precede
a section header)
«BUILDDIR»/sass.py:docstring of sass.compile:134: WARNING: unknown keyword:
def
«BUILDDIR»/sass.py:docstring of sass.compile:134: WARNING: unknown keyword:
lambda
«BUILDDIR»/sass.py:docstring of sass.compile:151: WARNING: unknown keyword:
def
pysassc.1 { }
build succeeded, 17 warnings.
make[1]: Leaving directory '«BUILDDIR»'
debian/rules override_dh_auto_test
make[1]: Entering directory '«BUILDDIR»'
pybuild -s custom --test -p "2.7 3.5" \
--test-args="cp -fr test testpkg {build_dir}/; \
{interpreter} setup.py bdist_egg --dist-dir {build_dir}/testpkg/.eggs; \
cd {build_dir}; {interpreter} -m unittest sasstests"
I: pybuild base:184: cp -fr test testpkg
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/; python3.5 setup.py bdist_egg
--dist-dir
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs;
cd
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build;
python3.5 -m unittest sasstests
running bdist_egg
running egg_info
creating libsass.egg-info
writing top-level names to libsass.egg-info/top_level.txt
writing libsass.egg-info/PKG-INFO
writing entry points to libsass.egg-info/entry_points.txt
writing requirements to libsass.egg-info/requires.txt
writing dependency_links to libsass.egg-info/dependency_links.txt
writing manifest file 'libsass.egg-info/SOURCES.txt'
reading manifest file 'libsass.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.c' under directory 'libsass'
warning: no files found matching '*.cpp' under directory 'libsass'
warning: no files found matching '*.h' under directory 'libsass'
warning: no files found matching '*.hpp' under directory 'libsass'
warning: no files found matching 'libsass/Makefile'
writing manifest file 'libsass.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/lib.linux-x86_64-3.5
copying sass.py -> build/lib.linux-x86_64-3.5
copying sassc.py -> build/lib.linux-x86_64-3.5
copying sasstests.py -> build/lib.linux-x86_64-3.5
creating build/lib.linux-x86_64-3.5/sassutils
copying sassutils/__init__.py -> build/lib.linux-x86_64-3.5/sassutils
copying sassutils/wsgi.py -> build/lib.linux-x86_64-3.5/sassutils
copying sassutils/builder.py -> build/lib.linux-x86_64-3.5/sassutils
copying sassutils/distutils.py -> build/lib.linux-x86_64-3.5/sassutils
running build_ext
building '_sass' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -O2 -fdebug-prefix-map=«BUILDDIR»=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c pysass.cpp -o
build/temp.linux-x86_64-3.5/pysass.o -c -O3 -fPIC -std=c++0x -Wall
-Wno-parentheses -Werror=switch -DLIBSASS_VERSION=""
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
C/ObjC but not for C++
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=«BUILDDIR»=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.5/pysass.o -o
build/lib.linux-x86_64-3.5/_sass.cpython-35m-x86_64-linux-gnu.so -fPIC -lstdc++
-lsass
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/sassutils
copying build/lib.linux-x86_64-3.5/sassutils/__init__.py ->
build/bdist.linux-x86_64/egg/sassutils
copying build/lib.linux-x86_64-3.5/sassutils/wsgi.py ->
build/bdist.linux-x86_64/egg/sassutils
copying build/lib.linux-x86_64-3.5/sassutils/builder.py ->
build/bdist.linux-x86_64/egg/sassutils
copying build/lib.linux-x86_64-3.5/sassutils/distutils.py ->
build/bdist.linux-x86_64/egg/sassutils
copying build/lib.linux-x86_64-3.5/_sass.cpython-35m-x86_64-linux-gnu.so ->
build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-3.5/sassc.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-3.5/sasstests.py ->
build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-3.5/sass.py -> build/bdist.linux-x86_64/egg
byte-compiling build/bdist.linux-x86_64/egg/sassutils/__init__.py to
__init__.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sassutils/wsgi.py to
wsgi.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sassutils/builder.py to
builder.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sassutils/distutils.py to
distutils.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sassc.py to sassc.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sasstests.py to
sasstests.cpython-35.pyc
byte-compiling build/bdist.linux-x86_64/egg/sass.py to sass.cpython-35.pyc
creating stub loader for _sass.cpython-35m-x86_64-linux-gnu.so
byte-compiling build/bdist.linux-x86_64/egg/_sass.py to _sass.cpython-35.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.5/sassc.py ->
build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/sassc.py to 755
copying libsass.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying libsass.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying libsass.egg-info/dependency_links.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying libsass.egg-info/entry_points.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
copying libsass.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying libsass.egg-info/top_level.txt ->
build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
__pycache__._sass.cpython-35: module references __file__
__pycache__.sasstests.cpython-35: module references __file__
creating «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs
creating
'«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs/libsass-0.11.0-py3.5-linux-x86_64.egg'
and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
......«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py:842:
ResourceWarning: unclosed file <_io.TextIOWrapper
name='/tmp/tmpi82dtflg/output/f1.css' mode='r' encoding='UTF-8'>
contentsf1 = open(os.path.join(output_dir, 'f1.css')).read()
«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py:843: ResourceWarning:
unclosed file <_io.TextIOWrapper name='/tmp/tmpi82dtflg/output/foo/f2.css'
mode='r' encoding='UTF-8'>
contentsf2 = open(os.path.join(output_dir, 'foo/f2.css')).read()
.......F...............«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sass.py:110:
DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature()
instead
argspec = inspect.getargspec(lambda_)
...........................running build_sass
building 'testpkg' sass
.running build_sass
building 'testpkg' sass
.F.....................F...
======================================================================
FAIL: test_compile_source_map (sasstests.CompileTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 423, in
test_compile_source_map
self.assert_source_map_equal(A_EXPECTED_MAP, source_map)
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in
assert_source_map_equal
assert expected == actual
AssertionError
======================================================================
FAIL: test_build_one (sasstests.ManifestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 603, in
test_build_one
os.path.join(d, 'css', 'b.scss.css.map')
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 146, in
assert_source_map_file
self.assert_source_map_equal(expected, tree)
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in
assert_source_map_equal
assert expected == actual
AssertionError
======================================================================
FAIL: test_sassc_sourcemap (sasstests.SasscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 799, in
test_sassc_sourcemap
dict(json.load(f), sources=None)
File "«BUILDDIR»/.pybuild/pythonX.Y_3.5/build/sasstests.py", line 136, in
assert_source_map_equal
assert expected == actual
AssertionError
----------------------------------------------------------------------
Ran 84 tests in 0.767s
FAILED (failures=3)
E: pybuild pybuild:276: test: plugin custom failed with: exit code=1: cp -fr
test testpkg «BUILDDIR»/.pybuild/pythonX.Y_3.5/build/; python3.5 setup.py
bdist_egg --dist-dir
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build/testpkg/.eggs;
cd
/home/lamby/temp/cdt.20161219085644.R4ATuoz6RW.db.libsass-python/libsass-python-0.11.0/.pybuild/pythonX.Y_3.5/build;
python3.5 -m unittest sasstests
debian/rules:24: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 13
make[1]: Leaving directory '«BUILDDIR»'
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
[…]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
libsass-python.0.11.0-2.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: libsass-python
Source-Version: 0.12.3-1
We believe that the bug you reported is fixed in the latest version of
libsass-python, 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.
Frédéric Bonnard <[email protected]> (supplier of updated
libsass-python 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: Mon, 09 Jan 2017 15:39:12 +0000
Source: libsass-python
Binary: python-libsass python3-libsass pysassc
Architecture: source
Version: 0.12.3-1
Distribution: unstable
Urgency: medium
Maintainer: Frederic Bonnard <[email protected]>
Changed-By: Frédéric Bonnard <[email protected]>
Description:
pysassc - SASS for Python: command line utility for libsass
python-libsass - SASS for Python: a straightforward binding of libsass for
Python
python3-libsass - SASS for Python 3: a straightforward binding of libsass for
Pytho
Closes: 848653
Changes:
libsass-python (0.12.3-1) unstable; urgency=medium
.
* New upstream release. Closes: #848653
Checksums-Sha1:
5a1738881e7a0e7e610a47c2f86667ce950f0fa1 2119 libsass-python_0.12.3-1.dsc
f96dca649ec022960ff9e189219da516bbf939cf 51249
libsass-python_0.12.3.orig.tar.gz
6a0a93868a790b098e72391b177e1065b21b59e7 3516
libsass-python_0.12.3-1.debian.tar.xz
Checksums-Sha256:
55a85cf80a73891e13601982fcd9d5616bdae483347451dfb76197c18b3ef97a 2119
libsass-python_0.12.3-1.dsc
d6d835d763a35afd4e26a7da868345a9adf6e98a6bdec7aaeb4d23e6e2480528 51249
libsass-python_0.12.3.orig.tar.gz
6d4922cc11392f4d60cf46283f94ec3dac5c280055bb56a1a36509f9dfc1dc96 3516
libsass-python_0.12.3-1.debian.tar.xz
Files:
9e3bd8ce391793e4854bfb5beada0c0f 2119 python optional
libsass-python_0.12.3-1.dsc
1af2ca5c4563f2c879d6ed835e92bb54 51249 python optional
libsass-python_0.12.3.orig.tar.gz
3db1f33d0ca48a141488d172ba060326 3516 python optional
libsass-python_0.12.3-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYc7P3AAoJEGt0mPy5s1is+RsQAJjmEuZEMRFCi7JNemWP822x
V7bFg0F2jJT7f/PpvgwqYpsXL1teQgpYYd9nPFOOITItJoTQfDravtvKbZeS3k4U
MgMIkCROGm1FmbN2aN7uN3n8tJVjNBzqmOIHAQMdghMNlSuOZ4ugthqOFKqnqDbc
Bn6KQEZYsNBC5WKPJzCIeyQdooYV76R8PApi5vZqyYbAH1fRnRVjkkxAV9yQfN8Y
Mt9vP1sp30nPAFrRPyhGRPzEFu00MREHgo7A+K6b83YbKJWjSoYSMSakk7ldAJMn
aNmPcOcVGU806sIdFvl5m1G1KQKSx09p3dz1p8J3NwTk3F161jR7CroGOzpC5IN4
Iucd8K3ZN0Czjkq8z6IRO/QF1pyS9/WLv4Vn4tyesbmixvLPgRbeGaZhB1iWLLGL
DGIvGmd4Lex6iSmMqgqasrh6EWF2i7h58XwyiDbKQkAkpNi5k+948MOmx1SUnNqZ
OTI4sb53zpxJNMlc//ZTTIYfhZE1K8zKB9oH3XYWOAG6sAbSDcPdwGq5URuIK5j3
JG55U1rAI61zfHuDNeK/W3pmRBu/Gk9oK0LiVpwXsV5bJJ24UX9y6PO2tQUwCTmu
1L4/bd3/ZnF6WhR2KL9YygLLrgvozb+iF+AYnS94DaVb25O4rnhlIcJhLUmzVbKZ
66tWvKzmn+y9mC33Sghg
=TDF3
-----END PGP SIGNATURE-----
--- End Message ---