Your message dated Tue, 09 Oct 2018 11:05:19 +0000
with message-id <[email protected]>
and subject line Bug#902759: fixed in python-http-parser 0.8.3-3
has caused the Debian Bug report #902759,
regarding python-http-parser FTBFS with Python 3.7
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.)


-- 
902759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902759
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-http-parser
Version: 0.8.3-2
Severity: serious
Tags: buster sid ftbfs

https://buildd.debian.org/status/package.php?p=python-http-parser&suite=sid

...
creating build/temp.linux-amd64-3.7/http_parser
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.7m -c 
http_parser/http_parser.c -o 
build/temp.linux-amd64-3.7/http_parser/http_parser.o
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.7m -c 
http_parser/parser.c -o build/temp.linux-amd64-3.7/http_parser/parser.o
http_parser/parser.c: In function '__Pyx_GetException':
http_parser/parser.c:6249:24: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_type'; did you mean 'curexc_type'?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
http_parser/parser.c:6250:25: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_value'; did you mean 'curexc_value'?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
http_parser/parser.c:6251:22: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
http_parser/parser.c:6252:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = local_type;
             ^~~~~~~~
             curexc_type
http_parser/parser.c:6253:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = local_value;
             ^~~~~~~~~
             curexc_value
http_parser/parser.c:6254:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = local_tb;
             ^~~~~~~~~~~~~
             curexc_traceback
http_parser/parser.c: In function '__Pyx_ExceptionSave':
http_parser/parser.c:7460:21: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_type'; did you mean 'curexc_type'?
     *type = tstate->exc_type;
                     ^~~~~~~~
                     curexc_type
http_parser/parser.c:7461:22: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_value'; did you mean 'curexc_value'?
     *value = tstate->exc_value;
                      ^~~~~~~~~
                      curexc_value
http_parser/parser.c:7462:19: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_traceback'; did you mean 'curexc_traceback'?
     *tb = tstate->exc_traceback;
                   ^~~~~~~~~~~~~
                   curexc_traceback
http_parser/parser.c: In function '__Pyx_ExceptionReset':
http_parser/parser.c:7474:24: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_type'; did you mean 'curexc_type'?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
http_parser/parser.c:7475:25: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_value'; did you mean 'curexc_value'?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
http_parser/parser.c:7476:22: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
http_parser/parser.c:7477:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_type'; did you mean 'curexc_type'?
     tstate->exc_type = type;
             ^~~~~~~~
             curexc_type
http_parser/parser.c:7478:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_value'; did you mean 'curexc_value'?
     tstate->exc_value = value;
             ^~~~~~~~~
             curexc_value
http_parser/parser.c:7479:13: error: 'PyThreadState {aka struct _ts}' has no 
member named 'exc_traceback'; did you mean 'curexc_traceback'?
     tstate->exc_traceback = tb;
             ^~~~~~~~~~~~~
             curexc_traceback
setup.py:12: DeprecationWarning: the imp module is deprecated in favour of 
importlib; see the module's documentation for alternative uses
  from imp import load_source
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:336: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3.7 setup.py build 
dh_auto_build: pybuild --build -i python{version} -p "3.7 3.6" returned exit 
code 13
make: *** [debian/rules:6: build-arch] Error 25

--- End Message ---
--- Begin Message ---
Source: python-http-parser
Source-Version: 0.8.3-3

