dhysf / gorest

Automatically exported from code.google.com/p/gorest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation problem on Mac OS X Lion

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Install Go weekly (last one)
2. After that, try to install gorest through 'goinstall 
gorest.googlecode.com/hg/gorest'
3. Error: goinstall: gorest.googlecode.com/hg/gorest: install: running bash: 
exit status 2

What is the expected output? What do you see instead?
I expected the correct installation of gorest framework. Instead, I've got an 
error. 


What version of the product are you using? On what operating system?
Go, last weekly revision, on a Mac OS X Lion enviroment.


Please provide any additional information below.
Full error:
goinstall gorest.googlecode.com/hg/gorest
/bin/bash: === cd 
/Users/ricky/Desenvolvimento/go/src/pkg/gorest.googlecode.com/hg/gorest; bash 
gomake -f- install
6g -I "/Users/ricky/Desenvolvimento/go/pkg/darwin_amd64" -I 
"/Users/ricky/Desenvolvimento/go/pkg/darwin_amd64"  -p 
gorest.googlecode.com/hg/gorest -o _go_.6 api.go client.go doc.go gorest.go 
marshaller.go mime.go parse.go reflect.go sec.go util.go 
client.go:161: undefined: http.ParseURL
client.go:173: undefined: http.ParseURL
client.go:185: undefined: http.ParseURL
client.go:205: undefined: http.ParseURL
client.go:227: undefined: http.ParseURL
gorest.go:136: undefined: http.URLUnescape
make: *** [_go_.6] Error 1
--- exit status 2
goinstall: gorest.googlecode.com/hg/gorest: install: running bash: exit status 2

Regards.

Original issue reported on code.google.com by jose.car...@gmail.com on 11 Oct 2011 at 7:02

Nevermind.
After set my Go to the version weekly.2011-07-07 everything works fine.

Original comment by jose.car...@gmail.com on 11 Oct 2011 at 7:17

Builids wth latest go

Original comment by siyabong...@gmail.com on 3 Dec 2011 at 12:05

  • Changed state: Fixed