Your message dated Fri, 15 Jul 2005 11:02:39 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294620: fixed in splitvt 1.6.5-8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Feb 2005 19:37:45 +0000
>From [EMAIL PROTECTED] Thu Feb 10 11:37:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d159142.adsl.hansenet.de (localhost.localdomain)
[80.171.159.142]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzK8G-00078C-00; Thu, 10 Feb 2005 11:37:45 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CzK8F-0001mO-Qx; Thu, 10 Feb 2005 20:37:43 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: splitvt: FTBFS (amd64/gcc-4.0): static declaration of 'xt_input'
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 10 Feb 2005 20:37:43 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: splitvt
Severity: normal
Tags: patch
When building 'splitvt' on amd64 with gcc-4.0,
I get the following error:
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIO_H -DHAVE_UNISTD_H
-DNEED_SELECT_H -DHAVE_WAIT4 -DSHELL=\"/bin/sh\" -DPTYCHAR=\"abcdepqrstuvwxyz\"
-DHEXDIGIT=\"0123456789abcdef\" -c -o vtmouse.o vtmouse.c
vtmouse.c:87: error: static declaration of 'xt_input' follows non-static
declaration
vtmouse.h:42: error: previous declaration of 'xt_input' was here
vtmouse.c:87: error: static declaration of 'xt_output' follows non-static
declaration
vtmouse.h:42: error: previous declaration of 'xt_output' was here
make[1]: *** [vtmouse.o] Error 1
make[1]: Leaving directory `/splitvt-1.6.5'
make: *** [build-stamp] Error 2
With the attached patch 'splitvt' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/splitvt-1.6.5/vtmouse.h ./vtmouse.h
--- ../tmp-orig/splitvt-1.6.5/vtmouse.h 1995-01-20 21:46:03.000000000 +0100
+++ ./vtmouse.h 2005-02-10 20:22:02.617444171 +0100
@@ -39,5 +39,4 @@
extern int event_getc();
extern void event_quit();
-extern FILE *xt_input, *xt_output; /* Usually untouched */
---------------------------------------
Received: (at 294620-close) by bugs.debian.org; 15 Jul 2005 15:08:02 +0000
>From [EMAIL PROTECTED] Fri Jul 15 08:08:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DtRnG-00086H-00; Fri, 15 Jul 2005 08:08:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DtRi3-0002RO-00; Fri, 15 Jul 2005 11:02:39 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#294620: fixed in splitvt 1.6.5-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 15 Jul 2005 11:02:39 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: splitvt
Source-Version: 1.6.5-8
We believe that the bug you reported is fixed in the latest version of
splitvt, which is due to be installed in the Debian FTP archive:
splitvt_1.6.5-8.diff.gz
to pool/main/s/splitvt/splitvt_1.6.5-8.diff.gz
splitvt_1.6.5-8.dsc
to pool/main/s/splitvt/splitvt_1.6.5-8.dsc
splitvt_1.6.5-8_i386.deb
to pool/main/s/splitvt/splitvt_1.6.5-8_i386.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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated splitvt 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: Fri, 15 Jul 2005 17:38:09 +0300
Source: splitvt
Binary: splitvt
Architecture: source i386
Version: 1.6.5-8
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
splitvt - run two programs in a split screen
Closes: 294620
Changes:
splitvt (1.6.5-8) unstable; urgency=low
.
* Patch from Andreas Jochens to fix building with gcc 4.0. Closes: #294620
Files:
fccc31797db88f033b19dad030606ca8 592 utils optional splitvt_1.6.5-8.dsc
7a4ea3a954b2b88e51e43462d93024c9 10201 utils optional splitvt_1.6.5-8.diff.gz
fa1c82635616a594ad6098af7b918add 33900 utils optional splitvt_1.6.5-8_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC18xp2tp5zXiKP0wRAivvAKCKFIGeH8bE6ZHTtY06H/hrV/rgfwCeN2F7
5G9x7PvW4BliSQpxKrdnhrA=
=Ylgm
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]