Your message dated Fri, 07 Mar 2008 14:17:56 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462591: fixed in msp-webserver 0.8.11-2
has caused the Debian Bug report #462591,
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.)


-- 
462591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462591
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: msp-webserver
Version: 0.8.11-1
Severity: important
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).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

> Automatic build of msp-webserver_0.8.11-1 on em64t by sbuild/amd64 0.53
...
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/include/libxml2 
> -fPIC -DPIC -I/usr/include/openssl -DHAVE_SSL -I/usr/include/libpng12 
> -DPNG_NO_MMX_CODE  -DHOST_STR=\"x86_64-pc-linux-gnu\" -DPREFIX=\"/usr/\" 
> -fPIC -DPIC -I/usr/include/openssl -DHAVE_SSL -I/usr/include/libpng12 
> -DPNG_NO_MMX_CODE -MT myserver-cgi.o -MD -MP -MF ".deps/myserver-cgi.Tpo" -c 
> -o myserver-cgi.o `test -f 'cgi.cpp' || echo './'`cgi.cpp; \
>       then mv -f ".deps/myserver-cgi.Tpo" ".deps/myserver-cgi.Po"; else rm -f 
> ".deps/myserver-cgi.Tpo"; exit 1; fi
> In file included from ../include/../include/../include/hash_map.h:243,
>                  from ../include/../include/http_response.h:19,
>                  from ../include/cgi.h:21,
>                  from cgi.cpp:19:
> ../include/../include/../include/../source/hash_map.cpp: In member function 
> 'bool HashMap<char*, ValueType>::containsKey(const char*)':
> ../include/../include/../include/../source/hash_map.cpp:883: error: there are 
> no arguments to 'strlen' that depend on a template parameter, so a 
> declaration of 'strlen' must be available
> ../include/../include/../include/../source/hash_map.cpp:883: error: (if you 
> use '-fpermissive', G++ will accept your code, but allowing the use of an 
> undeclared name is deprecated)
> ../include/../include/../include/../source/hash_map.cpp: In member function 
> 'ValueType HashMap<char*, ValueType>::get(const char*)':
> ../include/../include/../include/../source/hash_map.cpp:951: error: there are 
> no arguments to 'strlen' that depend on a template parameter, so a 
> declaration of 'strlen' must be available
> ../include/../include/../include/../source/hash_map.cpp: In member function 
> 'typename HashMap<char*, ValueType>::Iterator HashMap<char*, 
> ValueType>::getI(const char*)':
> ../include/../include/../include/../source/hash_map.cpp:1029: error: there 
> are no arguments to 'strlen' that depend on a template parameter, so a 
> declaration of 'strlen' must be available
> ../include/../include/../include/../source/hash_map.cpp: In member function 
> 'ValueType HashMap<char*, ValueType>::put(char*, const ValueType&)':
> ../include/../include/../include/../source/hash_map.cpp:1147: error: there 
> are no arguments to 'strlen' that depend on a template parameter, so a 
> declaration of 'strlen' must be available
> ../include/../include/../include/../source/hash_map.cpp: In member function 
> 'ValueType HashMap<char*, ValueType>::remove(const char*)':
> ../include/../include/../include/../source/hash_map.cpp:1273: error: there 
> are no arguments to 'strlen' that depend on a template parameter, so a 
> declaration of 'strlen' must be available
> make[3]: *** [myserver-cgi.o] Error 1
> make[3]: Leaving directory `/build/tbm/msp-webserver-0.8.11/source'
> make[2]: *** [all-recursive] Error 1

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



--- End Message ---
--- Begin Message ---
Source: msp-webserver
Source-Version: 0.8.11-2

We believe that the bug you reported is fixed in the latest version of
msp-webserver, which is due to be installed in the Debian FTP archive:

msp-webserver_0.8.11-2.diff.gz
  to pool/main/m/msp-webserver/msp-webserver_0.8.11-2.diff.gz
msp-webserver_0.8.11-2.dsc
  to pool/main/m/msp-webserver/msp-webserver_0.8.11-2.dsc
msp-webserver_0.8.11-2_amd64.deb
  to pool/main/m/msp-webserver/msp-webserver_0.8.11-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Cager <[EMAIL PROTECTED]> (supplier of updated msp-webserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 07 Mar 2008 09:56:35 +0000
Source: msp-webserver
Binary: msp-webserver
Architecture: source amd64
Version: 0.8.11-2
Distribution: unstable
Urgency: low
Maintainer: Paul Cager <[EMAIL PROTECTED]>
Changed-By: Paul Cager <[EMAIL PROTECTED]>
Description: 
 msp-webserver - The MyServer Project Webserver
Closes: 462591
Changes: 
 msp-webserver (0.8.11-2) unstable; urgency=low
 .
   * Fixes FTBFS with GCC 4.3 (Closes: #462591)
     - Added missing #includes.
   * Fixed lintian warning about uncompressed man pages by moving
     dh_commpress call.
Files: 
 f6c6a0d3164338dc961f6b14af475043 818 net optional msp-webserver_0.8.11-2.dsc
 a26a4fc2319548e82ac7a10e64605f96 12546 net optional 
msp-webserver_0.8.11-2.diff.gz
 e7cf2a4b06a8eb84b480b726857e55ec 729128 net optional 
msp-webserver_0.8.11-2_amd64.deb

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

iD8DBQFH0Us4WSOgCCdjSDsRAgDvAJ0b6iLzhdwlvYE8yxkBYlh6IM60LwCfW85H
I2s8XEGxNmcnEWq3TYdCcOU=
=jM4k
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to