Your message dated Mon, 17 Aug 2009 20:39:31 +0300
with message-id <[email protected]>
and subject line Fixed in 0.9.1
has caused the Debian Bug report #504853,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
504853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: verilog
Version: 0.8.6-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of verilog_0.8.6-1 on em64t by sbuild/amd64 0.53
...
> functor.h:22:2: warning: #ident is a deprecated GCC extension
> ./syn-rules.y: In function 'int syn_lex()':
> ./syn-rules.y:408: error: 'EOF' was not declared in this scope
> make[1]: *** [syn-rules.o] Error 1
> make[1]: Leaving directory `/build/tbm/verilog-0.8.6'
> make: *** [build-stamp] Error 2
--- syn-rules.y~ 2008-11-07 16:58:47.000000000 +0000
+++ syn-rules.y 2008-11-07 16:58:59.000000000 +0000
@@ -24,6 +24,7 @@
# include "config.h"
+# include <cstdio>
# include <iostream>
/*
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Hello,
According to the following build log:
http://launchpadlibrarian.net/30421309/buildlog_ubuntu-karmic-i386.verilog_0.9.1-1%7Eppa1_FULLYBUILT.txt.gz
verilog 0.9.1-1 built successfully against gcc 4.4
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net)
GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
--- End Message ---