From owner-freebsd-alpha Mon Jul 12 6:12: 1 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from student.lssu.edu (student.lssu.edu [198.110.216.219]) by hub.freebsd.org (Postfix) with ESMTP id 4207E14D26; Mon, 12 Jul 1999 06:11:45 -0700 (PDT) (envelope-from pe@student.lssu.edu) Received: from localhost (pe@localhost) by student.lssu.edu (8.9.3/8.9.3) with ESMTP id JAA20720; Mon, 12 Jul 1999 09:12:17 -0400 (EDT) Date: Mon, 12 Jul 1999 09:12:17 -0400 (EDT) From: "System Admin." To: freebsd-questions@freebsd.org, freebsd-alpha@freebsd.org Subject: problem compiling Python Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Is there anybody successfully compiled and installed Python-1.5.2 on FreeBSD-3.2/Alpha? When I compiled and run make test everything pass except test_fcntl function. It seem to be the really important one that I need too. This is the output of the test: host# python test_fcntl.py Status from fnctl with O_NONBLOCK: 0 struct.pack: '\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ 000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ 000\000\000\000\003\000\000\000' Traceback (innermost last): File "test_fcntl.py", line 30, in ? rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETLKW, lockdata) IOError: [Errno 22] Invalid argument Any trick to make this thing work? Please help! TIA pe' ------------------------------ UNIX System Admin. Distributed Computing Services Lake Superior State University 650 W. Easterday Ave. Sault Ste. Marie. MI 49783 USA. ------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message