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 martin.panter
Recipients martin.panter, rpetrov
Date 2016-03-10.23:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457653883.47.0.636730701052.issue17603@psf.upfronthosting.co.za>
In-reply-to
Content
IMO this is a fault of the autowhatever configuration stuff, not just an enhancement. If configure.ac determines that there is no st_blocks field, it tries to link against a non-existant fileblocks.o file:

./mingw/Makefile:220:LIBOBJS=	 ${LIBOBJDIR}fileblocks$U.o
i486-mingw32-gcc: error: Python/fileblocks.o: No such file or directory

I am not really an autoconf or whatever expert, but it seems if you use a lower-level bit of configure.ac code it avoids the problem; see avoid-fileblocks.patch.
History
Date User Action Args
2016-03-10 23:51:23martin.pantersetrecipients: + martin.panter, rpetrov
2016-03-10 23:51:23martin.pantersetmessageid: <1457653883.47.0.636730701052.issue17603@psf.upfronthosting.co.za>
2016-03-10 23:51:23martin.panterlinkissue17603 messages
2016-03-10 23:51:23martin.pantercreate