Synopsis: New port: graphics/py-gvgen - GvGen
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun May 18 03:20:06 UTC 2008
Responsible-Changed-Why:
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
http://
FYI; can you please investigate and/or report to the developers? If
you are already aware of this problem but do not yet have a fix,
please mark the port BROKEN in the appropriate case, so that users do
not unexpectedly encounter it.
See http://pointyhat.freebsd.org for the full log.
Thanks,
-e
The python _ctypes module is not built on arm. This is mainly because
Modules/_ctypes/libffi/configure does not have the magic glue for
arm-*-freebsd* but also because _ctypes.c assumes ffi_closure is available
(which it isn't in the libffi included with the Python distribution for
arm)
However,