Skip site navigation (1)Skip section navigation (2)
Date:      05 Oct 1999 14:22:16 +0200
From:      Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
To:        freebsd-current@freebsd.org
Subject:   python-1.5.2 port broken with current
Message-ID:  <ufbtaeknev.fsf@jfh00.fernuni-hagen.de>

next in thread | raw e-mail | index | archive | help

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 "<stdin>", 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ufbtaeknev.fsf>