| Reporter's email: |
vasishtha dot spier at gmail dot com |
| Number: |
12464 |
| Category: |
infrastructure |
| Synopsis: |
Incorrect urls to download Racket source |
| Class: |
doc-bug |
| Responsible: |
eli |
| Notify-List: |
|
| Severity: |
non-critical |
| Priority: |
medium |
| State: |
closed |
| Confidential: |
no |
| Arrival-Date: |
Tue Dec 27 14:44:01 -0500 2011 |
| Closed-Date: |
Thu Apr 19 16:02:13 -0400 2012 |
| Last-Modified: |
Thu Apr 19 16:02:13 -0400 2012 |
| Originator: |
Harry Spier |
| Organization: |
plt
|
| Submitter-Id: |
unknown |
| Release: |
5.2 |
| Environment: |
windows "Windows NT 6.0 (Build 6002) Service Pack 2" (win32\i386\3m) (get-display-depth) = 32
Human Language: english
(current-memory-use) 239022104
Links: (links) = ("OCR_PROJECT" "racket-ocr"); (links #:user? #f) = (); (links #:root? #t) = (); (links #:user? #f #:root? #t) = ()
Collections:
("C:\\Users\\Harry\\AppData\\Roaming\\Racket\\5.2\\collects"
(non-existent-path))
("C:\\Program Files\\Racket\\collects"
("2htdp" "algol60" "at-exp" "browser" "combinator-parser" "compiler" "config" "data" "datalog" "db" "defaults" "deinprogramm" "drracket" "drscheme" "dynext" "embedded-gui" "eopl" "errortrace" "ffi" "file" "framework" "frtime" "games" "graphics" "gui-debugger" "help" "hierlist" "htdp" "html" "icons" "info-domain" "lang" "launcher" "lazy" "macro-debugger" "make" "mred" "mrlib" "mysterx" "mzcom" "mzlib" "mzscheme" "net" "openssl" "parser-tools" "picturing-programs" "plai" "planet" "plot" "preprocessor" "profile" "r5rs" "r6rs" "racket" "racklog" "rackunit" "raco" "reader" "readline" "redex" "rnrs" "s-exp" "scheme" "schemeunit" "scribble" "scribblings" "scriblib" "setup" "sgl" "slatex" "slideshow" "srfi" "stepper" "string-constants" "swindle" "syntax" "syntax-color" "teachpack" "test-box-recovery" "test-engine" "tex2page" "texpict" "trace" "typed" "typed-racket" "typed-scheme" "unstable" "version" "web-server" "wxme" "xml" "xrepl"))
Computer Language: (("Determine language from source") (#(#t print mixed-fraction-e #f #t debug) (default) #() "#lang racket\n" #t #t))
|
| Description: |
On the Racket website page http://pre.racket-lang.org/script.html (reached from a link on the nightly downloads page http://pre.racket-lang.org/script.html ) it says:
-------
For example, assuming that your racket directory is in "$BASE", retrieving the latest source tree is as simple as:
cd $BASE
wget http://pre.racket-lang.org/racket-src.tgz -O - | tar xzf -
or with curl:
cd $BASE
curl http://pre.racket-lang.org/racket-src.tgz | tar xzf -
----------------------------
But the url http://pre.racket-lang.org/racket-src.tgz gives a 404 page not found error.
|
| File Attachments: |
|
| How-To-Repeat: |
|
| Fix: |
|
| Release-Note: |
|
| Unformatted: |
|