[Python-bugs-list] [ python-Bugs-438786 ] CVS 2.1.1c1 broken on osf1V4
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 16 Jul 2001 08:56:27 -0700
Bugs item #438786, was opened at 2001-07-05 07:54
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438786&group_id=5470
Category: Python Interpreter Core
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Gregory H. Ball (greg_ball)
Assigned to: Nobody/Anonymous (nobody)
Summary: CVS 2.1.1c1 broken on osf1V4
Initial Comment:
As of right now, the CVS branch for the 2.1 bugfix
release cannot import the math module on my Digital
Unix platform.
ImportError: Unresolved symbol in
/tmp_mnt/home/gball/usr/src/python/dist/src/build/lib.osf1-V4.0-alpha-2.1/math.so:
__eprintf
uname is
OSF1 surya V4.0 878 alpha
----------------------------------------------------------------------
>Comment By: Thomas Wouters (twouters)
Date: 2001-07-16 08:56
Message:
Logged In: YES
user_id=34209
Ah, yes, that sounds very plausible. The fix for that
problem, which was checked in on the trunk, will be in
Python 2.1.1-final as well. The Solaris bugreport has a
patch attached to it; could you test it to see if it solves
your 2.1.1c1 problem ?
----------------------------------------------------------------------
Comment By: Gregory H. Ball (greg_ball)
Date: 2001-07-09 08:48
Message:
Logged In: YES
user_id=11365
The problem goes away if I clear $CC instead of having it
set to gcc. There's a similar problem on Solaris reported
recently.
I think the configure script should try to spot this sort of
thing,
but I suppose that's an Autoconf feature request, not a
python bug...
Thanks.
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2001-07-08 14:06
Message:
Logged In: YES
user_id=21627
This sounds like a bug in your compiler installation.
__eprintf is typically defined in libgcc.a; make sure you
use a consistent compiler capable of building binaries for
your system throughout the build process.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438786&group_id=5470