From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from sm12.texas.rr.com (sm12.texas.rr.com [24.93.35.43]) by chiba.3jane.net (Postfix) with ESMTP id 737D3ABDA1 for ; Mon, 27 May 2002 02:52:46 -0500 (CDT) Received: from gentoo.shacknet.nu (cs6625132-244.austin.rr.com [66.25.132.244]) by sm12.texas.rr.com (8.12.1/8.12.0.Beta16) with ESMTP id g4R7i1pE019727 for ; Mon, 27 May 2002 02:44:02 -0500 Subject: Re: [gentoo-dev] GCC-3.1/KDE 3.0.1 From: Matthew Kennedy To: gentoo-dev@gentoo.org In-Reply-To: <200205271139.27014.lars.pechan@paradise.net.nz> References: <200205271139.27014.lars.pechan@paradise.net.nz> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 27 May 2002 02:57:09 -0500 Message-Id: <1022486229.28706.9.camel@sartre.shacknet.nu> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 6db2a923-3505-422d-bdb2-1ac8db436a7b X-Archives-Hash: 6748e12c146c5067250d61316cd447c0 Howdy, On Sun, 2002-05-26 at 18:39, Lars Pechan wrote: > 1) The fam-oss library doesn't build. This is the File Alteration Monitor from > SGI used by both KDE and Gnome I believe. The problem relates to a const > member of a class not getting initialized (IIRC Scheduler.c++ lines 37 and > 37). Please submit a bug report on that one... it might also be related to the following though: > 2) HTDig (required by kdevelop) doesn't build. It craps out during configure > complaining about > missing libstdc++. I had a quick look and it looks for to trigger > whether there's a c++ library in place or not. That file does exist but > possibly in a directory that isn't on the default search path. C++ standards > call for the header to be called and there is indeed an > in the /usr/include/g++-3.1/libstdc++ or thereabouts ;-). Check that you don't have more than one gcc version installed. This seems to come up a lot, and the reason usually turns out to be that more than one gcc is installed. If it still craps out, please report in bugzilla. > I'm a bit surprised I haven't seen anyone else mentioning this? There seems to > be lots of people building gcc-3.1-systems... Please check out package.mask, there are several gcc3.1 patches in there which need to be tested before being unmasked. Also, use a portage compiled with gcc 3.0.4 or 2.95.3... that works around a known problem with sandbox/gcc3.1. Also, if you get unresolved symbol issues with fam-oss, try a "make mrproper" on your /sur/src/linux after backing up your .config. Then run "make dep clean" after restoring your .config. Keep the gcc3.1 issues coming :) Matt -- Matthew Kennedy Gentoo Linux Developer