Bug#318651: marked as done ([Fwd: Log for successful build of libbonoboui_2.10.0-1 (dist=unstable)])

Debian Bug Tracking System owner at bugs.debian.org
Mon Sep 12 20:48:29 UTC 2005


Your message dated Mon, 12 Sep 2005 13:32:36 -0700
with message-id <E1EEuyi-0002bg-00 at spohr.debian.org>
and subject line Bug#318651: fixed in libbonoboui 2.10.1-1
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 2005 20:30:44 +0000
>From dannf at hp.com Sat Jul 16 13:30:44 2005
Return-path: <dannf at hp.com>
Received: from atlrel9.hp.com [156.153.255.214] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1DttJ6-0007st-00; Sat, 16 Jul 2005 13:30:44 -0700
Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253])
	by atlrel9.hp.com (Postfix) with ESMTP id DCA4D8959;
	Sat, 16 Jul 2005 16:30:42 -0400 (EDT)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30])
	by smtp2.fc.hp.com (Postfix) with ESMTP
	id 5950D41FD67; Sat, 16 Jul 2005 20:30:37 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by ldl.fc.hp.com (Postfix) with ESMTP id 0D1621341EE;
	Sat, 16 Jul 2005 14:30:37 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1])
	by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 31197-08; Sat, 16 Jul 2005 14:30:35 -0600 (MDT)
Received: from localhost (hplu.lsy [10.100.0.20])
	by ldl.fc.hp.com (Postfix) with ESMTP id CDB231341D9;
	Sat, 16 Jul 2005 14:30:34 -0600 (MDT)
Subject: [Fwd: Log for successful build of libbonoboui_2.10.0-1
	(dist=unstable)]
From: dann frazier <dannf at hp.com>
To: submit at bugs.debian.org
Cc: David Mosberger <David.Mosberger at acm.org>
Content-Type: multipart/mixed; boundary="=-rOn4kfErG8lnP8ySvKDa"
Date: Sat, 16 Jul 2005 23:30:56 +0300
Message-Id: <1121545856.5781.15.camel at localhost>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2 
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
Delivered-To: submit at bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02


--=-rOn4kfErG8lnP8ySvKDa
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Package: libbonoboui
Version: 2.10.0-1
Tags: patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

libbonobui uses the function gnome_i18n_get_language_list() without
including the necessary header.  This prototype is wrapped in an
#ifndef GNOME_DISABLE_DEPRECATED, so this patch also drops its usage.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

diff -urN libbonoboui-2.10.0.orig/bonobo/Makefile.in libbonoboui-2.10.0/bonobo/Makefile.in
--- libbonoboui-2.10.0.orig/bonobo/Makefile.in	2005-07-04 06:18:46.000000000 -0600
+++ libbonoboui-2.10.0/bonobo/Makefile.in	2005-07-16 14:21:01.037356657 -0600
@@ -166,7 +166,6 @@
 	-DGDK_PIXBUF_DISABLE_DEPRECATED			\
 	-DGDK_MULTIHEAD_SAFE				\
 	-DGTK_DISABLE_DEPRECATED			\
-	-DGNOME_DISABLE_DEPRECATED			\
 	-DBONOBO_DISABLE_DEPRECATED			\
 	-DG_LOG_DOMAIN=\"Bonobo\"			\
 	-DVERSION=\"$(VERSION)\"			\
diff -urN libbonoboui-2.10.0.orig/bonobo/bonobo-selector-widget.c libbonoboui-2.10.0/bonobo/bonobo-selector-widget.c
--- libbonoboui-2.10.0.orig/bonobo/bonobo-selector-widget.c	2005-07-02 02:59:06.000000000 -0600
+++ libbonoboui-2.10.0/bonobo/bonobo-selector-widget.c	2005-07-16 14:19:11.067631442 -0600
@@ -22,6 +22,7 @@
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
 #include <libgnome/gnome-macros.h>
+#include <libgnome/gnome-i18n.h>
 #include <bonobo/bonobo-i18n.h>
 #include <bonobo/bonobo-object.h>
 #include <bonobo/bonobo-selector-widget.h>

-- 
dann frazier <dannf at hp.com>

--=-rOn4kfErG8lnP8ySvKDa
Content-Disposition: inline
Content-Description: Forwarded message - Log for successful build of
	libbonoboui_2.10.0-1 (dist=unstable)
Content-Type: message/rfc822

Return-Path: <buildd at caballero.debian.org>
X-Original-To: dannf at ldl.fc.hp.com
Delivered-To: dannf at ldl.fc.hp.com
Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix)
	with ESMTP id 3810F1341D9 for <dannf at ldl.fc.hp.com>; Sun, 10 Jul 2005
	19:21:00 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1])
	(amavisd-new, port 10024) with ESMTP id 03381-07 for <dannf at ldl.fc.hp.com>;
	Sun, 10 Jul 2005 19:20:58 -0600 (MDT)
Received: from smtp1.fc.hp.com (smtp.fc.hp.com [15.11.136.119]) by
	ldl.fc.hp.com (Postfix) with ESMTP id 90CAD1340F2 for
	<dannf at ldl.fc.hp.com>; Sun, 10 Jul 2005 19:20:58 -0600 (MDT)
Received: from palrel11.hp.com (palrel11.hp.com [15.81.168.21]) by
	smtp1.fc.hp.com (Postfix) with ESMTP id F3CC9387FC for <dannf at fc.hp.com>;
	Mon, 11 Jul 2005 01:20:57 +0000 (UTC)
