New submission from Henry Precheur <[EMAIL PROTECTED]>: The function mbstowcs is buggy on OpenBSD <= 4.4: http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/locale/multibyte_sb.c#rev1.7
Because of this the following command fails: ./python -E setup.py build The attached patch fixes the problem. ---------- components: Build, Interpreter Core files: fix_mbstowcs_openbsd.diff keywords: patch messages: 72010 nosy: henry.precheur severity: normal status: open title: Error parsing arguments on OpenBSD <= 4.4 versions: Python 3.0 Added file: http://bugs.python.org/file11266/fix_mbstowcs_openbsd.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3696> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com