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.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no 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 15S2ZV-0006IO-00 for gentoo-dev@cvs.gentoo.org; Wed, 01 Aug 2001 14:26:25 -0600 Received: from karltk by io.adm.prosalg.no with local (Exim 3.16 #1 (Debian)) id 15S2ZT-0003q1-00 for <gentoo-dev@cvs.gentoo.org>; Wed, 01 Aug 2001 22:26:23 +0200 From: Karl Trygve Kalleberg <karltk@prosalg.no> To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] xchat-1.8.2 anomalies Message-ID: <20010801222623.A14690@prosalg.no> References: <20010801215315.A14504@prosalg.no> <20010801135700.G27021@cvs.gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <20010801135700.G27021@cvs.gentoo.org>; from drobbins@gentoo.org on Wed, Aug 01, 2001 at 01:57:00PM -0600 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 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: Wed Aug 1 14:27:02 2001 X-Original-Date: Wed, 1 Aug 2001 22:26:23 +0200 X-Archives-Salt: e4cea4dd-74ee-485c-9f9b-061aa13b6187 X-Archives-Hash: 4f3f56933a8d53a4f5dd6cc7d3101baf On Wed, Aug 01, 2001 at 01:57:00PM -0600, Daniel Robbins wrote: > Well, python-config is a Gentoo Linux-specific program, but it definitely > a good thing :) Please continue to work on the ebuild and post it here when > you have everything working. Then I've found a slight bug in python-config, actually. It forgets to include -lm. When I added that to python-config, everything works nicely. Achim's xchat-1.8.2 ebuild already patches the Makefiles (I didn't notice this until after I sent the mail) to use the library-list python-config tells it to do, it's just that python-config doesn't include -lm in this list. I don't have CVS access, so somebody else should add -lm to python-config; This is with dev-lang/python/python-2.0-r4.ebuild, might apply to the other ebuilds as well. Kind regards, Karl T