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 skip.montanaro
Recipients skip.montanaro, vstinner
Date 2016-10-20.15:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANc-5UwTf8JWH_aKSbmcd1S-YJd8OyHCsAs-4pZ8vRUT=+uMvw@mail.gmail.com>
In-reply-to <1476966528.03.0.826212031252.issue28487@psf.upfronthosting.co.za>
Content
I'm not sure you understood my problem. Starting with

make distclean
./configure
make

the math and cmath modules fail to build  because Modules/_math.o is
missing. It's not a make thing. I did notice the cpython Makefile has a
target for Modules/_math.o and assumed that since it was missing from the
2.7 Makefile, that was the problem, but maybe not. Still, something is
fishy. Can you confirm that having my 2.7 repo depend on my cpython repo
should work? If that's the problem, I'd like to know. It certainly seems to
work for the other branches I build.

S
History
Date User Action Args
2016-10-20 15:09:58skip.montanarosetrecipients: + skip.montanaro, vstinner
2016-10-20 15:09:58skip.montanarolinkissue28487 messages
2016-10-20 15:09:58skip.montanarocreate