Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-23 Thread Sebastian Ramacher
reassign 629917 swig1.3
thanks

Since swig2.0 now provides swig and this is only a bug with swig1.3 I'm
reassigning this bug to swig1.3

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 629917 swig1.3
Bug #629917 [swig] code generated for python modules fails to compile with gcc 
4.6
Bug reassigned from package 'swig' to 'swig1.3'.
Bug No longer marked as found in versions swig1.3/1.3.40-3.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
629917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-10 Thread Sebastian Ramacher
On 06/10/2011 12:41 AM, Torsten Landschoff wrote:
 On 06/09/2011 06:10 PM, Sebastian Ramacher wrote:
 The code generated for python modules fails to compile with gcc 4.6. This is
 due to a missing #includestddef.h. Upstream fixed this issue in [1].

 Some packages FTBFS because of this (see #624982 and #625087 for example).

 [1]
 http://swig.svn.sourceforge.net/viewvc/swig/trunk/Lib/std/std_common.i?r1=10424r2=12547

 Could you please try if the build works when using the swig2.0 package? 

Yes, they do (at least the swig part doesn't fail to build).

 The upstream fix as of r12547 should be included in the 2.0.4 release, which 
 is the
 current swig2.0 version in unstable.

I don't see a reason why this particular fix cannot be backported and applied to
the current swig package.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-09 Thread Sebastian Ramacher
Package: swig
Version: 1.3.40-3.1
Severity: serious
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The code generated for python modules fails to compile with gcc 4.6. This is
due to a missing #include stddef.h. Upstream fixed this issue in [1].

Some packages FTBFS because of this (see #624982 and #625087 for example).

[1] 
http://swig.svn.sourceforge.net/viewvc/swig/trunk/Lib/std/std_common.i?r1=10424r2=12547

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages swig depends on:
ii  libc6   2.13-5   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-12   GCC support library
ii  libstdc++6  4.6.0-12 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

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

iQIcBAEBCAAGBQJN8PBiAAoJEGny/FFupxmTkfAP/RLPqubrtP+WOz6WHk5zm/u3
rsO+Qsm3+0swuJSHVJkbPRrn+1QmOoK/jqWfayExqKmNc2FSFNBGtLoO5T38LEmz
tIGXVr6KVQoAYSk2Hm+W8wYCEL33nNZOFx0F77GkoDVT98zMu/XtlffhRQxdphm5
/5TAwUvIVIoCboWMyEXZ/133xQw24Kplou4lBf1r8o733QVaSRfz/iAeOu6KXGpM
3zdE2aeCjNNK/KlDwnR5IMh0Y2WNkrBQW8qQ63pNJs79LJbb8cp12QNqNOM0DZwN
0xBz5zo8YiGRkGxU09eMaX1cN5Ajmzvsk3Qze0TzQIhnxrIOdfZnU8oZn60AeAec
+csUwU+c23A8oxLL0Q0z/MBZotjHQ7dZkQoNmPxJE8Ji6t4n/bCTMt4NOaWrHBeZ
ATeBMxP9iF2pCbhzJFnvxhRwWseyoIYZ7lgfIKJ15h3IvLekyVcXOCjQgL0TNx4R
LMdvVzQogv9KZ66Riaxv0QBlnkS10dyZmDNh8vBHFNSY4SPuOkRy1s+6nAcDb/R6
BoH8TKTQ6w7fdPbbf6Wt6a9i0mFXKMbW7bNZ53T9LgYkR5N4DVJ+Bv0de6zMdDmq
jBE8HeEwV6gOXNgzrYpjx6+3lpzmQcfgBeWESrBvxNjRGF/b+RsOqTy8Qxl1+HCB
hbE64aI9hhqRw5BJFWCk
=emC9
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-09 Thread Torsten Landschoff

Hi Sebastian,

On 06/09/2011 06:10 PM, Sebastian Ramacher wrote:

The code generated for python modules fails to compile with gcc 4.6. This is
due to a missing #includestddef.h. Upstream fixed this issue in [1].

Some packages FTBFS because of this (see #624982 and #625087 for example).

[1] 
http://swig.svn.sourceforge.net/viewvc/swig/trunk/Lib/std/std_common.i?r1=10424r2=12547
Could you please try if the build works when using the swig2.0 package? 
The upstream fix as of r12547 should be included in the 2.0.4 release, 
which is the current swig2.0 version in unstable.


Greetings, Torsten




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org