From owner-freebsd-current Tue Oct 5 5:25:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by hub.freebsd.org (Postfix) with ESMTP id 14AB7155BB for ; Tue, 5 Oct 1999 05:22:21 -0700 (PDT) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.9.3/8.9.3) id OAA31678; Tue, 5 Oct 1999 14:22:17 +0200 (CEST) (envelope-from jfh) To: freebsd-current@freebsd.org Subject: python-1.5.2 port broken with current From: Fritz Heinrichmeyer Date: 05 Oct 1999 14:22:16 +0200 Message-ID: Lines: 26 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.2 (Shinjuku) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG python-1.5.2 is broken with current this week when compiled with the "--with-fpectl" option (a hack using jmpbuf.h, signal.h etc.) which is default in the ports collection. Exponentiation fails i. e. Python 1.5.2 .... [GCC egcs-2.91.66 19990314 (egcs-1.1.2 on freebsd4 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> 3**1.5 Traceback (innermost last): File "", line 1, in ? OverflowError: (14, 'Bad address') >>> (without --with-fpectl): make test output: 52 tests OK. 1 test failed: test_fcntl 8 tests skipped: test_al ... test_sunaudiodev Last week the fcntl-tests failed the first time but this does no harm to i.e. the "sketch" program. -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://ES-i2.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message