[ python-Bugs-978632 ] configure and gmake fail in openbsd 3.5 i386

SourceForge.net noreply at sourceforge.net
Mon Mar 14 21:54:21 CET 2005


Bugs item #978632, was opened at 2004-06-24 02:16
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=978632&group_id=5470

Category: Installation
Group: Python 2.3
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: - (panterrap)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure and gmake fail in openbsd 3.5 i386

Initial Comment:

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 at 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 at 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 at 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 at 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



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

>Comment By: Martin v. Löwis (loewis)
Date: 2005-03-14 21:54

Message:
Logged In: YES 
user_id=21627

Closed because of lack of activity.

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

Comment By: Martin v. Löwis (loewis)
Date: 2004-06-27 23:03

Message:
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?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=978632&group_id=5470


More information about the Python-bugs-list mailing list