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.

Author DNS
Recipients DNS, Doug.Shea, Jerzy.Kozera, Matt.Selsky, mark.dickinson, mhenriq, srmadsen
Date 2011-04-21.15:22:48
SpamBayes Score 3.0836186e-06
Marked as misclassified No
Message-id <1303399368.89.0.343445796387.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered this problem when updating from 2.6.4 to 2.7.1 on Solaris 8, which also doesn't have 'round'.  I tried srmadsen's --whole-archive option, but it wasn't recognized by the (somewhat ancient) tools on that machine.

I solved the problem by just editing the $(BUILDPYTHON) target to include Python/pymath.o, as Jerzy Kozera did.

Should configure perhaps take care of this when it detects no round?  It seems like this has slipped in simply because very few people still use systems without round.
History
Date User Action Args
2011-04-21 15:22:49DNSsetrecipients: + DNS, mark.dickinson, mhenriq, Doug.Shea, Jerzy.Kozera, Matt.Selsky, srmadsen
2011-04-21 15:22:48DNSsetmessageid: <1303399368.89.0.343445796387.issue9742@psf.upfronthosting.co.za>
2011-04-21 15:22:48DNSlinkissue9742 messages
2011-04-21 15:22:48DNScreate