Your message dated Wed, 19 Nov 2008 01:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#504899: fixed in kover 1:3-1
has caused the Debian Bug report #504899,
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.)
--
504899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504899
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kover
Version: 1:2.9.6-5
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 kover_1:2.9.6-5 on em64t by sbuild/amd64 0.53
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/kde
> -I/usr/include/qt3 -I. -DQT_THREAD_SUPPORT -D_REENTRANT
> -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
> -Wpointer-arith -Wwrite-strings -O2 -Wnon-virtual-dtor -Wno-long-long -Wundef
> -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -g -O2
> -std=gnu++98 -Wformat-security -Wmissing-format-attribute -fno-exceptions
> -fno-check-new -fno-common -Wformat-security -Wmissing-format-attribute
> -fno-exceptions -fno-check-new -fno-common -MT cd_text.all_cc.o -MD -MP -MF
> ".deps/cd_text.all_cc.Tpo" \
> -c -o cd_text.all_cc.o `test -f 'cd_text.all_cc.cc' || echo
> './'`cd_text.all_cc.cc; \
> then mv -f ".deps/cd_text.all_cc.Tpo" ".deps/cd_text.all_cc.Po"; \
> else rm -f ".deps/cd_text.all_cc.Tpo"; exit 1; \
> fi
> In file included from cd_text.all_cc.cc:2:
> cdtext.cc: In member function 'int cdtext::read_cdtext()':
> cdtext.cc:106: warning: conversion to 'unsigned char' from 'int' may alter
> its value
> cdtext.cc:114: error: 'stderr' was not declared in this scope
> cdtext.cc:114: error: 'fprintf' was not declared in this scope
> cdtext.cc:120: warning: large integer implicitly truncated to unsigned type
> cdtext.cc:127: warning: conversion to 'unsigned char' from 'int' may alter
> its value
> cdtext.cc:128: warning: conversion to 'unsigned char' from 'int' may alter
> its value
> cdtext.cc: In member function 'int cdtext::parse_cdtext(unsigned char*)':
> cdtext.cc:154: warning: conversion to 'char' alters 'int' constant value
> cdtext.cc:164: warning: conversion to 'char' from 'int' may alter its value
> cdtext.cc:175: error: 'stderr' was not declared in this scope
> cdtext.cc:175: error: 'fprintf' was not declared in this scope
> cdtext.cc:187: warning: suggest a space before ';' or explicit braces around
> empty body in 'for' statement
> cdtext.cc: In member function 'short unsigned int cdtext::from2Byte(unsigned
> char*)':
> cdtext.cc:238: warning: suggest parentheses around arithmetic in operand of
> '|'
> cdtext.cc:238: warning: conversion to 'short unsigned int' from 'int' may
> alter its value
> make[4]: *** [cd_text.all_cc.o] Error 1
> make[4]: Leaving directory
> `/build/tbm/kover-2.9.6/build-tree/kover-2.9.6/kover'
--- kover-2.9.6/kover/cdtext.cc~ 2008-11-07 20:41:37.000000000 +0000
+++ kover-2.9.6/kover/cdtext.cc 2008-11-07 20:41:43.000000000 +0000
@@ -22,6 +22,7 @@
*/
#include "cdtext.h"
+#include <cstdio>
#include <iostream>
void cdtext::set_track_title(int tracknumber, string title)
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: kover
Source-Version: 1:3-1
We believe that the bug you reported is fixed in the latest version of
kover, which is due to be installed in the Debian FTP archive:
kover_3-1.diff.gz
to pool/main/k/kover/kover_3-1.diff.gz
kover_3-1.dsc
to pool/main/k/kover/kover_3-1.dsc
kover_3-1_amd64.deb
to pool/main/k/kover/kover_3-1_amd64.deb
kover_3.orig.tar.gz
to pool/main/k/kover/kover_3.orig.tar.gz
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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated kover 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: Wed, 19 Nov 2008 01:42:33 +0100
Source: kover
Binary: kover
Architecture: source amd64
Version: 1:3-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description:
kover - WYSIWYG CD cover printer
Closes: 399570 483614 504899
Changes:
kover (1:3-1) experimental; urgency=low
.
* new upstream release
- window resizable now (closes: #399570)
- cdtext.cc gone, so closes: #504899 indirectly
* run dh_icons (closes: #483614)
Checksums-Sha1:
174a807498b2f6a58f5daa17801acde91240c85a 995 kover_3-1.dsc
902789218e008cc09fe9879e970506348fea3b32 680937 kover_3.orig.tar.gz
b97dc3812e7afa5eaf4d0c4fc05049a8cea61036 5928 kover_3-1.diff.gz
0ab4b343af13711914f37c47a8ee66dbd799ad5e 172296 kover_3-1_amd64.deb
Checksums-Sha256:
dcf9fd139c463610f8e10ef2ee72d6842f64d823f22774eb5603514d02181bf8 995
kover_3-1.dsc
7ccf392fb639331c2032eba5f7603e35a089c78ec37e7c89a7fdbe674df2ba52 680937
kover_3.orig.tar.gz
5064f36358f4caf8905888be2a1cb16d1165045b6bd4fa6f200ac310d365e8e1 5928
kover_3-1.diff.gz
dafaf6fb581f06814c0025af9815b7a4e35d4b67847c932bb8bd6a7257101e88 172296
kover_3-1_amd64.deb
Files:
7541216239d2b6b9d8a906fb4c800860 995 graphics optional kover_3-1.dsc
aecc787ec61ffa858d0762d40d14ffd5 680937 graphics optional kover_3.orig.tar.gz
124b8151614a0b9f2cf95e0055b5f9f9 5928 graphics optional kover_3-1.diff.gz
38b686c7f3e62832c16e37ab739f90db 172296 graphics optional kover_3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJI2E0+FmQsCSK63MRAuJDAJ0a61DC4sEYizlx2WE78HOr3GXengCZAaQq
MNKrXMtCRKFhfNtbGQ6BeS4=
=CflL
-----END PGP SIGNATURE-----
--- End Message ---