We believe that the bug you reported is fixed in the latest version of
python-http-parser, 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.
TANIGUCHI Takaki <[email protected]> (supplier of updated python-http-parser 
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: SHA256

Format: 1.8
Date: Tue, 09 Oct 2018 19:57:42 +0900
Source: python-http-parser
Binary: python-http-parser python3-http-parser
Architecture: source amd64
Version: 0.8.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: TANIGUCHI Takaki <[email protected]>
Description:
 python-http-parser - http request/response parser
 python3-http-parser - http request/response parser (Python 3)
Closes: 902759
Changes:
 python-http-parser (0.8.3-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/watch: Use https protocol
   * d/changelog: Remove trailing whitespaces
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
   * Convert git repository from git-dpm to gbp layout
 .
   [ Chris Lamb ]
   * Remove trailing whitespaces.
 .
   [ TANIGUCHI Takaki ]
   * debian/compat: 11
   * Bump Stanrads-Version to 4.2.1
   * debian/patches: Regenerate C source code (Closes: #902759)
   * debian/control: Fix substitution variable typo
Checksums-Sha1:
 f6da5d79da8ab3b07e2e73db9f5f0ee46af57094 2212 python-http-parser_0.8.3-3.dsc
 6cddc17600e3590883a9bc0ee85fd8b1197ea632 66496 
python-http-parser_0.8.3-3.debian.tar.xz
 7ce7cf4641b997f072fe8caf7dd280cb31c4093d 149588 
python-http-parser-dbgsym_0.8.3-3_amd64.deb
 69075d86bc41740d00c07f5deb94770ac868d286 9181 
python-http-parser_0.8.3-3_amd64.buildinfo
 5e0c1fe4b96f25459f2671e5469edadc634ea8d4 61828 
python-http-parser_0.8.3-3_amd64.deb
 03f9e25c096bbaf93640c8f3ca14175bda7778a0 355312 
python3-http-parser-dbgsym_0.8.3-3_amd64.deb
 b409c0cc7ef10f7c7ef964d4fbea8e298427899b 80540 
python3-http-parser_0.8.3-3_amd64.deb
Checksums-Sha256:
 55360f886cceff5c551eb830043491982b3b877e1a8f98544a62480bfad896fb 2212 
python-http-parser_0.8.3-3.dsc
 d38912240e77735366206f033fcceddafac98247f2bb99258f9bae77165695ff 66496 
python-http-parser_0.8.3-3.debian.tar.xz
 da08149a5cd9e8bb5c39cef0037bd55a83b78965096bba1f252546624b892be4 149588 
python-http-parser-dbgsym_0.8.3-3_amd64.deb
 23d01c07bc55d23a8d52a55cf61cb29efc21bec7ac5e5c8951112c91a942484f 9181 
python-http-parser_0.8.3-3_amd64.buildinfo
 05021831fdfde8efec57162720992b5283bb562dce25f41c0212c62b8f38bfe8 61828 
python-http-parser_0.8.3-3_amd64.deb
 3282f9804142241209a7402a194e1b50736170e8509722c03ce3c8831bc99885 355312 
python3-http-parser-dbgsym_0.8.3-3_amd64.deb
 0176956dbddc08498228f7fdf551332a1a8a2aca2ca111b72c4a4033a7d8a391 80540 
python3-http-parser_0.8.3-3_amd64.deb
Files:
 d8b52a4bcfb0f8de2ee1cc5987c8c411 2212 python optional 
python-http-parser_0.8.3-3.dsc
 343a822ec8b335670fa96f1bbdcbb4dd 66496 python optional 
python-http-parser_0.8.3-3.debian.tar.xz
 34e2c9f40f8662e8fc605d6bc8e74d51 149588 debug optional 
python-http-parser-dbgsym_0.8.3-3_amd64.deb
 52c09bb65fca92f2b7d511359e7ec077 9181 python optional 
python-http-parser_0.8.3-3_amd64.buildinfo
 8af316c9327f7e86e3e140827f64394d 61828 python optional 
python-http-parser_0.8.3-3_amd64.deb
 11650ab5f6dd2767e52be47097bdf90c 355312 debug optional 
python3-http-parser-dbgsym_0.8.3-3_amd64.deb
 4fa43a31e7ecd8795f04e2b336f1e2c3 80540 python optional 
python3-http-parser_0.8.3-3_amd64.deb

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

iQIzBAEBCAAdFiEE0kq/0SfNJVahPGx5zBSfbCil4lcFAlu8iloACgkQzBSfbCil
4lf0pA//bhyLD9ZVHznfCfmf/T5WuSTctD4v90mv3UqIwmjvO5jOfNv4IY9EoVmF
JUvfVz8Cxdu20jHnf7g7d5owTC7xuFZSe98YYq1wTssJ3KH47Skm0eo4ocGBC48p
t93q/5jeKzx5wrgh/xC9bPUAX1IHJREQnjundyuvrZ5D/dn0KjhBPK2DoXO3qyUg
GYtbsNZDBcGryvg6dB7523BurL0mxU39IFxOx1bhWmKmbUZL7COQUwGK6BIR0EOk
WAdvK+Tu0o1p/awJCOdmjK57jL2neLL6RIok4lL/8WSBc2ezKe2mr6dooE8iWCv7
X7uWUE+FC7JLvwN3o5kxFFyQq+MBUhtXjw7rTgu60PrB4d59v44/rW6OVJPP+F2G
iEleuJ+NkTOwXVDj/GUAM4EsuGRKbRCnHFesW4ryyGXW9eF4WSt28xfhTGH8Ivon
2HJQ0gV5m8tNgYlnpEgQg2s30+cCWvvWgE7tnHn37MWkTKZmBv6Ch9fttqF9du0Q
MzRf3Oj0ifspOmqQ7rQ+0gy57ORik8aOI8oDsy6F7oYVPfboxYBr27ExaIqh+Ldt
gCWMPIQT/v2/CJ1+xLrPTYOXF7cYuXsNoaVrIBS7RK7Y7o7n03Gi1O5skV+dZPUO
sTyGa23dmWwSABFKZ7IsA9e10/onw97ISruiMbRpukVEwThXuA0=
=y9oW
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to