Your message dated Mon, 27 Aug 2018 12:05:45 +0000
with message-id <[email protected]>
and subject line Bug#906379: fixed in libsass-python 0.14.5-2
has caused the Debian Bug report #906379,
regarding libsass-python: FTBFS in buster/sid (error: 
'sass_option_push_import_extension' was not declared in this scope)
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.)


-- 
906379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906379
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsass-python
Version: 0.14.5-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dpkg-query -f '\n' -W libsass-dev|sed 's/-.*//' > .libsass-upstream-version
dh build-indep --with python2,python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
        pybuild --configure --test-pytest -i python{version} -p 2.7
I: pybuild base:217: python2.7 setup.py config 
running config
        pybuild --configure --test-pytest -i python{version} -p 3.6
I: pybuild base:217: python3.6 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
pybuild --build -p "2.7 3.6"
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_py
copying sass.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build
copying sassc.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build
copying sasstests.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/sassutils
copying sassutils/distutils.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/sassutils
copying sassutils/wsgi.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/sassutils
copying sassutils/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/sassutils
copying sassutils/builder.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6/build/sassutils
running build_ext
building '_sass' extension
creating build
creating build/temp.linux-amd64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/python3.6m -c pysass.cpp -o build/temp.linux-amd64-3.6/pysass.o 
-fPIC -std=gnu++0x -Wall -Wno-parentheses -Werror=switch
pysass.cpp: In function 'void _add_custom_import_extensions(Sass_Options*, 
PyObject*)':
pysass.cpp:515:9: error: 'sass_option_push_import_extension' was not declared 
in this scope
         sass_option_push_import_extension(options, PyBytes_AS_STRING(ext));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pysass.cpp:515:9: note: suggested alternative: 'sass_option_set_c_importers'
         sass_option_push_import_extension(options, PyBytes_AS_STRING(ext));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         sass_option_set_c_importers
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:338: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 13
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libsass-python.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libsass-python
Source-Version: 0.14.5-2

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, 27 Aug 2018 13:43:16 +0200
Source: libsass-python
Binary: python-libsass python3-libsass pysassc
Architecture: source
Version: 0.14.5-2
Distribution: unstable
Urgency: medium
Maintainer: Frédéric 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: 906379
Changes:
 libsass-python (0.14.5-2) unstable; urgency=medium
 .
   * Revert support of custom import extensions (Closes: #906379)
Checksums-Sha1:
 2756505401eb85b5ced9ddaff27b3c285e86231f 2305 libsass-python_0.14.5-2.dsc
 66c92edad057216e6800daf33a5ab4c5c7e798e6 7492 
libsass-python_0.14.5-2.debian.tar.xz
 7024529a3c14efe3b49826a9b2e54648be533cde 10536 
libsass-python_0.14.5-2_ppc64el.buildinfo
Checksums-Sha256:
 44327b448e6b7071bbb8e74a3b66cad85e75f9da50fb0489864a2c8963e8aa7a 2305 
libsass-python_0.14.5-2.dsc
 4dd6f2bb296eed978fe61a37c5ecdf18e67c6e75d84e6559c4febc72fba2f9df 7492 
libsass-python_0.14.5-2.debian.tar.xz
 4c0df6549560715ee9a306485a10f1d1fc2c96cbdb6ec09207d87998ad2799c4 10536 
libsass-python_0.14.5-2_ppc64el.buildinfo
Files:
 3731bab1bb6df083b5e66c5f61a1094d 2305 python optional 
libsass-python_0.14.5-2.dsc
 afec6f2198c3afe5b016af5a6e285cfd 7492 python optional 
libsass-python_0.14.5-2.debian.tar.xz
 011a12bed8a4649011a4771de797fc90 10536 python optional 
libsass-python_0.14.5-2_ppc64el.buildinfo

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

iQJOBAEBCgA4FiEEh9vVdWFVIC7DiF6Ta3SY/LmzWKwFAluD5SMaHGZyZWRpekBs
aW51eC52bmV0LmlibS5jb20ACgkQa3SY/LmzWKzsfhAAhAZy6ZAsk3K+ohrSU/ML
ZYat1M/07TAs77+2bdVW+BjJk+sege279IwU9aovAlKNGGNt4YOq+LsTbbQSUq6t
xTgXHIysP49BiApwwslgwe58Csie6Ex0dRH8cr5rOwKYU6FGuO2BjePJdjogOd08
mj5r/JLYY1w50+VzigUsWpwnqNgYeB1G/lfsCjEBSAOnjK22iOXBDmIuoyAUhHH2
8mP8SQgtL4pUA8Gr+3pkvgtf64nRoWGWGKsK+Q2e9RPBuXFoR0beGatjdr300A6z
EFpg3ZbxUmUI13170xXn64HPcYxTMfxUSWnkbeKrtDOzhjnc9gxYp29UefIZzysr
v4qVT3AoweDvjAHn3/9A8YvP1ykGEhloKfly/SXggK8YsKgAQQhfxUVfRWn2MoA1
Sr6+VuTqgHXCzAIPXQLYmoqVVwmElG9TrHmC9xHcSh4472VMBKrq8j4CUP6vDPnN
TnyirMreMNyJ1KFPaYeKkBrrE42JbWzTQ/+gaiBzDuUj/e7TwmGuEEBPYp/Z+lnb
9fM0iwiTCBlp0BgNsi3ijoaf7hX9CjINFkjwbiZxvhlVGP/Zlc29X04miKwAgHbg
+9MbG+FRHb5UvlL0Wfba7twZaI1CpYPpfdXiJG0RSgEq1LAWkqJqhKNH2hDNYkeW
6kh4S+rgNZsLO5CssJoNSEE=
=opy7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to