Your message dated Sun, 16 Mar 2008 22:17:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417719: fixed in synergy 1.3.1-2.1
has caused the Debian Bug report #417719,
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.)
--
417719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417719
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: synergy
Version: 1.3.1-2
Usertags: ftbfs-gcc-4.3
Tags: patch
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). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of synergy_1.3.1-2 on coconut0 by sbuild/ia64 0.49
...
> FOO=5 depmode=gcc3 /bin/sh ../../config/depcomp \
> ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/common
> -g -O2 -g -Wall -Wno-unknown-pragmas -Werror -DSYSAPI_UNIX=1
> -DWINAPI_XWINDOWS=1 -pthread -c -o CArchDaemonUnix.o `test -f
> 'CArchDaemonUnix.cpp' || echo './'`CArchDaemonUnix.cpp
> CArchDaemonUnix.cpp: In member function 'virtual int
> CArchDaemonUnix::daemonize(const char*, int (*)(int, const char**))':
> CArchDaemonUnix.cpp:53: error: 'exit' was not declared in this scope
> make[4]: *** [CArchDaemonUnix.o] Error 1
--- lib/arch/CArchDaemonUnix.cpp~ 2007-04-04 11:49:58.000000000 +0000
+++ lib/arch/CArchDaemonUnix.cpp 2007-04-04 11:50:33.000000000 +0000
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <cstdlib>
#include <errno.h>
//
--- lib/arch/CMultibyte.cpp~ 2007-04-04 11:50:52.000000000 +0000
+++ lib/arch/CMultibyte.cpp 2007-04-04 11:51:17.000000000 +0000
@@ -17,6 +17,7 @@
#include "common.h"
#include "CArch.h"
+#include <cstdlib>
#include <limits.h>
#include <string.h>
#if HAVE_LOCALE_H
--- lib/client/CClient.cpp~ 2007-04-04 12:03:07.000000000 +0000
+++ lib/client/CClient.cpp 2007-04-04 12:03:14.000000000 +0000
@@ -26,6 +26,7 @@
#include "CLog.h"
#include "IEventQueue.h"
#include "TMethodEventJob.h"
+#include <cstdlib>
//
// CClient
--- lib/net/CTCPSocket.cpp~ 2007-04-04 11:53:39.000000000 +0000
+++ lib/net/CTCPSocket.cpp 2007-04-04 11:53:58.000000000 +0000
@@ -23,6 +23,7 @@
#include "IEventJob.h"
#include "CArch.h"
#include "XArch.h"
+#include <cstdlib>
#include <string.h>
//
--- lib/platform/CXWindowsScreen.cpp~ 2007-04-04 12:02:14.000000000 +0000
+++ lib/platform/CXWindowsScreen.cpp 2007-04-04 12:02:25.000000000 +0000
@@ -51,6 +51,7 @@
# endif
#endif
#include "CArch.h"
+#include <cstdlib>
//
--- lib/server/CServer.cpp~ 2007-04-04 12:05:20.000000000 +0000
+++ lib/server/CServer.cpp 2007-04-04 12:05:26.000000000 +0000
@@ -29,6 +29,7 @@
#include "TMethodEventJob.h"
#include "CArch.h"
#include <string.h>
+#include <cstdlib>
//
// CServer
--- lib/synergy/IKeyState.cpp~ 2007-04-04 12:00:26.000000000 +0000
+++ lib/synergy/IKeyState.cpp 2007-04-04 12:00:41.000000000 +0000
@@ -13,6 +13,7 @@
*/
#include "IKeyState.h"
+#include <cstdlib>
#include <string.h>
//
--- lib/synergy/IPrimaryScreen.cpp~ 2007-04-04 12:00:56.000000000 +0000
+++ lib/synergy/IPrimaryScreen.cpp 2007-04-04 12:01:02.000000000 +0000
@@ -13,6 +13,7 @@
*/
#include "IPrimaryScreen.h"
+#include <cstdlib>
//
// IPrimaryScreen
Unfortunately now we fail with:
from CClientTaskBarReceiver.cpp:15:
../../lib/arch/IArchTaskBarReceiver.h:77: error: type qualifiers ignored on
function return type
In file included from CClientTaskBarReceiver.cpp:15:
CClientTaskBarReceiver.h:46: error: type qualifiers ignored on function return
type
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: synergy
Source-Version: 1.3.1-2.1
We believe that the bug you reported is fixed in the latest version of
synergy, which is due to be installed in the Debian FTP archive:
synergy_1.3.1-2.1.diff.gz
to pool/main/s/synergy/synergy_1.3.1-2.1.diff.gz
synergy_1.3.1-2.1.dsc
to pool/main/s/synergy/synergy_1.3.1-2.1.dsc
synergy_1.3.1-2.1_amd64.deb
to pool/main/s/synergy/synergy_1.3.1-2.1_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.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated synergy 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: Sun, 16 Mar 2008 22:01:24 +0000
Source: synergy
Binary: synergy
Architecture: source amd64
Version: 1.3.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Cord Beermann <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description:
synergy - Share mouse, keyboard and clipboard over the network
Closes: 417719
Changes:
synergy (1.3.1-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* fix g++-4.3 FTBFS (Closes: 417719).
Files:
a13e011f975bfd255c1a0c7a6aaab06f 636 x11 optional synergy_1.3.1-2.1.dsc
c7eb49acd7d35ba9d590ffa38df0d758 32810 x11 optional synergy_1.3.1-2.1.diff.gz
10f80bed60d21cf90492e31ad9f10871 638622 x11 optional
synergy_1.3.1-2.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3ZrVvGr7W6HudhwRAu1fAJ9DmcSohSgYwX4PobRH2Y3HRYTvOwCeN+Bp
wpJjGdlBnxJ8nFljgkVBnPo=
=Shhc
-----END PGP SIGNATURE-----
--- End Message ---