From mboxrd@z Thu Jan  1 00:00:00 1970
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.8 required=5.0 tests=DATE_IN_PAST_12_24,
	DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A
	autolearn=unavailable autolearn_force=no version=4.0.0
Received: from janus.prosalg.no ([213.236.139.1] helo=io.adm.prosalg.no)
	by cvs.gentoo.org with esmtp (Exim 3.30 #1)
	id 15ux7h-0002nb-00
	for gentoo-dev@cvs.gentoo.org; Sat, 20 Oct 2001 08:29:13 -0600
Received: from tunnel-44-71.vpn.uib.no ([129.177.44.71] helo=motvind)
	by io.adm.prosalg.no with asmtp (Exim 3.33 #1 (Debian))
	id 15ux00-0002tk-00
	for <gentoo-dev@cvs.gentoo.org>; Sat, 20 Oct 2001 16:21:16 +0200
From: Karl Trygve Kalleberg <karltk@prosalg.no>
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] kdemultimedia & koffice problems resolved
Message-Id: <20011020162813.11c9a4db.karltk@prosalg.no>
In-Reply-To: <0GLH00JAJZQNLX@mxout1.netvision.net.il>
References: <0GLG00FI1KV5ZN@mxout1.netvision.net.il>
	<0GLH00LE23FUIH@mxout2.netvision.net.il>
	<200110192232.f9JMWus38252@chiba.3jane.net>
	<0GLH00JAJZQNLX@mxout1.netvision.net.il>
X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: gentoo-dev-admin@cvs.gentoo.org
Errors-To: gentoo-dev-admin@cvs.gentoo.org
X-BeenThere: gentoo-dev@cvs.gentoo.org
X-Mailman-Version: 2.0
Precedence: bulk
Reply-To: gentoo-dev@cvs.gentoo.org
X-Reply-To: karltk@gentoo.org
List-Help: <mailto:gentoo-dev-request@cvs.gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@cvs.gentoo.org>
List-Subscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@cvs.gentoo.org?subject=subscribe>
List-Id: Gentoo Linux development list <gentoo-dev.cvs.gentoo.org>
List-Unsubscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@cvs.gentoo.org?subject=unsubscribe>
List-Archive: <http://cvs.gentoo.org/pipermail/gentoo-dev/>
Date: Sat Oct 20 08:30:02 2001
X-Original-Date: Sat, 20 Oct 2001 16:28:13 +0200
X-Archives-Salt: 31d733ed-f82f-4ae6-9866-0414aa1b3c6d
X-Archives-Hash: 15256af2e1cde604fe97a17ecddce3a2

On Fri, 19 Oct 2001 23:29:20 +0200
Dan Armak <danarmak@gentoo.org> wrote:

> Hi again,
> 
> There are interesting results allright. I removed tcltk from USE,
remerged 
> python, and koffice still builds successfully!
> 
> So, out diagnosis may be wrong. We need to discuss this.

I figured what the problem is in my and kabau's case. It is python-config
missing -lm in the list of libraries it requires. This causes koffice's
configure to fall back on defaults, which do not include -lreadline.

After remerging python-2.0-r4, it all works. One could also just append
-lm to the library list in the python-config script.

Cheers,

Karl T