Justin Venus added the comment:
I am sure that macro object is there for good reason, it just doesn't apply
for Solaris 11.
On Jul 7, 2012 10:34 AM, "Éric Araujo" wrote:
>
> Éric Araujo added the comment:
>
> +# work around for assumpti
Justin Venus added the comment:
Does OpenIndiana ship with the gnu version of ncurses like Solaris 11?
Headers:
/usr/include/ncurses
Libraries:
/usr/gnu/lib
If it matches Solaris, then you can use my patch[1] in issue 3786 to see if
that works around the issue, like it does for Solaris.
1
Justin Venus added the comment:
I can confirm this issue is resolved on Solaris 11 x86 and has been since
'--with-system-ffi' was added to the build rules.
--
___
Python tracker
<http://bugs.python.o
Justin Venus added the comment:
I have a similar issue on Solaris and a patch[1] to fix it attached to issue
3786.
1) http://bugs.python.org/file26171/bug3786.patch
--
nosy: +Justin.Venus
___
Python tracker
<http://bugs.python.org/issue15
Justin Venus added the comment:
@jcea I am the owner of the Solaris 11 buildslave[1]. I have configured the
build user to have dtrace privileges if you need to run additional tests
against it. Let me know if you encounter any additional issues with this system.
1)http://buildbot.python.org
Justin Venus added the comment:
The attached patch allows _curses and _curses_panel to build with the sunpro
compiler on Solaris11. The only changes were compiler/linker options in the
main setup.py. The interactive curses_test works on my system. I can easily
make patches for python2.7
Justin Venus added the comment:
I can confirm (see attachement) that `--with-system-ffi` prevents the segfault
on test_ctypes with the solaris compiler on Solaris11 x86. I did not have to
update the system at all for this switch to work.
--
Added file: http://bugs.python.org
Justin Venus added the comment:
What is the purpose of the comment at the end of "Python/importlib.h"? If I
remove the comment that states "binary marker for mercurial" (something to that
effect anyhow) the code compiles and only the tests fail.
--