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

macbook air M1 2020: rosetta error: ulock_wait failure: 105 #43018

Closed
yangcheng-dev opened this issue Dec 5, 2020 · 1 comment
Closed

macbook air M1 2020: rosetta error: ulock_wait failure: 105 #43018

yangcheng-dev opened this issue Dec 5, 2020 · 1 comment

Comments

@yangcheng-dev
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.15.5

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go get -u github.com/astaxie/beego
where exec:

go: downloading golang.org/x/text v0.3.4
rosetta error: ulock_wait failure: 105

go env Output
$ go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/yangcheng/Library/Caches/go-build"
GOENV="/Users/yangcheng/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/yangcheng/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/yangcheng/go"
GOPRIVATE=""
GOPROXY="https://goproxy.io,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/f1/hfylr73562nbwdw493ymr3qm0000gn/T/go-build606688756=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

go get -u github.com/astaxie/beego

What did you expect to see?

installed beego

What did you see instead?

install failed

@ALTree
Copy link
Member

ALTree commented Dec 5, 2020

Thanks for reporting this, but it's already tracked at #42700. Closing here.

@ALTree ALTree closed this as completed Dec 5, 2020
@golang golang locked and limited conversation to collaborators Dec 5, 2021
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

3 participants