Your message dated Fri, 10 Oct 2003 09:10:37 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#210565: Recent regression: x is an inaccessible base of y (within gtkmm2) 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; 12 Sep 2003 07:54:40 +0000 >From [EMAIL PROTECTED] Fri Sep 12 02:53:48 2003 Return-path: <[EMAIL PROTECTED]> Received: from a.frontend.um.mediaways.net [62.53.231.6] by master.debian.org with smtp (Exim 3.35 1 (Debian)) id 19xikV-0001sc-00; Fri, 12 Sep 2003 02:53:48 -0500 Received: (qmail 2018 invoked by uid 4225); 12 Sep 2003 07:53:46 -0000 Received: from unknown (195.71.51.141) by smtp.um.mediaways.net (10.232.15.251) with ESMTP; 12 Sep 2003 07:53:46 -0000 Received: from puck.petig-baender.de ([192.168.234.11] helo=petig-baender.de ident=christof) by gateway.petig-baender.de with esmtp (Exim 3.35 #1 (Debian)) id 19xikS-0007Nw-00 for <[EMAIL PROTECTED]>; Fri, 12 Sep 2003 09:53:44 +0200 Message-ID: <[EMAIL PROTECTED]> Date: Fri, 12 Sep 2003 09:53:40 +0200 From: Christof Petig <[EMAIL PROTECTED]> Organization: Adolf Petig GmbH & Co. KG User-Agent: Mozilla/5.0 (X11; U; Linux ppc; de-AT; rv:1.4) Gecko/20030908 Debian/1.4-4 X-Accept-Language: de-DE, de, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: Recent regression: x is an inaccessible base of y (within gtkmm2) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_8_27 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp) Package: g++-3.3 Version: 1:3.3.2-0pre3 Very recently (3.3.2ds1-0pre2 was ok AFAIK) the name lookup mechanisms changed in g++. This exposes problems with libgtkmm2.0-dev Version 2.2.7-1. Since g++-3.2 does not complain this looks like a compiler issue (and not gtkmm's fault) - but I can't tell for sure. > g++ `pkg-config --cflags gtkmm-2.0` -x c++ /usr/include/gtkmm-2.0/gtkmm/notebook.h /usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const Gtk::Notebook_Helpers::Page& Gtk::Notebook_Helpers::PageIterator::operator*() const': /usr/include/gtkmm-2.0/gtkmm/notebook.h:822: error: ` Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of ` Gtk::Notebook_Helpers::Page' /usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const Gtk::Notebook_Helpers::Page* Gtk::Notebook_Helpers::PageIterator::operator->() const': /usr/include/gtkmm-2.0/gtkmm/notebook.h:828: error: ` Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of ` Gtk::Notebook_Helpers::Page' > g++-3.2 `pkg-config --cflags gtkmm-2.0` -x c++ /usr/include/gtkmm-2.0/gtkmm/notebook.h /usr/lib/gcc-lib/powerpc-linux/3.2.3/../../../crt1.o(.rodata+0x4): undefined reference to `main' collect2: ld returned 1 exit status (which is actually a success mesage) --------------------------------------- Received: (at 210565-done) by bugs.debian.org; 10 Oct 2003 07:13:58 +0000 >From [EMAIL PROTECTED] Fri Oct 10 02:13:57 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A7rTJ-0007nl-00; Fri, 10 Oct 2003 02:13:57 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id JAA05113; Fri, 10 Oct 2003 09:10:38 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id h9A7Abj8028452; Fri, 10 Oct 2003 09:10:37 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Fri, 10 Oct 2003 09:10:37 +0200 To: Christof Petig <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#210565: Recent regression: x is an inaccessible base of y (within gtkmm2) In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.7 required=4.0 tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT version=2.53-bugs.debian.org_2003_10_09 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp) Christof Petig writes: > Package: g++-3.3 > Version: 1:3.3.2-0pre3 > > Very recently (3.3.2ds1-0pre2 was ok AFAIK) the name lookup mechanisms > changed in g++. This exposes problems with libgtkmm2.0-dev Version 2.2.7-1. > > Since g++-3.2 does not complain this looks like a compiler issue (and > not gtkmm's fault) - but I can't tell for sure. > > > g++ `pkg-config --cflags gtkmm-2.0` -x c++ > /usr/include/gtkmm-2.0/gtkmm/notebook.h > /usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const > Gtk::Notebook_Helpers::Page& > Gtk::Notebook_Helpers::PageIterator::operator*() const': > /usr/include/gtkmm-2.0/gtkmm/notebook.h:822: error: ` > Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of ` > Gtk::Notebook_Helpers::Page' > /usr/include/gtkmm-2.0/gtkmm/notebook.h: In member function `const > Gtk::Notebook_Helpers::Page* > Gtk::Notebook_Helpers::PageIterator::operator->() const': > /usr/include/gtkmm-2.0/gtkmm/notebook.h:828: error: ` > Gtk::Notebook_Helpers::PageIterator' is an inaccessible base of ` > Gtk::Notebook_Helpers::Page' fixed in g++-3.3 1:3.3.2-0pre5