Your message dated Mon, 04 Jan 2010 15:34:38 +0000
with message-id <[email protected]>
and subject line Bug#545235: fixed in k3d 0.6.7.0-2.5
has caused the Debian Bug report #545235,
regarding k3d needs source changes 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.)


-- 
545235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545235
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: k3d
Version: 0.6.7.0-2.4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch

Hola David,

The k3d package fails to build in Ubuntu karmic because we've switched to
gcc-4.4 as the default compiler, and C++ software must now include <cstdio>
explicitly to get various declarations (rename, fopen, and EOF).  Please
consider applying the attached patch (or forwarding it upstream) in
anticipation of Debian's eventual switch to gcc-4.4 by default.

Changelog entry for this Ubuntu upload is as follows:

  * debian/patches/gcc4.4_build.patch: include additional header needed for
    when building with g++4.4.
diff -u k3d-0.6.7.0/debian/patches/series k3d-0.6.7.0/debian/patches/series
--- k3d-0.6.7.0/debian/patches/series
+++ k3d-0.6.7.0/debian/patches/series
@@ -6,0 +7 @@
+gcc4.4_build.patch
only in patch2:
unchanged:
--- k3d-0.6.7.0.orig/debian/patches/gcc4.4_build.patch
+++ k3d-0.6.7.0/debian/patches/gcc4.4_build.patch
@@ -0,0 +1,36 @@
+Index: k3d-0.6.7.0/k3dsdk/gzstream.cpp
+===================================================================
+--- k3d-0.6.7.0.orig/k3dsdk/gzstream.cpp
++++ k3d-0.6.7.0/k3dsdk/gzstream.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include <zlib.h>
+ #include <string.h>
++#include <cstdio>
+ 
+ namespace k3d
+ {
+Index: k3d-0.6.7.0/k3dsdk/path.cpp
+===================================================================
+--- k3d-0.6.7.0.orig/k3dsdk/path.cpp
++++ k3d-0.6.7.0/k3dsdk/path.cpp
+@@ -30,6 +30,7 @@
+ 
+ #else // K3D_PLATFORM_WIN32
+ 
++	#include <cstdio>
+ 	#include <sys/stat.h>
+ 	#include <sys/types.h>
+ 	#include <dirent.h>
+Index: k3d-0.6.7.0/modules/jpeg/jpegreader.cpp
+===================================================================
+--- k3d-0.6.7.0.orig/modules/jpeg/jpegreader.cpp
++++ k3d-0.6.7.0/modules/jpeg/jpegreader.cpp
+@@ -29,6 +29,7 @@
+ #include <k3dsdk/module.h>
+ #include <k3dsdk/path.h>
+ #include <k3dsdk/string_modifiers.h>
++#include <cstdio>
+ 
+ extern "C"
+ {

--- End Message ---
--- Begin Message ---
Source: k3d
Source-Version: 0.6.7.0-2.5

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

k3d-dev_0.6.7.0-2.5_amd64.deb
  to main/k/k3d/k3d-dev_0.6.7.0-2.5_amd64.deb
k3d_0.6.7.0-2.5.diff.gz
  to main/k/k3d/k3d_0.6.7.0-2.5.diff.gz
k3d_0.6.7.0-2.5.dsc
  to main/k/k3d/k3d_0.6.7.0-2.5.dsc
k3d_0.6.7.0-2.5_amd64.deb
  to main/k/k3d/k3d_0.6.7.0-2.5_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.
Stefano Zacchiroli <[email protected]> (supplier of updated k3d 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.8
Date: Sat, 02 Jan 2010 14:36:51 +0100
Source: k3d
Binary: k3d k3d-dev
Architecture: source amd64
Version: 0.6.7.0-2.5
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description: 
 k3d        - 3D modeling and animation system
 k3d-dev    - 3D modeling and animation system - Development files
Closes: 545235 560502
Changes: 
 k3d (0.6.7.0-2.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New patch 07_gcc4.4_build to fix FTBFS against gcc 4.4; patch from
     Ubuntu. (Closes: #545235, #560502)
Checksums-Sha1: 
 ed24f2e60a166d367fa5c88c481ce8552eeb47e0 1397 k3d_0.6.7.0-2.5.dsc
 b4ed500e8d9d61ac7fa48b627350e81915c2a47c 16726 k3d_0.6.7.0-2.5.diff.gz
 2ca50c884ca3efb90b8f851870454142e6edf6c8 10632922 k3d_0.6.7.0-2.5_amd64.deb
 9eeff3eb7da2807382d55d4d9b4972431ee515de 271110 k3d-dev_0.6.7.0-2.5_amd64.deb
Checksums-Sha256: 
 40ac1306eda398c91525522e7ff29bebd1f567b1cfef62dbbf1c31d2470b6450 1397 
k3d_0.6.7.0-2.5.dsc
 30a7a86daaef220d7ac16453f46166305bf538bb07f86f96f34fb75128e5f2b6 16726 
k3d_0.6.7.0-2.5.diff.gz
 4c291cc9d29bfe2db07ed56c0b44848876db0005405d9f4217f8c4a60bc37116 10632922 
k3d_0.6.7.0-2.5_amd64.deb
 2893a2e0f790e903495ce9af0919ca52201c76e314c6784b6c4968f80dd6ce16 271110 
k3d-dev_0.6.7.0-2.5_amd64.deb
Files: 
 73d9e48ed779d0f395223050da6e4e77 1397 graphics optional k3d_0.6.7.0-2.5.dsc
 a580e73841301543582e626b1703516b 16726 graphics optional 
k3d_0.6.7.0-2.5.diff.gz
 9f9a3523bd79b1aff70754fa049c30e3 10632922 graphics optional 
k3d_0.6.7.0-2.5_amd64.deb
 6319ca10f93495a138968bc09d818191 271110 graphics optional 
k3d-dev_0.6.7.0-2.5_amd64.deb

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

iD8DBQFLP1xc1cqbBPLEI7wRAggDAJ40fC+RtVXyEV21/38XbRvNStRIogCePfiw
DyVIhaUmOuyQ1+NdJwNguZ0=
=hP8d
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to