macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
128 stars 54 forks source link

svk infinite loop of a question #69

Open macosforgebot opened 15 years ago

macosforgebot commented 15 years ago

aladin@… originally submitted this as ticket:71


After initializing a 9J61 buildroot with -nfs as usual, `darwinbuild svk' will operate well up to this step:

First, pick a nearby continent and country (you can pick several of
each, separated by spaces, or none if you just want to keep your
existing selections). Then, you will be presented with a list of URLs
of CPAN mirrors in the countries you selected, along with previously
selected URLs. Select some of those URLs, or just keep the old list.
Finally, you will be prompted for any extra URLs -- file:, ftp:, or
http: -- that host a CPAN mirror.

(1) Africa
(2) Asia
(3) Central America
(4) Europe
(5) North America
(6) Oceania
(7) South America
Select your continent (or several nearby continents) [] 
Sorry! since you don't have any existing picks, you must make a
geographic selection.

Then, it will loop for ever (6.7G of logs for svn in "9J61/Logs" before my mac totally panic!) since the default input provided seems to be a carriage return, and as the error message said, it should be a number pick from the list, there is no default option. Consequently, the project cannot be built.