Your message dated Tue, 5 May 2009 00:15:43 +0200
with message-id <20090504221542.ga7...@frankie.is-a-geek.org>
and subject line Fixed in 1.5.4
has caused the Debian Bug report #505629,
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 ow...@bugs.debian.org
immediately.)
--
505629: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdal
Version: 1.5.2-3
User: debian-...@lists.debian.org
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 gdal_1.5.2-3 on em64t by sbuild/amd64 0.53
...
> /bin/sh /build/tbm/gdal-1.5.2/libtool --mode=compile --tag=CXX g++ -g -O2
> -Wall -I/usr/include -I/usr/include/xercesc -DOGR_ENABLED
> -I/build/tbm/gdal-1.5.2/port -I.. -c -o ../../o/iom_utilities.o
> iom_utilities.cpp
> g++ -g -O2 -Wall -I/usr/include -I/usr/include/xercesc -DOGR_ENABLED
> -I/build/tbm/gdal-1.5.2/port -I.. -c iom_utilities.cpp -fPIC -DPIC -o
> ../../o/.libs/iom_utilities.o
> iom_utilities.cpp: In function 'char* iom_gettmpnam()':
> iom_utilities.cpp:230: error: 'tempnam' was not declared in this scope
> make[5]: *** [../../o/iom_utilities.o] Error 1
> make[5]: Leaving directory `/build/tbm/gdal-1.5.2/ogr/ogrsf_frmts/ili/iom'
--- ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp~ 2008-11-13 22:02:15.000000000
+0000
+++ ogr/ogrsf_frmts/ili/iom/iom_utilities.cpp 2008-11-13 22:02:21.000000000
+0000
@@ -33,6 +33,7 @@
* @{
*/
+#include <cstdio>
#include <iostream>
#include <string>
#include <string.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Package: gdal
Version: 1.5.4-1
Fixed in post-lenny version.
--
Francesco P. Lovergine
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel