Your message dated Tue, 03 May 2011 23:05:08 +0000
with message-id <e1qhoes-00072a...@franck.debian.org>
and subject line Bug#622980: fixed in swig2.0 2.0.3-2
has caused the Debian Bug report #622980,
regarding swig: wrapper does not compile with python 3.2
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 ow...@bugs.debian.org
immediately.)


-- 
622980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: swig
Version: 1.3.40-3
Severity: critical
Tags: upstream
Justification: breaks unrelated software

See upstream bug:
http://sourceforge.net/tracker/?func=detail&atid=101645&aid=3057804&group_id=1645

This bug prevents me from building e.g. znc (and so on also prevents me from
fixing another RC bug which also prevents python to migrate).

znc log:


x86_64-linux-gnu-g++ -DHAVE_CONFIG_H  -g -DVERSION_EXTRA=\"+deb2\"  
-D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual 
-Wshadow    -I. -D_MODDIR_=\"/usr/lib/znc\" -D_DATADIR_=\"/usr/share/znc\" -c 
-o Listener.o Listener.cpp -MMD -MF .depend/Listener.o.dep
x86_64-linux-gnu-g++ -Wl,--export-dynamic -o znc main.o ZNCString.o Csocket.o 
znc.o User.o IRCSock.o Client.o DCCBounce.o DCCSock.o Chan.o Nick.o Server.o 
Modules.o MD5.o Buffer.o Utils.o FileUtils.o HTTPSock.o Template.o 
ClientCommand.o Socket.o SHA256.o WebModules.o Listener.o -ldl  -lcares -lssl 
-lcrypto  
make[2]: Entering directory `/tmp/buildd/znc-0.098/man'
gzip -9 <znc.1 >znc.1.gz
gzip -9 <znc-buildmod.1 >znc-buildmod.1.gz
gzip -9 <znc-config.1 >znc-config.1.gz
make[2]: Leaving directory `/tmp/buildd/znc-0.098/man'
make[2]: Entering directory `/tmp/buildd/znc-0.098/modules'
/usr/bin/swig -python -py3 -c++ -shadow -outdir modpython -I. -MMD -MF 
.depend/modpython.swig.dep -w362,315,401 -o modpython/_znc_core.cpp 
modpython/modpython.i
/usr/bin/perl ./modpython/codegen.pl modpython/functions.in 
modpython/functions.cpp
x86_64-linux-gnu-g++ -DHAVE_CONFIG_H  -g -DVERSION_EXTRA=\"+deb2\"  
-D_FORTIFY_SOURCE=2 -O2 -Wall -W -Wno-unused-parameter -Woverloaded-virtual 
-Wshadow    -fPIC -DICONV_CONST= -I./.. -I.. -Wl,--export-dynamic -shared -I. 
-MMD -MF .depend/modpython.library.dep -I/usr/include/python3.2mu 
-I/usr/include/python3.2mu -L/usr/lib/python3.2/config-3.2mu -lpthread -ldl 
-lutil -lm -lpython3.2mu -Xlinker -export-dynamic -Wl,-O1 
-Wl,-Bsymbolic-functions -DSWIG_TYPE_TABLE=znc -Wno-missing-field-initializers 
-Wno-unused -Wno-shadow -Wno-missing-declarations -Wno-uninitialized -o 
modpython/_znc_core.so modpython/_znc_core.cpp
modpython/_znc_core.cpp: In function 'swig_module_info* 
SWIG_Python_GetModule()':
modpython/_znc_core.cpp:2455:51: error: 'PyCObject_Import' was not declared in 
this scope
modpython/_znc_core.cpp: In function 'void 
SWIG_Python_SetModule(swig_module_info*)':
modpython/_znc_core.cpp:2524:92: error: 'PyCObject_FromVoidPtr' was not 
declared in this scope
modpython/_znc_core.cpp: In function 'swig_type_info* 
SWIG_Python_TypeQuery(const char*)':
modpython/_znc_core.cpp:2547:60: error: 'PyCObject_AsVoidPtr' was not declared 
in this scope
modpython/_znc_core.cpp:2552:51: error: 'PyCObject_FromVoidPtr' was not 
declared in this scope
modpython/_znc_core.cpp: In function 'std::list<CString, 
std::allocator<CString> >* 
std_list_Sl_CString_Sg____getitem____SWIG_0(std::list<CString, 
std::allocator<CString> >*, PySliceObject*)':
modpython/_znc_core.cpp:4437:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
std_list_Sl_CString_Sg____setitem____SWIG_0(std::list<CString, 
std::allocator<CString> >*, PySliceObject*, const std::list<CString, 
std::allocator<CString> >&)':
modpython/_znc_core.cpp:4446:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
std_list_Sl_CString_Sg____delitem____SWIG_1(std::list<CString, 
std::allocator<CString> >*, PySliceObject*)':
modpython/_znc_core.cpp:4455:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'std::vector<std::pair<CString, CString> 
>* 
vector_Sl_pair_Sl_CString_Sc_CString_Sg__Sg____getitem____SWIG_0(std::vector<std::pair<CString,
 CString> >*, PySliceObject*)':
modpython/_znc_core.cpp:4911:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
vector_Sl_pair_Sl_CString_Sc_CString_Sg__Sg____setitem____SWIG_0(std::vector<std::pair<CString,
 CString> >*, PySliceObject*, const std::vector<std::pair<CString, CString> 
>&)':
modpython/_znc_core.cpp:4920:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
vector_Sl_pair_Sl_CString_Sc_CString_Sg__Sg____delitem____SWIG_1(std::vector<std::pair<CString,
 CString> >*, PySliceObject*)':
modpython/_znc_core.cpp:4929:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'std::vector<CSmartPtr<CWebSubPage> >* 
vector_Sl_TWebSubPage_Sg____getitem____SWIG_0(std::vector<CSmartPtr<CWebSubPage>
 >*, PySliceObject*)':
modpython/_znc_core.cpp:4996:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
vector_Sl_TWebSubPage_Sg____setitem____SWIG_0(std::vector<CSmartPtr<CWebSubPage>
 >*, PySliceObject*, const std::vector<CSmartPtr<CWebSubPage> >&)':
modpython/_znc_core.cpp:5005:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
modpython/_znc_core.cpp: In function 'void 
vector_Sl_TWebSubPage_Sg____delitem____SWIG_1(std::vector<CSmartPtr<CWebSubPage>
 >*, PySliceObject*)':
modpython/_znc_core.cpp:5014:60: error: cannot convert 'PySliceObject*' to 
'PyObject*' for argument '1' to 'int PySlice_GetIndices(PyObject*, Py_ssize_t, 
Py_ssize_t*, Py_ssize_t*, Py_ssize_t*)'
make[2]: *** [modpython/_znc_core.so] Error 1


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

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages swig depends on:
ii  libc6                   2.11.2-13        Embedded GNU C Library: Shared lib
ii  libgcc1                 1:4.6.0-2        GCC support library
ii  libstdc++6              4.6.0-2          The GNU Standard C++ Library v3
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

swig recommends no packages.

Versions of packages swig suggests:
pn  swig-doc                      <none>     (no description available)
pn  swig-examples                 <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: swig2.0
Source-Version: 2.0.3-2

We believe that the bug you reported is fixed in the latest version of
swig2.0, which is due to be installed in the Debian FTP archive:

swig2.0-doc_2.0.3-2_all.deb
  to main/s/swig2.0/swig2.0-doc_2.0.3-2_all.deb
swig2.0-examples_2.0.3-2_all.deb
  to main/s/swig2.0/swig2.0-examples_2.0.3-2_all.deb
swig2.0_2.0.3-2.debian.tar.gz
  to main/s/swig2.0/swig2.0_2.0.3-2.debian.tar.gz
swig2.0_2.0.3-2.dsc
  to main/s/swig2.0/swig2.0_2.0.3-2.dsc
swig2.0_2.0.3-2_amd64.deb
  to main/s/swig2.0/swig2.0_2.0.3-2_amd64.deb



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 622...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Landschoff <tors...@debian.org> (supplier of updated swig2.0 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 03 May 2011 22:34:43 +0200
Source: swig2.0
Binary: swig2.0 swig2.0-examples swig2.0-doc
Architecture: source all amd64
Version: 2.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <tors...@debian.org>
Changed-By: Torsten Landschoff <tors...@debian.org>
Description: 
 swig2.0    - Generate scripting interfaces to C/C++ code
 swig2.0-doc - HTML documentation for SWIG
 swig2.0-examples - Examples for applications of SWIG
Closes: 622980
Changes: 
 swig2.0 (2.0.3-2) unstable; urgency=low
 .
   * Package a snapshot of the upcoming upstream release 2.0.4. This matches
     upstream revision r12653.
     + Fixes building of Python 3.2 bindings (closes: #622980).
Checksums-Sha1: 
 81967cc462837894a60c37e9c36126fb1e607bea 1444 swig2.0_2.0.3-2.dsc
 eb2f469a4b397c27182fca2150ce32cde88f8886 150772 swig2.0_2.0.3-2.debian.tar.gz
 fd9842503e7676049ffa79f25b1cd881fcf1f23d 1276374 
swig2.0-examples_2.0.3-2_all.deb
 f53e9cbbfcf1ee42be693935ad6fa0acf10055d8 2679102 swig2.0-doc_2.0.3-2_all.deb
 acdf1fcdc44da24aedd87d22630eac581dcb6c86 1391314 swig2.0_2.0.3-2_amd64.deb
Checksums-Sha256: 
 a9ed0563d8cfc537c2e9adb90adc80c24e4cd5803bb2d3c4b3db9265a39a364a 1444 
swig2.0_2.0.3-2.dsc
 90a30e3ed387c26e1729f42344ef4714b15c9787b963dbee2ac076b7074f50a9 150772 
swig2.0_2.0.3-2.debian.tar.gz
 d69722fcfc64372e2f0f53b2f36449ac4e831573c4dbd6048f4812e803b28434 1276374 
swig2.0-examples_2.0.3-2_all.deb
 fd6700d7485e4cd6220d0a7b5d0b2d4073cd194c34b73c20c6a346093e708aae 2679102 
swig2.0-doc_2.0.3-2_all.deb
 2fccf7fa91dcc78a0a2f47128db4ff2d015c149fe345be84daddcb2b55d41117 1391314 
swig2.0_2.0.3-2_amd64.deb
Files: 
 ef8a5104f1921748e06f6a4f649829dd 1444 interpreters optional swig2.0_2.0.3-2.dsc
 7faa959a2d03b950070a917c236a73b4 150772 interpreters optional 
swig2.0_2.0.3-2.debian.tar.gz
 73858d1f754651c0c63ccfede7098fe9 1276374 interpreters optional 
swig2.0-examples_2.0.3-2_all.deb
 57dc4361ace276bdb73a75a462d5612f 2679102 doc optional 
swig2.0-doc_2.0.3-2_all.deb
 625096109bb958364f6315d3af10c003 1391314 interpreters optional 
swig2.0_2.0.3-2_amd64.deb

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

iD8DBQFNwG2qdQgHtVUb5EcRAteLAJ0eAdN/mx4m03nhwdM+fDryFdNcugCfUXui
O3PkIk5n1wVa4EPheJrmTVU=
=2AHh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to