Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425118 - dev-lang/go 9999 repo pulls from deprecated tree
Summary: dev-lang/go 9999 repo pulls from deprecated tree
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-06 22:42 UTC by Evan Plumlee
Modified: 2012-07-07 19:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Plumlee 2012-07-06 22:42:40 UTC
as set up now, dev-lang/go-9999 ebuild will pull from weekly builds, a system that has been deprecated since March of 2012.  As a consequence, it will pull an entirely out-of-date source package, instead of the latest hg 'tip' package.

EHG_REPO_URI="https://go.googlecode.com/hg"

More information on building go from hg repository:
http://golang.org/doc/install/source

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-lang/go-9999
2. go version

Actual Results:  
go reports as a version from March

Expected Results:  
go should report an up-to-date version
Comment 1 William Hubbs gentoo-dev 2012-07-07 19:25:11 UTC
I just emerged go-9999, and "go version" reports:

go version weekly.2012-03-27 +080799c3785f

I confirmed on the #go-nuts irc channel and using hg identify that the
hash in this version string represents current tip, so we are in fact
pulling from tip.