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 15S23V-0006tp-00 for gentoo-dev@gentoo.org; Wed, 01 Aug 2001 13:53:22 -0600 Received: from karltk by io.adm.prosalg.no with local (Exim 3.16 #1 (Debian)) id 15S23P-0003mE-00 for <gentoo-dev@gentoo.org>; Wed, 01 Aug 2001 21:53:15 +0200 From: Karl Trygve Kalleberg <karltk@prosalg.no> To: gentoo-dev@gentoo.org Message-ID: <20010801215315.A14504@prosalg.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Subject: [gentoo-dev] xchat-1.8.2 anomalies 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 13:54:02 2001 X-Original-Date: Wed, 1 Aug 2001 21:53:15 +0200 X-Archives-Salt: f92ac747-6d4d-4aa1-8a54-99da0ef7ac05 X-Archives-Hash: 54ec31b923d4a0a2eabe9e454db88d19 The xchat-1.8.2 has a few 'issues' when compiled with python 2.0 support. The configure.in file should be patched along the lines: 307c307 < PY_LIBS="-lpython$PY_VERSION" --- > PY_LIBS="`python-config` -lm" (Sorry for not -u'ing this diff). Also, xchat-1.8.2 will not compile properly with --disable-perl. I'm still investigating this. I would very much guess this to be the xchat developers' fault, not the ebuild maintainer (achim in this case). Regards, Karl T