Your message dated Tue, 16 Aug 2005 01:48:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line libsoup2.0 removed from Debian
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; 27 Dec 2004 20:10:40 +0000
>From [EMAIL PROTECTED] Mon Dec 27 12:10:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c156115.adsl.hansenet.de (localhost.localdomain) 
[213.39.156.115] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cj1CS-0002gU-00; Mon, 27 Dec 2004 12:10:40 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Cj1HZ-0006WL-Bp; Mon, 27 Dec 2004 21:15:57 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libsoup2.0: FTBFS (amd64/gcc-4.0): static declaration of 
'soup_active_requests' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 27 Dec 2004 21:15:57 +0100
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: libsoup2.0
Severity: normal
Tags: patch

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

x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"SOUP\" 
-DSYSCONFDIR=\"/usr/etc\" -DLIBEXECDIR=\"/usr/lib/soup\" -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnutls -g 
-O2 -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs -Wpointer-arith -D_REENTRANT -c soup-queue.c -MT soup-queue.lo 
-MD -MP -MF .deps/soup-queue.TPlo  -fPIC -DPIC -o .libs/soup-queue.lo
soup-queue.c:33: error: static declaration of 'soup_active_requests' follows 
non-static declaration
soup-private.h:41: error: previous declaration of 'soup_active_requests' was 
here
make[3]: *** [soup-queue.lo] Error 1
make[3]: Leaving directory `/libsoup2.0-1.99.28/libsoup'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/libsoup2.0-1.99.28/libsoup/soup-private.h 
./libsoup/soup-private.h
--- ../tmp-orig/libsoup2.0-1.99.28/libsoup/soup-private.h       2003-08-11 
15:50:50.000000000 +0200
+++ ./libsoup/soup-private.h    2004-12-27 21:06:45.695665744 +0100
@@ -38,7 +38,6 @@
 #define RESPONSE_BLOCK_SIZE 8192
 
 extern gboolean    soup_initialized;
-extern GSList     *soup_active_requests; /* CONTAINS: SoupMessage */
 extern GHashTable *soup_hosts;           /* KEY: uri->host, VALUE: SoupHost */
 
 extern SoupAuthorizeFn soup_auth_fn;
diff -urN ../tmp-orig/libsoup2.0-1.99.28/libsoup/soup-server.c 
./libsoup/soup-server.c
--- ../tmp-orig/libsoup2.0-1.99.28/libsoup/soup-server.c        2003-09-26 
14:40:19.000000000 +0200
+++ ./libsoup/soup-server.c     2004-12-27 21:06:59.319594592 +0100
@@ -346,7 +346,7 @@
        /*
         * Get request HTTP method
         */
-       (gchar *) msg->method = g_strdup (g_getenv ("REQUEST_METHOD"));
+       msg->method = g_strdup (g_getenv ("REQUEST_METHOD"));
 
        /* 
         * Get content length of request body
@@ -362,7 +362,7 @@
         * Determine request HTTP version
         */
        {
-               const gchar *proto;
+               const gchar *proto;
                proto = g_getenv ("SERVER_PROTOCOL");
                if (proto) {
                        if (!g_strcasecmp (proto, "HTTP/1.1"))

---------------------------------------
Received: (at 287449-done) by bugs.debian.org; 16 Aug 2005 08:48:21 +0000
>From [EMAIL PROTECTED] Tue Aug 16 01:48:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (mauritius.dodds.net) 
[66.93.39.86] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E4x7N-0004DP-00; Tue, 16 Aug 2005 01:48:21 -0700
Received: by mauritius.dodds.net (Postfix, from userid 1000)
        id 4C9BF171DE4; Tue, 16 Aug 2005 01:48:20 -0700 (PDT)
Date: Tue, 16 Aug 2005 01:48:20 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: libsoup2.0 removed from Debian
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="WplhKdTI2c8ulnbP"
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
X-CrossAssassin-Score: 3


--WplhKdTI2c8ulnbP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

The libsoup2.0 package has been removed from testing and unstable at my
request because it fails to build from source with gcc-4.0 and is no longer
used by any packages in unstable.  As a result, I believe all of these bugs
can be closed.

Thanks,
--=20
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/

--WplhKdTI2c8ulnbP
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)

iD8DBQFDAahTKN6ufymYLloRAiG/AKDFpGeeXxCYXt/3nkPZLrwQOE+2rQCglnqi
Owi2xqRFNzQ+xBLeMKJYUVE=
=uKoM
-----END PGP SIGNATURE-----

--WplhKdTI2c8ulnbP--


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

Reply via email to