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.

classification
Title: missing svnversion == configure error
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: anthonybaxter, loewis
Priority: normal Keywords:

Created on 2006-04-03 14:04 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28031 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2006-04-03 14:04
Attempting to build the trunk from source on a box
without svn installed spits this out of configure:

checking for svnversion... no
./configure: line 3616: test: =: unary operator expected

We should handle this more gracefully.
msg28032 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-04-03 19:12
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in 43604.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43151
2006-04-03 14:04:02anthonybaxtercreate