Your message dated Sat, 28 Jul 2012 22:02:12 +0000
with message-id <[email protected]>
and subject line Bug#683083: fixed in msgpack-python 0.2.0-1
has caused the Debian Bug report #683083,
regarding msgpack-python: Bump build-dependency for msgpack-python
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.)


-- 
683083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683083
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: msgpack-python
Version: 0.1.10-1
Severity: normal
Tags: patch


while rebuilding msgpack-python for squeeze-backports i noticed that
the cython version in squeeze (0.12.1-1.1) can't build msgpack-python
but the cython version in wheezy (0.15) works. I suggest bumping the
build-dependency for cython to 0.15~.

This is an exceprt from the build log with cython 0.12.1:

cythoning msgpack/_msgpack.pyx to msgpack/_msgpack.c

Error converting Pyrex file to C:
------------------------------------------------------------
...
# coding: utf-8

from cpython cimport *
^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:3:0: 'cpython.pxd' not 
found

Error converting Pyrex file to C:
------------------------------------------------------------
...
    ctypedef char* const_char_ptr "const char*"
    ctypedef char* const_void_ptr "const void*"
    ctypedef struct PyObject
    cdef int PyObject_AsReadBuffer(object o, const_void_ptr* buff, Py_ssize_t* 
buf_len) except -1

from libc.stdlib cimport *
^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:10:0: 'libc.stdlib.pxd' 
not found

Error converting Pyrex file to C:
------------------------------------------------------------
...
    ctypedef char* const_void_ptr "const void*"
    ctypedef struct PyObject
    cdef int PyObject_AsReadBuffer(object o, const_void_ptr* buff, Py_ssize_t* 
buf_len) except -1

from libc.stdlib cimport *
from libc.string cimport *
^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:11:0: 'libc.string.pxd' 
not found

Error converting Pyrex file to C:
------------------------------------------------------------
...
    cdef char *encoding
    cdef char *unicode_errors

    def __cinit__(self):
        cdef int buf_size = 1024*1024
        self.pk.buf = <char*> malloc(buf_size);
                                   ^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:55:36: undeclared name 
not builtin: malloc

Error converting Pyrex file to C:
------------------------------------------------------------
...
        self.pk.buf_size = buf_size
        self.pk.length = 0

    def __init__(self, default=None, encoding='utf-8', unicode_errors='strict'):
        if default is not None:
            if not PyCallable_Check(default):
                                  ^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:63:35: undeclared name 
not builtin: PyCallable_Check

Error converting Pyrex file to C:
------------------------------------------------------------
...
        else:
            if isinstance(encoding, unicode):
                self._bencoding = encoding.encode('ascii')
            else:
                self._bencoding = encoding
            self.encoding = PyBytes_AsString(self._bencoding)
                                           ^
------------------------------------------------------------

/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:74:44: undeclared name 
not builtin: PyBytes_AsString

…

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.4-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages msgpack-python depends on:
ii  libc6           2.13-35
ii  python          2.7.3-2
ii  python-support  1.0.15

msgpack-python recommends no packages.

msgpack-python suggests no packages.

-- no debconf information
>From 1b72f83cd3df8ce93c6a5969d3556b013077143b Mon Sep 17 00:00:00 2001
From: Ulrich Dangel <[email protected]>
Date: Mon, 23 Jul 2012 02:44:13 +0200
Subject: [PATCH] Update dependency for cython

---
 debian/control |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c651ce9..1b9270f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: msgpack-python
 Section: python
 Priority: optional
 Maintainer: Robert S. Edmonds <[email protected]>
-Build-Depends: debhelper (>= 7.2.11~), cython, python-all-dev (>= 2.6.6-3~), python-support
+Build-Depends: debhelper (>= 7.2.11~), cython (>= 0.15~) , python-all-dev (>= 2.6.6-3~), python-support
 Standards-Version: 3.9.2
 Homepage: http://pypi.python.org/pypi/msgpack-python/
 
-- 
1.7.10.4


--- End Message ---
--- Begin Message ---
Source: msgpack-python
Source-Version: 0.2.0-1

We believe that the bug you reported is fixed in the latest version of
msgpack-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.
Robert S. Edmonds <[email protected]> (supplier of updated msgpack-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: SHA1

Format: 1.8
Date: Sat, 28 Jul 2012 17:20:15 -0400
Source: msgpack-python
Binary: msgpack-python
Architecture: amd64 source
Version: 0.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds <[email protected]>
Changed-By: Robert S. Edmonds <[email protected]>
Closes: 633449 683083
Description: 
 msgpack-python - Python implementation of MessagePack format
Changes: 
 msgpack-python (0.2.0-1) unstable; urgency=low
 .
   * New upstream release.
     - Fixes big-endian bug in msgpack/pack_template.h; closes: #633449.
   * Add versioned build-dep on cython >= 0.15~; closes: #683083.
Checksums-Sha1: 
 396cdb69ad02cb362226d4415aff329f3bde3d76 59768 msgpack-python_0.2.0-1_amd64.deb
 f0fc712d40a5721ee763a99a1bca8b247bbddd00 1200 msgpack-python_0.2.0-1.dsc
 cb0a47772a9f549993f84a5e79cfb027028b953f 90099 msgpack-python_0.2.0.orig.tar.gz
 afc7ad9899ee1c90ec0c18866b48ce3a80cd31db 1980 
msgpack-python_0.2.0-1.debian.tar.gz
Checksums-Sha256: 
 247cbf465f0123b0d0640c6fc8a22695c1efea7a7863445f1bcfd9ba9cda83ec 59768 
msgpack-python_0.2.0-1_amd64.deb
 66f591a275ef79d73c82b77517791e5ccb5218c62f264571ae79383de1a1585a 1200 
msgpack-python_0.2.0-1.dsc
 c63a95128824f8983962298e32f59ff296bf1270c5b3681d083d78b63bf1310b 90099 
msgpack-python_0.2.0.orig.tar.gz
 cd0fc365a2531346dcda4180ad3a18692691687892cc7674da2b2ab4e6e662e2 1980 
msgpack-python_0.2.0-1.debian.tar.gz
Files: 
 ec882d5ce357a8d3dfc30bd06ce95679 59768 python optional 
msgpack-python_0.2.0-1_amd64.deb
 77c0b60750fc720b3c339848ef2085be 1200 python optional 
msgpack-python_0.2.0-1.dsc
 cdac1d250cf9c0f0bd36abdfe2c96f8b 90099 python optional 
msgpack-python_0.2.0.orig.tar.gz
 59b41eae951ef9e148835042519ff7b4 1980 python optional 
msgpack-python_0.2.0-1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlAUXaYACgkQdp+/SHMBQJFIVQCcDy5kfs3DRtcbRh2e3nhPgrsV
G3UAoIA5M3ZMBlhknyorXuLzCtcz6ckN
=cjAt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to