Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Crouton Ubuntu xenial support #17

@mandolyte

Description

@mandolyte

Should this work? This is on my armv8 Chromebook using crouton Ubuntu. After the errors here, I show my go env. Works fine on my "real" Linux box.

(xenial)cecil@localhost:/go/src/github.com$ go get github.com/cznic/sqlite
package github.com/cznic/ccir/libc/errno: build constraints exclude all Go files in /home/cecil/go/src/github.com/cznic/ccir/libc/errno
package github.com/cznic/ccir/libc/pthread: build constraints exclude all Go files in /home/cecil/go/src/github.com/cznic/ccir/libc/pthread
package github.com/cznic/ccir/libc/stdio: build constraints exclude all Go files in /home/cecil/go/src/github.com/cznic/ccir/libc/stdio
package github.com/cznic/ccir/libc/unistd: build constraints exclude all Go files in /home/cecil/go/src/github.com/cznic/ccir/libc/unistd
(xenial)cecil@localhost:
/go/src/github.com$ go env
GOARCH="arm64"
GOBIN="/home/cecil/go/bin"
GOEXE=""
GOHOSTARCH="arm64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/cecil/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_arm64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build295188118=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
(xenial)cecil@localhost:~/go/src/github.com$

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions