Your message dated Mon, 29 Aug 2005 14:00:33 -0700
with message-id <[EMAIL PROTECTED]>
and subject line library packages removed from unstable and/or testing, these 
bugs no longer apply
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; 20 Dec 2004 15:35:29 +0000
>From [EMAIL PROTECTED] Mon Dec 20 07:35:29 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgPZJ-0008Ik-00; Mon, 20 Dec 2004 07:35:29 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgPe1-0008Gk-0y; Mon, 20 Dec 2004 16:40:21 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gconfmm2.0: FTBFS (amd64/gcc-4.0): cast from 'void*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 16:40:21 +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: gconfmm2.0
Severity: normal
Tags: patch

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

 x86_64-linux-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gconfmm\" -I../../gconf 
-I../../gconf -DORBIT2=1 -pthread -I/usr/include/gtkmm-2.0 
-I/usr/lib/gtkmm-2.0/include -I/usr/lib/sigc++-1.2/include 
-I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -MT client.lo -MD -MP 
-MF .deps/client.Tpo -c client.cc  -fPIC -DPIC -o .libs/client.o
client.cc: In member function 'GSList* Gnome::Conf::Client::get_list(const 
Glib::ustring&, GConfValueType) const':
client.cc:185: error: cast from 'void*' to 'int' loses precision
client.cc:188: error: cast from 'void*' to 'gboolean' loses precision
make[5]: *** [client.lo] Error 1
make[5]: Leaving directory `/gconfmm2.0-2.0.2/gconf/gconfmm'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/gconfmm2.0-2.0.2/gconf/gconfmm/client.cc 
./gconf/gconfmm/client.cc
--- ../tmp-orig/gconfmm2.0-2.0.2/gconf/gconfmm/client.cc        2004-05-08 
14:25:26.000000000 +0200
+++ ./gconf/gconfmm/client.cc   2004-12-20 16:29:22.677364528 +0100
@@ -182,10 +182,10 @@
     switch(list_type)
     {
       case GCONF_VALUE_INT:
-        gconf_value_set_int(v,(int)i->data);
+        gconf_value_set_int(v,(long)i->data);
         break;
       case GCONF_VALUE_BOOL:
-        gconf_value_set_bool(v,(gboolean)i->data);
+        gconf_value_set_bool(v,i->data!=0);
         break;
       case GCONF_VALUE_FLOAT:
         gconf_value_set_float(v,*(gdouble*)i->data);

---------------------------------------
Received: (at 286496-done) by bugs.debian.org; 29 Aug 2005 21:00:39 +0000
>From [EMAIL PROTECTED] Mon Aug 29 14:00:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (tennyson.netexpress.net) 
[66.93.39.86] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E9qkB-0000p0-00; Mon, 29 Aug 2005 14:00:39 -0700
Received: by tennyson.netexpress.net (Postfix, from userid 1003)
        id 53E857049; Mon, 29 Aug 2005 14:00:33 -0700 (PDT)
Date: Mon, 29 Aug 2005 14:00:33 -0700
From: Steve Langasek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: library packages removed from unstable and/or testing, these bugs no 
longer apply
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="zS7rBR6csb6tI2e1"
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


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

bakery2.0, gnome-vfsmm1.3, and gconfmm2.0 have now been removed from
unstable per my request, along with bakery-gnomeui2.0, libgnomeuimm2.0,
gconfmm2.0, libglademm2.0, libgnomecanvasmm2.0, and libgnomemm2.0; so
these bugs no longer apply and 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/

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

iD8DBQFDE3dwKN6ufymYLloRAuq7AJ97LowYpr/RrN0+Leh6mj4wLTcH4QCcCn0C
A8mZGNLa+bskoWx/rIVDLyU=
=SvZO
-----END PGP SIGNATURE-----

--zS7rBR6csb6tI2e1--


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

Reply via email to