Bug#266442: marked as done (FTBFS: uses GTK_DISABLE_DEPRECATED)
Debian Bug Tracking System
owner@bugs.debian.org
Tue, 21 Sep 2004 16:48:15 -0700
Your message dated Tue, 21 Sep 2004 16:37:34 -0700
with message-id <20040921233730.GA538@mauritius.dodds.net>
and subject line FTBFS: uses GTK_DISABLE_DEPRECATED
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; 17 Aug 2004 21:36:02 +0000
>From jose@tribulaciones.org Tue Aug 17 14:36:02 2004
Return-path: <jose@tribulaciones.org>
Received: from 245.red-81-36-19.pooles.rima-tde.net (hal9000) [81.36.19.245] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BxBce-0000DH-00; Tue, 17 Aug 2004 14:36:00 -0700
Received: from localhost (localhost [127.0.0.1])
by hal9000 (Postfix) with ESMTP id EAF9737C80;
Tue, 17 Aug 2004 23:35:20 +0200 (CEST)
Received: from hal9000 ([127.0.0.1])
by localhost (hal9000 [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 20769-03; Tue, 17 Aug 2004 23:35:06 +0200 (CEST)
Received: from gimli (unknown [192.168.1.10])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by hal9000 (Postfix) with ESMTP id 7CC3F37B66;
Tue, 17 Aug 2004 23:35:06 +0200 (CEST)
Received: by gimli (Postfix, from userid 1000)
id 4EF23DF953; Tue, 17 Aug 2004 23:35:34 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jose Carlos Garcia Sogo <jsogo@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTFBS: uses GTK_DISABLE_DEPRECATED
X-Mailer: reportbug 2.64
Date: Tue, 17 Aug 2004 23:35:34 +0200
Message-Id: <20040817213534.4EF23DF953@gimli>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at tribulaciones.org
Delivered-To: submit@bugs.debian.org
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: gnomemeeting
Version: 0.98.5
Severity: serious
Tags: sarge
Hi,
While trying to see if bug #266111 is really a binutils problem or a
gnomemeeting problem I have faced with this other:
- Version 0.98.5 uses GTK_DISABLE_DEPRECATED
- From gtk 2.4, GTK_COMBO is deprecated
- GnomeMeeting 0.98.5 doesn't compile in any arch in Sarge
g++ -DHAVE_CONFIG_H -I. -I. -I..
-DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../src -I../lib
-I../lib/widgets -I../lib/xdap -I/usr/include/ptlib/unix
-I/usr/include/ptclib -I/usr/include/openh323 -DP_LINUX -D_REENTRANT
-DHAS_OSS -DNDEBUG -DPHAS_TEMPLATES -DP_USE_PRAGMA -DPTRACING -Wall -O2
-g -DHAS_IXJ -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libxml2
-I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0
-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/SDL -D_REENTRANT
-DHAS_SDL -DGNOMEMEETING_IMAGES=\""/usr/share/pixmaps"\"
-DSCHEMA_AGE=26 -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGNOME_DISABLE_DEPRECATED -c gnomemeeting.cpp
In file included from gnomemeeting.cpp:55:
../lib/widgets/history-combo.h:61: error: 'GtkCombo' is used as a type,
but is
not defined as a type.
../lib/widgets/history-combo.h:69: error: 'GtkComboClass' is used as a
type,
but is not defined as a type.
gnomemeeting.cpp: In member function `void GnomeMeeting::Connect()':
gnomemeeting.cpp:184: error: `GTK_COMBO' undeclared (first use this
function)
gnomemeeting.cpp:184: error: (Each undeclared identifier is reported
only once
for each function it appears in.)
gnomemeeting.cpp: In member function `void GnomeMeeting::BuildGUI()':
gnomemeeting.cpp:487: error: `gtk_timeout_add' undeclared (first use
this
function)
make[3]: *** [gnomemeeting.o] Error 1
make[3]: Leaving directory `/usr/local/src/gnomemeeting-0.98.5/src'
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=es_ES.UTF-8@euro, LC_CTYPE=es_ES.UTF-8@euro
Versions of packages gnomemeeting depends on:
ii gconf2 2.6.3-2 GNOME configuration database syste
ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi
ii libatk1.0-0 1.6.1-3 The ATK accessibility toolkit
ii libaudiofile0 0.2.6-4 Open-source version of SGI's audio
ii libbonobo2-0 2.6.2-5 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.6.1-1 The Bonobo UI library
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
ii libesd-alsa0 [libesd0] 0.2.34-1 Enlightened Sound Daemon (ALSA) -
ii libgcc1 1:3.4.1-5 GCC support library
ii libgconf2-4 2.6.3-2 GNOME configuration database syste
ii libglib2.0-0 2.4.6-1 The GLib library of C routines
ii libgnome2-0 2.6.1.2-2 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.6.1.1-2 A powerful object-oriented display
ii libgnomeui-0 2.6.1.1-3 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.6.2-1 The GNOME virtual file-system libr
ii libgtk2.0-0 2.4.4-2 The GTK+ graphical user interface
ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library
ii libldap2 2.1.30-2 OpenLDAP libraries
ii libopenh323-1.13.2 1.13.5.4-3 H.323 aka VoIP library
ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.4.1-1 Layout and rendering of internatio
ii libpopt0 1.7-4 lib for parsing cmdline parameters
ii libpt-1.6.3 1.6.6.4-2 Portable Windows Library
pn libpt-plugins-alsa | libp Not found.
pn libpt-plugins-v4l | libpt Not found.
ii libsdl1.2debian 1.2.7-7 Simple DirectMedia Layer
ii libsm6 4.3.0.dfsg.1-6 X Window System Session Management
ii libstdc++5 1:3.3.4-9 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li
ii libxml2 2.6.11-3 GNOME XML library
ii scrollkeeper 0.3.14-8 A free electronic cataloging syste
ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m
ii zlib1g 1:1.2.1.1-5 compression library - runtime
---------------------------------------
Received: (at 266442-done) by bugs.debian.org; 21 Sep 2004 23:37:16 +0000
>From vorlon@debian.org Tue Sep 21 16:37:16 2004
Return-path: <vorlon@debian.org>
Received: from dsl093-039-086.pdx1.dsl.speakeasy.net (localhost.localdomain) [66.93.39.86]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C9uCC-0004u6-00; Tue, 21 Sep 2004 16:37:16 -0700
Received: by localhost.localdomain (Postfix, from userid 1000)
id 0E759171D4A; Tue, 21 Sep 2004 16:37:34 -0700 (PDT)
Date: Tue, 21 Sep 2004 16:37:34 -0700
From: Steve Langasek <vorlon@debian.org>
To: 266442-done@Bugs.debian.org
Subject: Re: FTBFS: uses GTK_DISABLE_DEPRECATED
Message-ID: <20040921233730.GA538@mauritius.dodds.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040722i
Delivered-To: 266442-done@bugs.debian.org
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--r5Pyd7+fXNt84Ff3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
The new version of gnomemeeting reaches sarge tomorrow, therefore this
bug can be closed.
Cheers,
--=20
Steve Langasek
postmodern programmer
--r5Pyd7+fXNt84Ff3
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBULs6KN6ufymYLloRAosSAKCYIBfDEUcMdmxD6RGPpNkX26e/OwCfY4d4
hgnKF+vnpvyMub24eVUUGsk=
=KP4v
-----END PGP SIGNATURE-----
--r5Pyd7+fXNt84Ff3--