Bug#417489: marked as done (FTBFS with GCC 4.3: missing #includes)

2008-04-10 Thread Debian Bug Tracking System

Your message dated Thu, 10 Apr 2008 09:17:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#417489: fixed in aspectc++ 1.0pre4~svn.20080409+dfsg-1
has caused the Debian Bug report #417489,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
417489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417489
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: aspectc++
Version: 0.99+1.0pre3-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.  I'll try to look into this problem but I don't know when
I'll have time.

 Automatic build of aspectc++_0.99+1.0pre3-2 on coconut0 by sbuild/ia64 0.49
...
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_String*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2466:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_WideString*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2525:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_Integer*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2602:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2609:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2610:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2616:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2618:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2625:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2626:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2631:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2632:
  error: 'INT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'int Puma::CCSemExpr::scanCharacter(Puma::CTree*, 
 Puma::LONG_LONG) const':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3043:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3059:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'ULONG_MAX' was not declared in this scope
 make[3]: *** 
 [/build/tbm/aspectc++-0.99+1.0pre3/Puma/gen-release/obj-linux/CCSemExpr.o] 
 Error 1
 make[2]: *** [step3] Error 2
 make[1]: *** [src] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: aspectc++
Source-Version: 

Bug#417489: marked as done (FTBFS with GCC 4.3: missing #includes)

2008-04-10 Thread Debian Bug Tracking System

Your message dated Thu, 10 Apr 2008 14:02:42 +
with message-id [EMAIL PROTECTED]
and subject line Bug#417489: fixed in aspectc++ 1.0pre4~svn.20080409+dfsg-2
has caused the Debian Bug report #417489,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
417489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417489
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: aspectc++
Version: 0.99+1.0pre3-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.  I'll try to look into this problem but I don't know when
I'll have time.

 Automatic build of aspectc++_0.99+1.0pre3-2 on coconut0 by sbuild/ia64 0.49
...
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_String*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2466:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_WideString*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2525:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_Integer*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2602:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2609:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2610:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2616:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2618:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2625:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2626:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2631:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2632:
  error: 'INT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'int Puma::CCSemExpr::scanCharacter(Puma::CTree*, 
 Puma::LONG_LONG) const':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3043:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3059:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'ULONG_MAX' was not declared in this scope
 make[3]: *** 
 [/build/tbm/aspectc++-0.99+1.0pre3/Puma/gen-release/obj-linux/CCSemExpr.o] 
 Error 1
 make[2]: *** [step3] Error 2
 make[1]: *** [src] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: aspectc++
Source-Version: 

Bug#417489: marked as done (FTBFS with GCC 4.3: missing #includes)

2008-04-05 Thread Debian Bug Tracking System

Your message dated Sun, 06 Apr 2008 03:02:25 +
with message-id [EMAIL PROTECTED]
and subject line Bug#417489: fixed in aspectc++ 0.99+1.0pre3-3.1
has caused the Debian Bug report #417489,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
417489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417489
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: aspectc++
Version: 0.99+1.0pre3-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.  I'll try to look into this problem but I don't know when
I'll have time.

 Automatic build of aspectc++_0.99+1.0pre3-2 on coconut0 by sbuild/ia64 0.49
...
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_String*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2466:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_WideString*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2525:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'Puma::CTypeInfo* 
 Puma::CCSemExpr::resolve(Puma::CT_Integer*, Puma::CTree*)':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2602:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2609:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2610:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2616:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2618:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2625:
  error: 'ULONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2626:
  error: 'LONG_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2631:
  error: 'UINT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:2632:
  error: 'INT_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:
  In member function 'int Puma::CCSemExpr::scanCharacter(Puma::CTree*, 
 Puma::LONG_LONG) const':
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3043:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3059:
  error: 'UCHAR_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'MB_LEN_MAX' was not declared in this scope
 /local/scratch/packages/aspectc++/ac-woven-1.0pre3/Puma/gen-release/step1/src/CCSemExpr.cc:3060:
  error: 'ULONG_MAX' was not declared in this scope
 make[3]: *** 
 [/build/tbm/aspectc++-0.99+1.0pre3/Puma/gen-release/obj-linux/CCSemExpr.o] 
 Error 1
 make[2]: *** [step3] Error 2
 make[1]: *** [src] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---
---BeginMessage---
Source: aspectc++
Source-Version: 0.99+1.0pre3-3.1