Your message dated Wed, 19 Oct 2005 22:10:20 +1000
with message-id <[EMAIL PROTECTED]>
and subject line removed from unstable
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; 16 Jul 2004 20:28:00 +0000
>From [EMAIL PROTECTED] Fri Jul 16 13:28:00 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c147165.adsl.hansenet.de (localhost) [213.39.147.165]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BlZJH-0002fG-00; Fri, 16 Jul 2004 13:28:00 -0700
Received: from aj by localhost with local (Exim 4.34)
id 1BlZJG-0001Ig-Jf; Fri, 16 Jul 2004 22:27:58 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: slpim: FTBFS with gcc-3.4: label at end of compound statement
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 16 Jul 2004 22:27:58 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: slpim
Severity: normal
Tags: patch
When building 'slpim' with gcc-3.4 I get the following error:
make[2]: Entering directory `/slpim-0.1.0/src'
gcc -DPACKAGE=\"slpim\" -DVERSION=\"0.1.0\" -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1
-DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GDBM_H=1 -DHAVE_PCRE_H=1
-DHAVE_CURSES_H=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 -c abase.c
abase.c: In function `slpim_ABASE_rm_record':
abase.c:388: error: label at end of compound statement
abase.c: In function `slpim_ABASE_sort_tab':
abase.c:499: warning: passing arg 4 of `qsort' from incompatible pointer type
abase.c: In function `slpim_ABASE_find':
abase.c:540: warning: passing arg 3 of `pcre_compile' from incompatible pointer
type
abase.c:547: warning: passing arg 3 of `pcre_study' from incompatible pointer
type
abase.c: In function `slpim_ABASE_query_rec':
abase.c:609: warning: passing arg 2 of `pcre_exec' from incompatible pointer
type
abase.c: In function `slpim_ABASE_query':
abase.c:650: warning: passing arg 3 of `pcre_compile' from incompatible pointer
type
abase.c:657: warning: passing arg 3 of `pcre_study' from incompatible pointer
type
abase.c:666: warning: passing arg 4 of `slpim_ABASE_query_rec' from
incompatible pointer type
make[2]: *** [abase.o] Error 1
make[2]: Leaving directory `/slpim-0.1.0/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/slpim-0.1.0'
make: *** [install] Error 2
With the attached patch 'slpim' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/slpim-0.1.0/src/abase.c ./src/abase.c
--- ../tmp-orig/slpim-0.1.0/src/abase.c 2001-07-19 02:01:31.000000000 +0200
+++ ./src/abase.c 2004-07-16 22:19:09.691658662 +0200
@@ -384,7 +384,6 @@
snprintf(s, j, "%s na", key);
gdbm_delete(dbf, k);
break;
- default:
}
free(s);
diff -urN ../tmp-orig/slpim-0.1.0/src/abook.c ./src/abook.c
--- ../tmp-orig/slpim-0.1.0/src/abook.c 2001-07-19 02:01:29.000000000 +0200
+++ ./src/abook.c 2004-07-16 22:19:46.270636943 +0200
@@ -119,7 +119,6 @@
free(u);
free(v);
break;
- default:
}
}
if(!cur) {
@@ -260,7 +259,6 @@
case 'x':
q = 2;
break;
- default:
}
}
@@ -359,7 +357,6 @@
slpim_abook_init();
slpim_abook_win_reload(1);
break;
- default:
}
return(0);
}
@@ -626,7 +623,6 @@
case 'n':
slpim_abook_search_next();
break;
- default:
}
}
slpim_ABASE_close();
diff -urN ../tmp-orig/slpim-0.1.0/src/main.c ./src/main.c
--- ../tmp-orig/slpim-0.1.0/src/main.c 2001-07-19 02:01:33.000000000 +0200
+++ ./src/main.c 2004-07-16 22:20:07.894485820 +0200
@@ -66,7 +66,6 @@
exit(j);
j = slpim_abook_mutt_query(optarg);
exit(j);
- default:
}
} while (j != -1);
---------------------------------------
Received: (at 259818-done) by bugs.debian.org; 19 Oct 2005 12:10:32 +0000
>From [EMAIL PROTECTED] Wed Oct 19 05:10:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from crumbs.ertius.org [67.18.176.136] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ESCm8-00052V-00; Wed, 19 Oct 2005 05:10:32 -0700
Received: from ooder.vpn.ertius.org (ooder.vpn.ertius.org [10.10.0.1])
by crumbs.ertius.org (Postfix) with ESMTP id B4E96714D3
for <[EMAIL PROTECTED]>; Wed, 19 Oct 2005 22:10:28 +1000 (EST)
Received: by ooder.vpn.ertius.org (Postfix, from userid 1000)
id 5890A78113; Wed, 19 Oct 2005 22:10:21 +1000 (EST)
Date: Wed, 19 Oct 2005 22:10:20 +1000
From: Rob Weir <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: removed from unstable
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX"
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
slpim was removed from unstable
(http://packages.qa.debian.org/s/slpim/news/1.html).
-rob
--=20
Insight, foresight, moresight...the clock on the wall says a quarter-past m=
idnight.
--huq684BweRXVnRxX
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDVjesvQ+DhR5zt80RAnzgAKCZDFEL/ONt/cTYC1Lv1iBlw3/cpwCfXJNI
JW/fNd791STpe/kCAjwXTt0=
=AfyI
-----END PGP SIGNATURE-----
--huq684BweRXVnRxX--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]