This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: configure and gmake fail in openbsd 3.5 i386
Type: Stage:
Components: Installation Versions: Python 2.3
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: loewis, panterrap
Priority: normal Keywords:

Created on 2004-06-24 00:16 by panterrap, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21266 - (view) Author: - (panterrap) Date: 2004-06-24 00:16
Problem with compiler of python-2.3.4 in
OpenBSD 3.5 i386


# ./configure --prefix=/usr/local/python-2.3.4
--with-cxx=/usr/bin/gcc

4 warnings sections in configure
 
------------
configure: WARNING: ncurses.h: present but cannot be
compiled
configure: WARNING: ncurses.h: check for missing
prerequisite headers?
configure: WARNING: ncurses.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
-------------
configure: WARNING: sys/audioio.h: present but cannot
be compiled
configure: WARNING: sys/audioio.h: check for missing
prerequisite headers?
configure: WARNING: sys/audioio.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
--------------
configure: WARNING: sys/lock.h: present but cannot be
compiled
configure: WARNING: sys/lock.h: check for missing
prerequisite headers?
configure: WARNING: sys/lock.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
--------------
configure: WARNING: sys/select.h: present but cannot be
compiled
configure: WARNING: sys/select.h: check for missing
prerequisite headers?
configure: WARNING: sys/select.h: proceeding with the
preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##
---------------

my compilation in this platform

# gmake
/usr/bin/gcc -pthread -c -fno-strict-aliasing -DNDEBUG
-g -O3 -Wall -Wstrict-prototypes -I. -I./Include 
-DPy_BUILD_CORE -o Modules/ccpython.o ./Modules/ccpython.cc
In file included from /usr/include/sys/select.h:38,
                 from Include/pyport.h:118,
                 from Include/Python.h:48,
                 from ./Modules/ccpython.cc:3:
/usr/include/sys/event.h:53: syntax error before `;'
/usr/include/sys/event.h:55: syntax error before `;'
gmake: *** [Modules/ccpython.o] Error 1

-------------

P.D.: Python-2.2.3 in this platform  ok

msg21267 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-27 21:03
Logged In: YES 
user_id=21627

Can you please analyse the problem in more detail, and
suggest a patch?

If not, can you please attach the config.log that you got
when running configure?
msg21268 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-14 20:54
Logged In: YES 
user_id=21627

Closed because of lack of activity.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40441
2004-06-24 00:16:26panterrapcreate