Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feedback for binary distro freebsd-386 #3212

Closed
adg opened this issue Mar 6, 2012 · 7 comments
Closed

feedback for binary distro freebsd-386 #3212

adg opened this issue Mar 6, 2012 · 7 comments

Comments

@adg
Copy link
Contributor

adg commented Mar 6, 2012

Please describe your experiences with the freebsd-386 binary distribution, both positive
and negative, here. Thanks.

http://code.google.com/p/go/downloads/list
@dhobsd
Copy link
Contributor

dhobsd commented Mar 7, 2012

Comment 1:

I am currently unable to test the FreeBSD/386 binary distribution, but I would like to
see it provided in a FreeBSD native package tools format. This will make it easier for
people to install / upgrade in the future.

@mikioh
Copy link
Contributor

mikioh commented Mar 7, 2012

Comment 2:

Just tried on FreeBSD 8.2-RELEASE-p3/i386 with following procedure:
1. untar ... ok
2. run go version ... ok
3. run go test -v -short ... ok
4. run go test -v ... two issues detected, filed as issue #3225 and issue #3226.

@ajstarks
Copy link
Contributor

ajstarks commented Mar 7, 2012

Comment 3:

FreeBSD codepic.nfshost.com FreeBSD 8.2-RELEASE-p5 #11: Sat Dec 24 01:38:45 UTC 2011
untarred to ~/go, 
tested go version, go get, go install, executed sample programs from
github.com/ajstarks/svgo:
webfonts > /home/public/webfonts.svg
bubtrail > /home/public/bubtrail.svg
svgdef > /home/public/svgdef.svg
test by visiting 
http://codepic.nfshost.com/webfonts.svg
http://codepic.nfshost.com/bubtrail.svg
http://codepic.nfshost.com/svgdef.svg
all working as expected.

@ajstarks
Copy link
Contributor

Comment 4:

Works on FreeBSD/386 -- the recipe:
$  uname -a
FreeBSD codepic.nfshost.com 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #11: Sat Dec 24
01:38:45 UTC 2011     root@x3:/usr/obj/usr/src/sys/NFSN32  i386
$ env | grep '^GO'
GOROOT=/home/private/go
GOPATH=/home/private/gocode
$ echo $PATH
/usr/local/php5/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/home/private/go/bin:/home/private/gocode/bin
$ wget 'http://go.googlecode.com/files/go.weekly.2012-03-13.freebsd-386.tar.gz'  # fet
the binary package
$ rm -rf go # remove the old go tree
$ tar xzvof go.weekly.2012-03-13.freebsd-386.tar.gz  # untar
$ go version # check the 
go version weekly.2012-03-13
go install github.com/ajstarks/svgo/...
ls -l $GOPATH/bin  # show newly build binaries
ls -l $GOPATH/pkg/freebsd_386/github.com/ajstarks  # show updated library
$ flower > /home/public/flower.svg  # run a command

@ajstarks
Copy link
Contributor

Comment 5:

weekly 2012-03-22, 
repeated procedure from comment #4 (now a script), runs fine.

@adg
Copy link
Contributor Author

adg commented Mar 27, 2012

Comment 6:

Labels changed: added priority-later.

@adg
Copy link
Contributor Author

adg commented Apr 19, 2012

Comment 7:

Closing these issues now that Go 1 is out. Please create a new issue for any problem
with the binary distributions.

Status changed to Done.

@adg adg added done labels Apr 19, 2012
@adg adg self-assigned this Apr 19, 2012
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants