[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-08 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 4221d5d9ac84 by Christian Heimes in branch 'default':
Attempt to fix OpenIndiana build issue introduced by #19922
http://hg.python.org/cpython/rev/4221d5d9ac84

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-07 Thread Christian Heimes

New submission from Christian Heimes:

On HP-UX mbstate_t for mbrtowc() is only available when 
_INCLUDE__STDC_A1_SOURCE is defined:

http://buildbot.python.org/all/builders/PA-RISC%20HP-UX%2011iv2%20%5BSB%5D%203.x/builds/2543/steps/compile/logs/stdio

cc -Ae -c  -O  -O   -I. -IInclude -I./Include-DPy_BUILD_CORE -o 
Objects/unicodeobject.o Objects/unicodeobject.c
cc: Objects/unicodeobject.c, line 3493: error 1000: Unexpected symbol: mbs.
cc: Objects/unicodeobject.c, line 3493: error 1588: mbstate_t undefined.
cc: Objects/unicodeobject.c, line 3497: error 1588: mbs undefined.
cc: Objects/unicodeobject.c, line 3497: warning 563: Argument #1 is not the 
correct type.
cc: Objects/unicodeobject.c, line 3497: error 1594: The sizeof operator 
cannot be applied to types with unknown size.

--
messages: 205486
nosy: christian.heimes, trent
priority: low
severity: normal
stage: needs patch
status: open
title: mbstate_t requires _INCLUDE__STDC_A1_SOURCE
type: compile error
versions: Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-07 Thread Christian Heimes

Changes by Christian Heimes li...@cheimes.de:


--
keywords: +patch
Added file: http://bugs.python.org/file33032/issue19922.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-07 Thread Christian Heimes

Christian Heimes added the comment:

http://www.mail-archive.com/autoconf-patches@gnu.org/msg04244.html
http://modman.unixdev.net/?sektion=3page=wcsftimemanpath=HP-UX-11.11

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-07 Thread Roundup Robot

Roundup Robot added the comment:

New changeset d8cfc7106f41 by Christian Heimes in branch 'default':
Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t
http://hg.python.org/cpython/rev/d8cfc7106f41

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19922] mbstate_t requires _INCLUDE__STDC_A1_SOURCE

2013-12-07 Thread Christian Heimes

Changes by Christian Heimes li...@cheimes.de:


--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19922
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com