Bug 29508 - Не собирается, если указывать опцию -а
Summary: Не собирается, если указывать опцию -а
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: golang (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 16:22 MSK by Slava Dubrovskiy
Modified: 2013-10-29 11:18 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).