New submission from pfg:
This happens when I run configure for python 2.7.2 on FreeBSD
...
cc -c -fno-strict-aliasing -O2 -fno-strict-aliasing -pipe -march=nocona
-DNDEBUG -O2 -fno-strict-aliasing -pipe -march=nocona -I. -IInclude
-I./../Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o
pfg added the comment:
I looked and the file exists:
$ file Python/Python-ast.c
Python/Python-ast.c: C source, ASCII text
The file appears valid.
I touched the files as suggested but I still I get the same error message when
running "configure".
FWIW, the Makefile.pre.in target exi
pfg added the comment:
Correction:
The problem does arise during the build process (not configure).
Still specifying the touch target for the build or touching manually the files
doesn't help :(
--
___
Python tracker
<http://bugs.py
pfg added the comment:
Oops.. I am sorry I reported the wrong version,
I am using python-2.7.4 just released
SHA256 (python/Python-2.7.4.tar.xz) =
b6626eb6d07d72351f251116ab14427fc934b5f24e6ebc751356a44a7d23b62d
SIZE (python/Python-2.7.4.tar.xz) = 10250644
And I am running something similar
pfg added the comment:
The problem is Makefile.pre.in was changed in a way that stops out-of-tree
builds.
The following patch by Markus Von Appen fixes it.
--
status: closed -> open
Added file: http://bugs.python.org/file29736/patch-Makefile.pre
pfg added the comment:
Ruslan Makhmatkhanov provided this (more complete) patch.
--
Added file: http://bugs.python.org/file29737/patch-Makefile.pre.in
___
Python tracker
<http://bugs.python.org/issue17
Changes by pfg :
Removed file: http://bugs.python.org/file29736/patch-Makefile.pre.in
___
Python tracker
<http://bugs.python.org/issue17649>
___
___
Python-bugs-list m