[Python-bugs-list] [ python-Bugs-467145 ] Python 2.2a4 build problem on HPUX 11.0
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 11 Oct 2001 02:55:43 -0700
Bugs item #467145, was opened at 2001-10-02 05:10
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=467145&group_id=5470
Category: Build
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Townsend (rptownsend)
Assigned to: Martin v. Löwis (loewis)
Summary: Python 2.2a4 build problem on HPUX 11.0
Initial Comment:
When compiling Python 2.2a4 on HP-UX 11.0 using the HP
ansi C compiler, each source file generates an error
like this:
cc -Ae -Kpthread -c +DAportable -I. -
I./Include -DHAVE_CONFIG_H -o Parser/acceler.o
Parser/acceler.c
cc: warning 422: Unknown option "K" ignored.
cc: error 1400: Option t usage: -t c,name where c may
be 1 or more of pc0al.
----------------------------------------------------------------------
>Comment By: Richard Townsend (rptownsend)
Date: 2001-10-11 02:55
Message:
Logged In: YES
user_id=200117
After doing a CVS update, test_descr.py still core dumps.
See attached file Gdb.txt for the output from gdb (hope
it's what you want).
----------------------------------------------------------------------
Comment By: Richard Townsend (rptownsend)
Date: 2001-10-10 08:06
Message:
Logged In: YES
user_id=200117
I will try.
However, there will be a delay as I do not have cvs access
to the internet here at work. I will have to do the update
from home and bring in the new files to build tomorrow :-(
Also, I'm not sure if we have gdb on the HP machines...
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-10 06:04
Message:
Logged In: YES
user_id=6380
Can you do a CVS update and run the test for test_descr.py
again? If it still core dumps, can you provide a stack trace
using gdb?
----------------------------------------------------------------------
Comment By: Richard Townsend (rptownsend)
Date: 2001-10-10 02:38
Message:
Logged In: YES
user_id=200117
Thanks for the pointer.
I have downloaded the current CVS and it builds without the
errors for '-Kpthread'. (It still fails to build the
_curses extension by the way).
When I ran 'make test' it failed in test_descr.py [see
attached file test.txt for output].
I then manually ran the following tests:
test_thread.py
test_threaded_import.py
test_threaded_tempfile.py
test_threading.py
and these all succeeded.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2001-10-09 09:41
Message:
Logged In: YES
user_id=21627
Please have a look at
http://sourceforge.net/cvs/?group_id=5470
This has instructions for "Anonymous CVS Access".
----------------------------------------------------------------------
Comment By: Richard Townsend (rptownsend)
Date: 2001-10-09 06:56
Message:
Logged In: YES
user_id=200117
I would be happy to try - please can you advise how to
download the current CVS, I can only see the option to
browse it and download individual files.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2001-10-09 03:57
Message:
Logged In: YES
user_id=21627
Can you please try the current CVS and report whether it
also fixes the problem? The fix you've used was integrated
in a modified form.
----------------------------------------------------------------------
Comment By: Richard Townsend (rptownsend)
Date: 2001-10-04 08:10
Message:
Logged In: YES
user_id=200117
I have now tested the patch
ftp://ftp.thewrittenword.com/outgoing/pub/python-
210665.patch with Python-2.2a4 and it fixes this problem.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=467145&group_id=5470