Your message dated Mon, 25 Jul 2011 09:33:56 +0000
with message-id <[email protected]>
and subject line Bug#630937: Removed package(s) from unstable
has caused the Debian Bug report #229450,
regarding swig1.3: swig preprocessor(?) mangles some constants
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.)


-- 
229450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: swig1.3
Version: 1.3.19-1.1
Severity: normal

Hiya,

As a super-simple test case, if you stick the following in "test.swg":

    #define WRONG ((1 << (8)) - 1)
    #define RIGHT ((1 <<  8 ) - 1)

and run swig over it, say like this:

    ~> swig -guile -module test test.swg

then WRONG will be mangled in the result:

    static int gswig_const_WRONG = ((1<<8 >) -1);
    static int gswig_const_RIGHT = ((1<<8) -1);

The two should be identical, give or take a couple of parantheses, but
 WRONG doesn't even have valid C syntax.

-matt m.

ps:  In case anyone asks "Why would you stick in those extra parentheses?",
     this happens when you have other macro expansions that (wisely) protect
     their contents with a parentheses wrap.



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux yoo-hoo 2.4.22 #1 Tue Dec 9 01:01:40 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages swig1.3 depends on:
ii  libc6                      2.3.2.ds1-11  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-0pre2 GCC support library
ii  libstdc++5                 1:3.3.3-0pre2 The GNU Standard C++ Library v3
ii  libswig1.3                 1.3.19-1.1    Runtime support libraries for swig

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 1.3.40-3.1+rm

Dear submitter,

as the package swig1.3 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/630937

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Torsten Werner (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to