Your message dated Sun, 16 Mar 2008 17:47:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465187: fixed in twinkle 1:1.2-1
has caused the Debian Bug report #465187,
regarding FTBFS using 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.)
--
465187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465187
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: twinkle
Severity: normal
Tags: patch
Hi,
Martin Michlmayr tried to build twinkle with GCC 4.3 and failed. The
first errors were caused by boost, so he filed the bug there (#454815).
While investigatng that bug, I have been using twinkle as a test case.
After fixing the bugs in boost itself, I found a number of things in
twinkle that need fixing to build with GCC 4.3. I'm attaching a patch
for them.
Cheers,
-Steve
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages twinkle depends on:
ii kdelibs4c2a 4:3.5.8.dfsg.1-7 core libraries and binaries for al
ii libasound2 1.0.15-3 ALSA library
ii libc6 2.7-6 GNU C Library: Shared libraries
pn libccrtp1-1.3-0 <none> (no description available)
pn libcommoncpp2-1.3c2a <none> (no description available)
ii libgcc1 1:4.3-20080202-1 GCC support library
ii libgsm1 1.0.12-1 Shared libraries for GSM speech co
ii libqt3-mt 3:3.3.8b-1 Qt GUI Library (Threaded runtime v
ii libsndfile1 1.0.17-4 Library for reading/writing audio
ii libstdc++6 4.3-20080202-1 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
ii libxml2 2.6.31.dfsg-1 GNOME XML library
ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
twinkle recommends no packages.
diff -u -r twinkle-1.1/src/parser/hdr_allow.cpp fixed/src/parser/hdr_allow.cpp
--- twinkle-1.1/src/parser/hdr_allow.cpp 2007-01-07 07:47:34.000000000 +0000
+++ fixed/src/parser/hdr_allow.cpp 2008-02-11 05:25:03.000000000 +0000
@@ -18,6 +18,7 @@
#include "definitions.h"
#include "hdr_allow.h"
+#include <algorithm>
t_hdr_allow::t_hdr_allow() : t_header("Allow") {}
diff -u -r twinkle-1.1/src/parser/hdr_privacy.cpp fixed/src/parser/hdr_privacy.cpp
--- twinkle-1.1/src/parser/hdr_privacy.cpp 2007-01-07 07:47:34.000000000 +0000
+++ fixed/src/parser/hdr_privacy.cpp 2008-02-11 05:26:17.000000000 +0000
@@ -18,6 +18,7 @@
#include "definitions.h"
#include "hdr_privacy.h"
+#include <algorithm>
t_hdr_privacy::t_hdr_privacy() : t_header("Privacy") {};
diff -u -r twinkle-1.1/src/parser/media_type.cpp fixed/src/parser/media_type.cpp
--- twinkle-1.1/src/parser/media_type.cpp 2007-05-24 20:44:00.000000000 +0000
+++ fixed/src/parser/media_type.cpp 2008-02-11 05:27:46.000000000 +0000
@@ -18,6 +18,7 @@
#include "media_type.h"
#include "util.h"
+#include <cstdlib>
t_media::t_media() {
q = 1.0;
diff -u -r twinkle-1.1/src/sdp/sdp.cpp fixed/src/sdp/sdp.cpp
--- twinkle-1.1/src/sdp/sdp.cpp 2007-07-02 19:39:35.000000000 +0000
+++ fixed/src/sdp/sdp.cpp 2008-02-11 05:30:07.000000000 +0000
@@ -26,6 +26,7 @@
#include "parser/hdr_warning.h"
#include "parser/parameter.h"
#include "audits/memman.h"
+#include <algorithm>
string sdp_ntwk_type2str(t_sdp_ntwk_type n) {
switch(n) {
diff -u -r twinkle-1.1/src/sdp/sdp_parser.yxx fixed/src/sdp/sdp_parser.yxx
--- twinkle-1.1/src/sdp/sdp_parser.yxx 2007-01-07 07:47:34.000000000 +0000
+++ fixed/src/sdp/sdp_parser.yxx 2008-02-11 05:31:02.000000000 +0000
@@ -19,6 +19,7 @@
%{
#include <cstdio>
#include <string>
+#include <cstdlib>
#include "sdp_parse_ctrl.h"
#include "sdp.h"
#include "util.h"
diff -u -r twinkle-1.1/src/sockets/interfaces.cpp fixed/src/sockets/interfaces.cpp
--- twinkle-1.1/src/sockets/interfaces.cpp 2007-01-07 07:47:34.000000000 +0000
+++ fixed/src/sockets/interfaces.cpp 2008-02-11 05:32:36.000000000 +0000
@@ -18,6 +18,7 @@
#include "interfaces.h"
#include "url.h"
+#include <cstring>
t_interface::t_interface(string _name) : name(_name) {}
--- End Message ---
--- Begin Message ---
Source: twinkle
Source-Version: 1:1.2-1
We believe that the bug you reported is fixed in the latest version of
twinkle, which is due to be installed in the Debian FTP archive:
twinkle_1.2-1.diff.gz
to pool/main/t/twinkle/twinkle_1.2-1.diff.gz
twinkle_1.2-1.dsc
to pool/main/t/twinkle/twinkle_1.2-1.dsc
twinkle_1.2-1_i386.deb
to pool/main/t/twinkle/twinkle_1.2-1_i386.deb
twinkle_1.2.orig.tar.gz
to pool/main/t/twinkle/twinkle_1.2.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.
Mikael Magnusson <[EMAIL PROTECTED]> (supplier of updated twinkle 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: Sat, 15 Mar 2008 18:43:10 +0100
Source: twinkle
Binary: twinkle
Architecture: source i386
Version: 1:1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Mikael Magnusson <[EMAIL PROTECTED]>
Description:
twinkle - Voice over Internet Protocol (VoIP) SIP Phone
Closes: 465187
Changes:
twinkle (1:1.2-1) unstable; urgency=low
.
[ Kilian Krause ]
* Fix menu entry Apps -> Applications
* Add Homepage field as added in dpkg-dev 1.14.6.
.
[ Mikael Magnusson ]
* New upstream release (Closes: #465187)
* Add myself to Uploaders.
* Update debian/control package Description.
* Update patches/libgsm.patch. (Partly merged by upstream.)
* Rename patches/configure-boost.patch to
patches/z99-configure-boost.patch (fixes patch order), and update.
Files:
d8a9dce2bdc681deec7ba1c2639598be 1280 comm optional twinkle_1.2-1.dsc
bd83f658ec0d1f59750b7464ea1e2318 1445224 comm optional twinkle_1.2.orig.tar.gz
14ff7d1de2462af459cbd23cdf7c923a 25858 comm optional twinkle_1.2-1.diff.gz
a22d00e9a4db7a9e1b81b90397dc7fdf 1658386 comm optional twinkle_1.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3VsSVty5d8XpUzMRAk+oAJ9EWar7cOMjG4fpY9W5J5wXXxHikQCfbcdP
/uFCoJX7IyLUBuJEiHUQ804=
=YISV
-----END PGP SIGNATURE-----
--- End Message ---