Your message dated Thu, 24 Mar 2005 10:48:31 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#301128: speedtouch: FTBFS (ppc64/gcc-4.0): Please support
the ppc64 architecture
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; 23 Mar 2005 22:26:45 +0000
>From [EMAIL PROTECTED] Wed Mar 23 14:26:45 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 1DEEJJ-0001UI-00; Wed, 23 Mar 2005 14:26:45 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1DEEJD-0008JS-33; Wed, 23 Mar 2005 23:26:39 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: speedtouch: FTBFS (ppc64/gcc-4.0): Please support the ppc64
architecture
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 23 Mar 2005 23:26:39 +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: wishlist
Tags: patch
Please add support for the ppc64 architecture.
With the attached patch 'speedtouch' compiles on ppc64 with gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/speedtouch-1.3.1/debian/control ./debian/control
--- ../tmp-orig/speedtouch-1.3.1/debian/control 2005-03-23 23:07:42.048989114
+0100
+++ ./debian/control 2005-03-23 23:07:35.768090336 +0100
@@ -7,7 +7,7 @@
Standards-Version: 3.6.1.1
Package: speedtouch
-Architecture: alpha amd64 arm hppa i386 ia64 powerpc mips mipsel
+Architecture: alpha amd64 arm hppa i386 ia64 powerpc ppc64 mips mipsel
Depends: ${shlibs:Depends}, ppp
Description: userspace driver for the Alcatel Speedtouch USB ADSL Adapter
This package contains userspace utilities for the Alcatel Speedtouch USB
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-23 23:07:22.485611140 +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 301128-done) by bugs.debian.org; 24 Mar 2005 09:48:51 +0000
>From [EMAIL PROTECTED] Thu Mar 24 01:48:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it [213.92.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEOxO-0008Ii-00; Thu, 24 Mar 2005 01:48:50 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
id 3855E5F710; Thu, 24 Mar 2005 10:48:48 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
id C2E981C2AE; Thu, 24 Mar 2005 10:48:31 +0100 (CET)
Date: Thu, 24 Mar 2005 10:48:31 +0100
To: Andreas Jochens <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#301128: speedtouch: FTBFS (ppc64/gcc-4.0): Please support the
ppc64 architecture
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040907i
From: [EMAIL PROTECTED] (Marco d'Itri)
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mar 23, Andreas Jochens <[EMAIL PROTECTED]> wrote:
> Please add support for the ppc64 architecture.
This package is only useful for people running kernels < 2.6.10 and I
will probably kill it post-sarge.
I expect that ppc64 users will use a modern kernel.
--=20
ciao,
Marco
--7AUc2qLy4jB3hD7Z
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCQozvFGfw2OHuP7ERAnm+AJ4qC/H8bKn0q3UaeENqJjIHEm4WmACgl6BI
k04nxGvbGnGCJ5qmiRTrrbQ=
=SNCN
-----END PGP SIGNATURE-----
--7AUc2qLy4jB3hD7Z--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]