Received: from atarelrim03.atl.hp.com (atarelrim03.atl.hp.com
	[192.151.27.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256
	bits)) (No client certificate requested) by palrel11.hp.com (Postfix) with
	ESMTP id 0BAA05240 for <dannf at fc.hp.com>; Sun, 10 Jul 2005 18:20:57 -0700
	(PDT)
Received: from atarelrim03.atl.hp.com (localhost [127.0.0.1]) by
	receive-from-antispam-filter (Postfix) with SMTP id 1E7DB32E23 for
	<dannf at fc.hp.com>; Sun, 10 Jul 2005 21:20:59 -0400 (EDT)
Received: from caballero.debian.org (caballero.debian.org
	[193.201.200.200]) by atarelrim03.atl.hp.com (Postfix) with ESMTP id
	0411532E33 for <dannf at hp.com>; Sun, 10 Jul 2005 21:20:54 -0400 (EDT)
Received: from buildd by caballero.debian.org with local (Exim 3.35 1
	(Debian)) id 1Drmwn-000199-00; Mon, 11 Jul 2005 02:19:01 +0100
Subject: Log for successful build of libbonoboui_2.10.0-1 (dist=unstable)
Message-Id: <E1Drmwn-000199-00 at caballero.debian.org>
From: Debian/IA64 non-US Build Daemon <buildd at caballero.debian.org>
To: buildd-porters at caballero.debian.org
Date: Mon, 11 Jul 2005 02:19:01 +0100
Delivered-To: buildd-porters at caballero.debian.org
X-PMX-Version: 5.0.0.137324, Antispam-Engine: 2.0.3.2, Antispam-Data:
	2005.7.10.34
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
Debian-Buildd-Error: Yes
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit

Function `gnome_i18n_get_language_list' implicitly converted to pointer at bonobo-selector-widget.c:98

--=-rOn4kfErG8lnP8ySvKDa--


---------------------------------------
Received: (at 318651-close) by bugs.debian.org; 12 Sep 2005 20:38:54 +0000
>From katie at spohr.debian.org Mon Sep 12 13:38:54 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EEuyi-0002bg-00; Mon, 12 Sep 2005 13:32:36 -0700
From: Loic Minier <lool at dooz.org>
To: 318651-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#318651: fixed in libbonoboui 2.10.1-1
Message-Id: <E1EEuyi-0002bg-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Mon, 12 Sep 2005 13:32:36 -0700
Delivered-To: 318651-close at bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libbonoboui
Source-Version: 2.10.1-1

We believe that the bug you reported is fixed in the latest version of
libbonoboui, which is due to be installed in the Debian FTP archive:

libbonoboui2-0_2.10.1-1_i386.deb
  to pool/main/libb/libbonoboui/libbonoboui2-0_2.10.1-1_i386.deb
libbonoboui2-common_2.10.1-1_all.deb
  to pool/main/libb/libbonoboui/libbonoboui2-common_2.10.1-1_all.deb
libbonoboui2-dev_2.10.1-1_i386.deb
  to pool/main/libb/libbonoboui/libbonoboui2-dev_2.10.1-1_i386.deb
libbonoboui_2.10.1-1.diff.gz
  to pool/main/libb/libbonoboui/libbonoboui_2.10.1-1.diff.gz
libbonoboui_2.10.1-1.dsc
  to pool/main/libb/libbonoboui/libbonoboui_2.10.1-1.dsc
libbonoboui_2.10.1.orig.tar.gz
  to pool/main/libb/libbonoboui/libbonoboui_2.10.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 318651 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <lool at dooz.org> (supplier of updated libbonoboui package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Sep 2005 22:14:57 +0200
Source: libbonoboui
Binary: libbonoboui2-common libbonoboui2-dev libbonoboui2-0
Architecture: source all i386
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME <kitame at debian.org>
Changed-By: Loic Minier <lool at dooz.org>
Description: 
 libbonoboui2-0 - The Bonobo UI library
 libbonoboui2-common - The Bonobo UI library -- common files
 libbonoboui2-dev - The Bonobo UI library - development files
Closes: 318651
Changes: 
 libbonoboui (2.10.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix for implicit pointer conversion. (Closes: #318651)
     [debian/patches/32_implicit-pointer.patch]
   * Add CDBS utils. [debian/rules]
   * Update FSF address. [debian/copyright]
   * Bump Standards-Version to 3.6.2. [debian/control, debian/control.in]
Files: 
 9cc9e0b81e595daf2014a60238f26ff3 1908 devel optional libbonoboui_2.10.1-1.dsc
 452b7139af0e9533f1c2e6d0d902dfb5 1193446 devel optional libbonoboui_2.10.1.orig.tar.gz
 891998af3bdff48a6f3d1654aecc7c0c 5076 devel optional libbonoboui_2.10.1-1.diff.gz
 8c2da832c46ad8cc70d805aa5b79f669 330538 libs optional libbonoboui2-common_2.10.1-1_all.deb
 f99009379340d20b865eae749f8ea416 278280 libdevel optional libbonoboui2-dev_2.10.1-1_i386.deb
 0216eafa4af5ee8b86b55fac7d7b328d 205492 libs optional libbonoboui2-0_2.10.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDJeOB4VUX8isJIMARAp0OAJ0SYUvcBdPNp8q2DqZ0CjZrbqdOrACfYbrN
5OwP7a3saa0gq/Jm/9AQE5c=
=+eD0
-----END PGP SIGNATURE-----





More information about the Pkg-gnome-maintainers mailing list