Message130207
| Author |
skip.montanaro |
| Recipients |
skip.montanaro |
| Date |
2011年03月06日.23:50:46 |
| SpamBayes Score |
7.0708497e-09 |
| Marked as misclassified |
No |
| Message-id |
<1299455447.55.0.905017085345.issue11421@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Trying to build Python 2.5 from a fresh Mercurial checkout I get the
following error trying to build modules using setup.py build:
% nice make
case $MAKEFLAGS in \
*-s*) CC='gcc' LDSHARED='gcc -L/opt/local/lib -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py -q build;; \
*) CC='gcc' LDSHARED='gcc -L/opt/local/lib -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py build;; \
esac
Fatal Python error: subversion keywords missing
/bin/sh: line 1: 48054 Abort trap CC='gcc' LDSHARED='gcc -L/opt/local/lib -bundle -undefined dynamic_lookup' OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python.exe -E ./setup.py build
make: *** [sharedmods] Error 134
Even if no release is made I think this should be fixed in Mercurial
if possible. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年03月06日 23:50:47 | skip.montanaro | set | recipients:
+ skip.montanaro |
| 2011年03月06日 23:50:47 | skip.montanaro | set | messageid: <1299455447.55.0.905017085345.issue11421@psf.upfronthosting.co.za> |
| 2011年03月06日 23:50:47 | skip.montanaro | link | issue11421 messages |
| 2011年03月06日 23:50:46 | skip.montanaro | create |
|