Date: Mon, 12 Jul 1999 09:12:17 -0400 (EDT) From: "System Admin." <pe@student.lssu.edu> To: freebsd-questions@freebsd.org, freebsd-alpha@freebsd.org Subject: problem compiling Python Message-ID: <Pine.GSO.4.05.9907120907310.20661-100000@student.lssu.edu>
next in thread | raw e-mail | index | archive | help
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-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.9907120907310.20661-100000>
