From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 2 05:27:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CF416A4CE; Thu, 2 Dec 2004 05:27:26 +0000 (GMT) Received: from miffy.openlook.org (openlook.org [211.236.182.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448B043D2F; Thu, 2 Dec 2004 05:27:26 +0000 (GMT) (envelope-from perky@miffy.openlook.org) Received: by miffy.openlook.org (Postfix, from userid 1000) id 2D615A98B; Thu, 2 Dec 2004 14:27:25 +0900 (KST) Date: Thu, 2 Dec 2004 14:27:25 +0900 From: Hye-Shik Chang To: jimmie james Message-ID: <20041202052725.GA63650@i18n.org> References: <7e148fb904120121145bc73a7b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e148fb904120121145bc73a7b@mail.gmail.com> X-Accept-Language: ko, en User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: perky@FreeBSD.org Subject: Re: py-mpz fails on 4.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:27:26 -0000 On Thu, Dec 02, 2004 at 12:14:12AM -0500, jimmie james wrote: > FreeBSD fortytwo.zapto.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Nov > 19 03:37:43 EST 2004 > root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 > > No /etc/make.conf re-cvsuped twice before reporting. > > Anymore info, please ask. > http://www.python.org/doc/2.3.4/lib/module-mpz.html mpz module is removed in Python 2.4. I recommend you to adopt GMPy for your applications. The py-mpz port is fixed to use Python 2.3 even if Python 2.4 is available in system. Thank you very muchfor reporting! Hye-Shik