google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

pkg/client/android is broken since Go tip has started android port work #471

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like some naming of ours in pkg/client/android (build tag, env var, 
pkg name?) is getting  go build confused, starting at rev 4db0802fd3fd on Go 
tip.

When building Camilstored with go run make.go :

Running go install of main binaries with args [go install -v
--ldflags=-X camlistore.org/pkg/buildinfo.GitInfo 2014-07-02-eb7f66f
--tags=with_sqlite camlistore.org/dev/devcam camlistore.org/cmd/camget
camlistore.org/cmd/camput camlistore.org/cmd/camtool
camlistore.org/server/camlistored camlistore.org/app/hello
camlistore.org/app/publisher camlistore.org/cmd/cammount]
tmp/build-gopath/src/camlistore.org/pkg/client/client.go:41:2: no
buildable Go source files in
/tmp/camlibot-cache/camlistore.org/tmp/build-gopath/src/camlistore.org/pkg/clien
t/android
Error building main binaries: exit status 1
exit status 1

Original issue reported on code.google.com by mathieu....@gmail.com on 4 Jul 2014 at 9:47

GoogleCodeExporter commented 9 years ago
cc956829f321d86269b9e79e8062895a7d4b7535

Original comment by mathieu....@gmail.com on 8 Jul 2014 at 9:13

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/471

Original comment by bradfitz on 14 Dec 2014 at 11:37