Your message dated Sun, 7 Aug 2005 14:35:25 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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; 4 Mar 2005 08:11:59 +0000
>From [EMAIL PROTECTED] Fri Mar 04 00:11:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D77em-0000BR-00; Thu, 03 Mar 2005 23:55:32 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D78b6-0001Ar-Dn; Fri, 04 Mar 2005 09:55:48 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: speedtouch: FTBFS (amd64/gcc-4.0): static declaration of 'verbose' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 04 Mar 2005 09:55:48 +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: speedtouch
Severity: normal
Tags: patch

When building 'speedtouch' on amd64 with gcc-4.0,
I get the following error:

make[3]: Entering directory `/speedtouch-1.3.1/build-tree/speedtouch-1.3.1/src'
modem_run.c:94: error: static declaration of 'verbose' follows non-static 
declaration
modem.h:42: error: previous declaration of 'verbose' was here
modem_run.c: In function 'get_reference':
modem_run.c:788: warning: pointer targets in passing argument 6 of 
'pusb_control_msg' differ in signedness
modem_run.c: In function 'report':
modem_run.c:1222: warning: pointer targets in passing argument 1 of 'dump' 
differ in signedness
modem_run.c: In function 'dump':
modem_run.c:1283: warning: pointer targets in passing argument 1 of 'sprintf' 
differ in signedness
modem_run.c:1292: warning: pointer targets in passing argument 1 of 'sprintf' 
differ in signedness
modem_run.c:1301: warning: pointer targets in passing argument 1 of 'sprintf' 
differ in signedness
make[3]: *** [modem_run.o] Error 1
make[3]: Leaving directory `/speedtouch-1.3.1/build-tree/speedtouch-1.3.1/src'

With the attached patch 'speedtouch' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/speedtouch-1.3.1/debian/patches/01_gcc4_fix 
./debian/patches/01_gcc4_fix
--- ../tmp-orig/speedtouch-1.3.1/debian/patches/01_gcc4_fix     1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/01_gcc4_fix        2005-03-04 09:52:34.372541462 +0100
@@ -0,0 +1,30 @@
+diff -urN tmp/src/modem_run.c speedtouch-1.3.1/src/modem_run.c
+--- tmp/src/modem_run.c        2004-09-29 22:56:31.000000000 +0200
++++ speedtouch-1.3.1/src/modem_run.c   2005-03-04 09:52:25.888179101 +0100
+@@ -91,7 +91,7 @@
+ * Global variables
+ 
******************************************************************************/
+ 
+-static int verbose = 0;
++static int verbose_mode = 0;
+ FILE *flog = NULL;
+ 
+ /*****************************************************************************
+@@ -203,7 +203,7 @@
+                } else if (strcmp(argv[i], "-t") == 0 && i+1<argc) {
+                        timeout = atoi(argv[++i]);
+                } else if (strcmp(argv[i], "-v") == 0 && i+1<argc) {
+-                       verbose = atoi(argv[++i]);
++                       verbose_mode = atoi(argv[++i]);
+                } else if (strcmp(argv[i],"--help") == 0) {
+                        usage();
+                } else if (strcmp(argv[i],"-m") == 0) {
+@@ -1159,7 +1159,7 @@
+       char *buffer = NULL;
+ 
+ 
+-      if( verbose >= minlevel ) {
++      if( verbose_mode >= minlevel ) {
+               /* if log is null, try to open the log file */
+               if(flog == NULL) {
+ 

---------------------------------------
Received: (at 298031-done) by bugs.debian.org; 7 Aug 2005 13:35:46 +0000
>From [EMAIL PROTECTED] Sun Aug 07 06:35:46 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E1lJa-0007cn-00; Sun, 07 Aug 2005 06:35:46 -0700
Received: by sorrow.cyrius.com (Postfix, from userid 10)
        id 7832464D54; Sun,  7 Aug 2005 13:35:38 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id 7113B8441; Sun,  7 Aug 2005 14:35:25 +0100 (BST)
Date: Sun, 7 Aug 2005 14:35:25 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

This package has been removed from Debian:

RoQA; Present in newer kernels (2.4.22+). Patch no longer required

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to