Bug#334534: marked as done (Patch from bug 307724 breaks Eclipse)

Debian Bug Tracking System owner at bugs.debian.org
Sun Oct 23 12:48:36 UTC 2005


Your message dated Sun, 23 Oct 2005 14:42:20 +0200
with message-id <20051023124220.GC10972 at bugs.debian.org>
and subject line Bug#334534: Patch from bug 307724 breaks Eclipse
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; 18 Oct 2005 15:19:16 +0000
>From vektor at fdd.com Tue Oct 18 08:19:16 2005
Return-path: <vektor at fdd.com>
Received: from fdd.com [64.81.147.80] (root)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ERtFE-00012i-00; Tue, 18 Oct 2005 08:19:16 -0700
Received: from fdd.com (vektor at localhost [127.0.0.1])
	by FDD.COM (8.12.8/8.12.8) with ESMTP id j9IFJCYi006335;
	Tue, 18 Oct 2005 10:19:12 -0500 (CDT)
Received: (from vektor at localhost)
	by fdd.com (8.12.8/8.12.9/Submit) id j9IFJ700029767;
	Tue, 18 Oct 2005 10:19:07 -0500 (CDT)
Date: Tue, 18 Oct 2005 10:19:07 -0500
From: Billy Biggs <vektor at dumbterm.net>
To: submit at bugs.debian.org
Cc: Douglas Pollock <douglas.pollock at magma.ca>,
   Norbert Tretkowski <tretkowski at inittab.de>
Subject: Patch from bug 307724 breaks Eclipse
Message-ID: <20051018151907.GI26965 at dumbterm.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
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

Package: gtk+2.0
Severity: important

  The fix for Debian bug 307724 added a patch from gtk-2-6 branch to the
2.6.4 release for sarge.  This causes the following bugs in Eclipse,
where keybindings can completely fail:

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=111479
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=111514

  The patch was to fix the following long-standing bug in GTK+:

    http://bugzilla.gnome.org/show_bug.cgi?id=109246

  While we worked with GTK+ to fix this bug, Eclipse had a workaround
which conflicts with the patch.  For 3.1.1 we disable our workaround if
GTK+ >= 2.6.8, but this check does not work with the patched version of
2.6.4 from debian.  There is unfortunately no clean way to detect
whether the version of GTK+ is fixed.

  I think the patch should be removed, or stable should be updated to
GTK+ 2.6.8.  Patching back a very tricky and low-level X event handling
patch into a previous version just decreases the stability of the
toolkit.

  -Billy


---------------------------------------
Received: (at 334534-done) by bugs.debian.org; 23 Oct 2005 12:42:06 +0000
>From lool at dooz.org Sun Oct 23 05:42:06 2005
Return-path: <lool at dooz.org>
Received: from smtp3-g19.free.fr [212.27.42.29] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ETfAs-00044f-00; Sun, 23 Oct 2005 05:42:06 -0700
Received: from bee.dooz.org (levallois.dooz.org [81.57.180.178])
	by smtp3-g19.free.fr (Postfix) with ESMTP id 7D0D637510;
	Sun, 23 Oct 2005 14:42:04 +0200 (CEST)
Received: by bee.dooz.org (Postfix, from userid 1000)
	id CE3C64F009D; Sun, 23 Oct 2005 14:42:20 +0200 (CEST)
Date: Sun, 23 Oct 2005 14:42:20 +0200
From: Loic Minier <lool at dooz.org>
To: Billy Biggs <vektor at dumbterm.net>
Cc: 334534-done at bugs.debian.org, Norbert Tretkowski <tretkowski at inittab.de>,
	Douglas Pollock <douglas.pollock at magma.ca>
Subject: Re: Bug#334534: Patch from bug 307724 breaks Eclipse
Message-ID: <20051023124220.GC10972 at bugs.debian.org>
References: <20051018151907.GI26965 at dumbterm.net> <20051018155136.GC6839 at bugs.debian.org> <20051018155948.GK26965 at dumbterm.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <20051018155948.GK26965 at dumbterm.net>
Content-Transfer-Encoding: quoted-printable
Delivered-To: 334534-done 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

        Hi,

On mar, oct 18, 2005, Billy Biggs wrote:
>   The patch applied to Debian's 2.6.4 matches the fix in 2.6.8 as far a=
s
> I know.  The issue is that Eclipse can't easily determine whether it
> should shut off its workaround, so it wrongly considers Debian's 2.6.4
> to be broken.  The workaround conflicts and Eclipse breaks.
>=20
>   So, the 2.6.4 in Debian stable is "fixed". but's no longer
> "GTK+ 2.6.4" as it claims to be.

 We discussed this matter on IRC and agreed that it was impossible to
 revert this change with respect to other apps in Debian stable.

 The outcome of the discussion also shows that it might help to offer
 the Debian package version and revision via Gtk's API, or some way of
 checking the applied patches.  It also underlines that diverging from
 upstream to fix bugs has to be done with care.

 Hence, I'm closing this bug.  Please reopen it if necessary.

   Cheers,
--=20
Lo=EFc Minier <lool at dooz.org>




More information about the Pkg-gnome-maintainers mailing list