Your message dated Wed, 9 Sep 2009 06:52:56 +0200
with message-id <[email protected]>
and subject line Re: Bug#545775: eris: Fails to build with gcc 4.4
has caused the Debian Bug report #545775,
regarding eris: Fails to build with gcc 4.4
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.)


-- 
545775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: eris
Version: 1.3.13-2
Severity: wishlist

Building with gcc 4.4 fails with the following error:

TimedEventService.cpp: In member function 'void 
Eris::TimedEventService::registerEvent(Eris::TimedEvent*)':
TimedEventService.cpp:56: error: 'assert' was not declared in this scope
TimedEventService.cpp: In member function 'void 
Eris::TimedEventService::unregisterEvent(Eris::TimedEvent*)':
TimedEventService.cpp:64: error: 'assert' was not declared in this scope

The attached patch fixes this.

Wishlist sincd gcc 4.4 isn't in Debian Unstable yet.

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nur -x '*.orig' -x '*~' eris-1.3.13/Eris/TimedEventService.cpp eris-1.3.13.new/Eris/TimedEventService.cpp
--- eris-1.3.13/Eris/TimedEventService.cpp	2006-01-03 19:19:40.000000000 -0500
+++ eris-1.3.13.new/Eris/TimedEventService.cpp	2009-09-08 14:07:47.000000000 -0400
@@ -1,3 +1,4 @@
+#include <cassert>
 #include <Eris/TimedEventService.h>
 #include <Eris/Poll.h>
 

--- End Message ---
--- Begin Message ---
Version: 1.3.14-1


On Tue, Sep 08, 2009 at 11:58:07PM -0400, Scott Kitterman wrote:
> Package: eris
> Version: 1.3.13-2
> Severity: wishlist
> 
> Building with gcc 4.4 fails with the following error:
> 
> TimedEventService.cpp: In member function 'void 
> Eris::TimedEventService::registerEvent(Eris::TimedEvent*)':
> TimedEventService.cpp:56: error: 'assert' was not declared in this scope
> TimedEventService.cpp: In member function 'void 
> Eris::TimedEventService::unregisterEvent(Eris::TimedEvent*)':
> TimedEventService.cpp:64: error: 'assert' was not declared in this scope
> 
> The attached patch fixes this.
> 
> Wishlist sincd gcc 4.4 isn't in Debian Unstable yet.

Thanks bug was fixed when eris 1.3.14-1 hit unstable.


Cheers,
Michael


--- End Message ---

Reply via email to