Bug 29508

Summary: Не собирается, если указывать опцию -а
Product: Sisyphus Reporter: Slava Dubrovskiy <dubrsl>
Component: golangAssignee: Alexey Shabalin <shaba>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: major    
Priority: P3 CC: shaba
Version: unstable   
Hardware: all   
OS: Linux   

Description Slava Dubrovskiy 2013-10-22 16:22:45 MSK
Не собирается, если указывать опцию -а в комманде build

[slava@dubrwork go]$ cat hello2.go 
package main
import "fmt"
func main() {
        fmt.Println("Hello, user!")
}

[slava@dubrwork go]$ go build -a -v hello2.go 
runtime
go build runtime: linux/amd64 must be bootstrapped using make.bash

Облом :(
В Федоре работает.
Comment 1 Repository Robot 2013-10-29 11:18:04 MSK
golang-1.1.2-alt2 -> sisyphus:

* Mon Oct 28 2013 Alexey Gladkov <legion@altlinux> 1.1.2-alt2
- Add gdb and vim plugins.
- Fix rebuild command (ALT#29508).