homepage

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
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:47skip.montanarosetrecipients: + skip.montanaro
2011年03月06日 23:50:47skip.montanarosetmessageid: <1299455447.55.0.905017085345.issue11421@psf.upfronthosting.co.za>
2011年03月06日 23:50:47skip.montanarolinkissue11421 messages
2011年03月06日 23:50:46skip.montanarocreate

AltStyle によって変換されたページ (->オリジナル) /