From Fedora Project Wiki
(Created page with "=== Packages === <code> repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing...") |
No edit summary |
||
Line 156: | Line 156: | ||
=== Scratch rebuild === | === Scratch rebuild === | ||
==== FTBFS ==== | ==== FTBFS ==== | ||
===== cadvisor ===== | |||
<nowiki> | |||
. | |||
. | |||
. | |||
++ head -c20 /dev/urandom | |||
++ tr -d ' \n' | |||
++ od -An -tx1 | |||
+ local 'LDFLAGS= -B 0x6a6ba059abc18ceedf29470f3685144466806453' | |||
+ eval go build -a -v -x -o bin/cadvisor github.com/google/cadvisor | |||
++ go build -a -v -x -o bin/cadvisor github.com/google/cadvisor | |||
WORK=/tmp/go-build432870950 | |||
package github.com/google/cadvisor | |||
imports github.com/google/cadvisor/http | |||
imports github.com/google/cadvisor/api | |||
imports github.com/google/cadvisor/manager | |||
imports github.com/fsouza/go-dockerclient | |||
imports github.com/docker/docker/pkg/archive | |||
imports github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar: must be imported as src/code.google.com/p/go/src/pkg/archive/tar | |||
RPM build errors: | |||
. | |||
. | |||
. | |||
</nowiki> | |||
GO15VENDOREXPERIMENT issue package needs to have imports adjusted or "experiment" disabled. | |||
===== consul ===== | |||
<nowiki> | |||
++ tr -d ' \n' | |||
++ od -An -tx1 | |||
+ go build -a -ldflags ' -B 0xf71dffc917572606e59d1ed737d4c35c427b83fa' -v -x -o bin/consul github.com/hashicorp/consul | |||
WORK=/tmp/go-build221896523 | |||
/usr/share/gocode/src/github.com/armon/go-metrics/datadog/dogstatsd.go:7:2: cannot find package "github.com/DataDog/datadog-go/statsd" in any of: | |||
/usr/lib/golang/src/github.com/DataDog/datadog-go/statsd (from $GOROOT) | |||
/builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/DataDog/datadog-go/statsd (from $GOPATH) | |||
/usr/share/gocode/src/github.com/DataDog/datadog-go/statsd | |||
src/github.com/hashicorp/consul/command/agent/check.go:16:2: cannot find package "github.com/fsouza/go-dockerclient" in any of: | |||
/usr/lib/golang/src/github.com/fsouza/go-dockerclient (from $GOROOT) | |||
/builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/fsouza/go-dockerclient (from $GOPATH) | |||
/usr/share/gocode/src/github.com/fsouza/go-dockerclient | |||
/usr/share/gocode/src/github.com/hashicorp/go-multierror/prefix.go:6:2: cannot find package "github.com/hashicorp/errwrap" in any of: | |||
/usr/lib/golang/src/github.com/hashicorp/errwrap (from $GOROOT) | |||
/builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/errwrap (from $GOPATH) | |||
/usr/share/gocode/src/github.com/hashicorp/errwrap | |||
src/github.com/hashicorp/consul/api/api.go:18:2: cannot find package "github.com/hashicorp/go-cleanhttp" in any of: | |||
/usr/lib/golang/src/github.com/hashicorp/go-cleanhttp (from $GOROOT) | |||
/builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/go-cleanhttp (from $GOPATH) | |||
/usr/share/gocode/src/github.com/hashicorp/go-cleanhttp | |||
src/github.com/hashicorp/consul/consul/state/graveyard.go:6:2: cannot find package "github.com/hashicorp/go-memdb" in any of: | |||
/usr/lib/golang/src/github.com/hashicorp/go-memdb (from $GOROOT) | |||
/builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/go-memdb (from $GOPATH) | |||
/usr/share/gocode/src/github.com/hashicorp/go-memdb | |||
RPM build errors: | |||
</nowiki> | |||
===== fleet ===== | |||
<nowiki> | |||
. | |||
. | |||
. | |||
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/github.com/coreos/fleet/systemd.a -trimpath $WORK -p github.com/coreos/fleet/systemd -complete -buildid cd19f8229c451735885361ea3bc35f45981f11bb -D _/builddir/build/BUILD/fleet-0.9.0/src/github.com/coreos/fleet/systemd -I $WORK -I /builddir/build/BUILD/fleet-0.9.0/pkg/linux_amd64 -I /usr/share/gocode/pkg/linux_amd64 -pack ./manager.go | |||
# github.com/coreos/fleet/systemd | |||
src/github.com/coreos/fleet/systemd/manager.go:132: not enough arguments in call to m.systemd.StartUnit | |||
src/github.com/coreos/fleet/systemd/manager.go:143: not enough arguments in call to m.systemd.StopUnit | |||
github.com/coreos/fleet/registry | |||
mkdir -p $WORK/github.com/coreos/fleet/registry/_obj/ | |||
cd /builddir/build/BUILD/fleet-0.9.0/src/github.com/coreos/fleet/registry | |||
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/github.com/coreos/fleet/registry.a -trimpat | |||
. | |||
. | |||
. | |||
</nowiki> | |||
===== golang-github-davecgh-go-spew-0-0.7.git3e6e67c.fc24 ===== | |||
===== tmux-top-0.0.1-4.fc24 ===== | |||
===== golang-github-docker-libcontainer-2.1.1-0.4.gitc964368.fc24 ===== | |||
===== golang-github-armon-gomdb-0-0.5.git151f2e0.fc24 ===== | |||
===== golang-github-hashicorp-raft-mdb-0-0.4.git4ec3694.fc24 ===== | |||
===== golang-github-influxdb-gomdb-0-0.3.git29fe330.fc24 ===== | |||
===== golang-github-skynetservices-skydns-2.5.3-0.2.a.git8688008.fc24 ===== | |||
===== golang-googlecode-tools-0-6.0.git997b354.fc24 ===== | |||
=== Mass rebuild === | === Mass rebuild === |
Revision as of 12:41, 22 January 2016
Packages
repoquery -q --releasever=rawhide --disablerepo='*' --qf='%{name}' --enablerepo=fedora-source --enablerepo=updates-source --enablerepo=updates-testing-source --archlist=src --whatrequires 'golang' | uniq
- asciinema
- audit
- cadvisor
- consul
- docker
- etcd
- flannel
- fleet
- go-bindata
- golang
- golang-bitbucket-kardianos-osext
- golang-bitbucket-ww-goautoneg
- golang-github-10gen-openssl
- golang-github-BurntSushi-toml
- golang-github-BurntSushi-toml-test
- golang-github-SeanDolphin-bqschema
- golang-github-Sirupsen-logrus
- golang-github-abbot-go-http-auth
- golang-github-appc-spec
- golang-github-armon-gomdb
- golang-github-beorn7-perks
- golang-github-bgentry-speakeasy
- golang-github-bmizerany-assert
- golang-github-bmizerany-pat
- golang-github-bmizerany-perks
- golang-github-boltdb-bolt
- golang-github-bradfitz-http2
- golang-github-cenkalti-backoff
- golang-github-coreos-go-iptables
- golang-github-coreos-go-log
- golang-github-coreos-go-semver
- golang-github-coreos-pkg
- golang-github-davecgh-go-spew
- golang-github-dgnorton-goback
- golang-github-digitalocean-godo
- golang-github-docker-libcontainer
- golang-github-docker-libkv
- golang-github-docker-libtrust
- golang-github-docker-spdystream
- golang-github-docopt-docopt-go
- golang-github-elazarl-go-bindata-assetfs
- golang-github-emicklei-go-restful
- golang-github-evanphx-json-patch
- golang-github-garyburd-redigo
- golang-github-ghodss-yaml
- golang-github-glacjay-goini
- golang-github-go-mgo-mgo
- golang-github-go-tomb-tomb
- golang-github-golang-appengine
- golang-github-golang-glog
- golang-github-golang-groupcache
- golang-github-google-btree
- golang-github-google-go-querystring
- golang-github-google-gofuzz
- golang-github-goraft-raft
- golang-github-gorilla-context
- golang-github-gorilla-mux
- golang-github-gorilla-websocket
- golang-github-hashicorp-consul-migrate
- golang-github-hashicorp-go-syslog
- golang-github-hashicorp-mdns
- golang-github-hashicorp-raft-boltdb
- golang-github-hashicorp-raft-mdb
- golang-github-hashicorp-serf
- golang-github-howeyc-gopass
- golang-github-imdario-mergo
- golang-github-inconshreveable-muxado
- golang-github-influxdb-go-cache
- golang-github-influxdb-gomdb
- golang-github-influxdb-hyperleveldb-go
- golang-github-influxdb-influxdb
- golang-github-influxdb-rocksdb
- golang-github-jessevdk-go-flags
- golang-github-jmhodges-levigo
- golang-github-jonboulle-clockwork
- golang-github-jtolds-gls
- golang-github-julienschmidt-httprouter
- golang-github-kdar-factorlog
- golang-github-kimor79-gollectd
- golang-github-kr-fs
- golang-github-kr-pretty
- golang-github-kr-pty
- golang-github-kr-text
- golang-github-kraman-libcontainer
- golang-github-matttproud-golang_protobuf_extensions
- golang-github-mesos-mesos-go
- golang-github-mitchellh-goamz
- golang-github-mitchellh-mapstructure
- golang-github-mreiferson-go-httpclient
- golang-github-onsi-ginkgo
- golang-github-onsi-gomega
- golang-github-openshift-go-json-rest
- golang-github-openshift-go-systemd
- golang-github-prometheus-client_golang
- golang-github-prometheus-client_model
- golang-github-prometheus-procfs
- golang-github-prometheus-prometheus
- golang-github-racker-perigee
- golang-github-rackspace-gophercloud
- golang-github-rakyll-globalconf
- golang-github-rakyll-statik
- golang-github-rcrowley-go-metrics
- golang-github-ryanuber-columnize
- golang-github-samalba-dockerclient
- golang-github-samuel-go-zookeeper
- golang-github-shurcooL-sanitized_anchor_name
- golang-github-skarademir-naturalsort
- golang-github-skratchdot-open-golang
- golang-github-skynetservices-skydns
- golang-github-smartystreets-assertions
- golang-github-smartystreets-go-aws-auth
- golang-github-smartystreets-goconvey
- golang-github-spacemonkeygo-flagfile
- golang-github-spacemonkeygo-spacelog
- golang-github-spf13-cobra
- golang-github-spf13-pflag
- golang-github-stathat-go
- golang-github-stretchr-objx
- golang-github-stretchr-testify
- golang-github-syndtr-gocapability
- golang-github-syndtr-goleveldb
- golang-github-syndtr-gosnappy
- golang-github-tchap-go-patricia
- golang-github-tent-http-link-go
- golang-github-tonnerre-golang-pretty
- golang-github-ugorji-go
- golang-github-vaughan0-go-ini
- golang-github-vishvananda-netlink
- golang-github-vishvananda-netns
- golang-github-vmware-govcloudair
- golang-google-golangorg-cloud
- golang-googlecode-gcfg
- golang-googlecode-go-crypto
- golang-googlecode-go-decimal-inf
- golang-googlecode-go-exp
- golang-googlecode-goauth2
- golang-googlecode-gogoprotobuf
- golang-googlecode-gomock
- golang-googlecode-google-api-client
- golang-googlecode-log4go
- golang-googlecode-sqlite
- golang-googlecode-text
- golang-googlecode-tools
- golang-googlecode-uuid
- golang-gopkg-check
- golang-gopkg-yaml
- gotags
- kubernetes
- origin
- source-to-image
- tmux-top
Scratch rebuild
FTBFS
cadvisor
. . . ++ head -c20 /dev/urandom ++ tr -d ' \n' ++ od -An -tx1 + local 'LDFLAGS= -B 0x6a6ba059abc18ceedf29470f3685144466806453' + eval go build -a -v -x -o bin/cadvisor github.com/google/cadvisor ++ go build -a -v -x -o bin/cadvisor github.com/google/cadvisor WORK=/tmp/go-build432870950 package github.com/google/cadvisor imports github.com/google/cadvisor/http imports github.com/google/cadvisor/api imports github.com/google/cadvisor/manager imports github.com/fsouza/go-dockerclient imports github.com/docker/docker/pkg/archive imports github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar: must be imported as src/code.google.com/p/go/src/pkg/archive/tar RPM build errors: . . .
GO15VENDOREXPERIMENT issue package needs to have imports adjusted or "experiment" disabled.
consul
++ tr -d ' \n' ++ od -An -tx1 + go build -a -ldflags ' -B 0xf71dffc917572606e59d1ed737d4c35c427b83fa' -v -x -o bin/consul github.com/hashicorp/consul WORK=/tmp/go-build221896523 /usr/share/gocode/src/github.com/armon/go-metrics/datadog/dogstatsd.go:7:2: cannot find package "github.com/DataDog/datadog-go/statsd" in any of: /usr/lib/golang/src/github.com/DataDog/datadog-go/statsd (from $GOROOT) /builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/DataDog/datadog-go/statsd (from $GOPATH) /usr/share/gocode/src/github.com/DataDog/datadog-go/statsd src/github.com/hashicorp/consul/command/agent/check.go:16:2: cannot find package "github.com/fsouza/go-dockerclient" in any of: /usr/lib/golang/src/github.com/fsouza/go-dockerclient (from $GOROOT) /builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/fsouza/go-dockerclient (from $GOPATH) /usr/share/gocode/src/github.com/fsouza/go-dockerclient /usr/share/gocode/src/github.com/hashicorp/go-multierror/prefix.go:6:2: cannot find package "github.com/hashicorp/errwrap" in any of: /usr/lib/golang/src/github.com/hashicorp/errwrap (from $GOROOT) /builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/errwrap (from $GOPATH) /usr/share/gocode/src/github.com/hashicorp/errwrap src/github.com/hashicorp/consul/api/api.go:18:2: cannot find package "github.com/hashicorp/go-cleanhttp" in any of: /usr/lib/golang/src/github.com/hashicorp/go-cleanhttp (from $GOROOT) /builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/go-cleanhttp (from $GOPATH) /usr/share/gocode/src/github.com/hashicorp/go-cleanhttp src/github.com/hashicorp/consul/consul/state/graveyard.go:6:2: cannot find package "github.com/hashicorp/go-memdb" in any of: /usr/lib/golang/src/github.com/hashicorp/go-memdb (from $GOROOT) /builddir/build/BUILD/consul-46499d6e7237ca8547c15ce44e9b93bea48a455b/src/github.com/hashicorp/go-memdb (from $GOPATH) /usr/share/gocode/src/github.com/hashicorp/go-memdb RPM build errors:
fleet
. . . /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/github.com/coreos/fleet/systemd.a -trimpath $WORK -p github.com/coreos/fleet/systemd -complete -buildid cd19f8229c451735885361ea3bc35f45981f11bb -D _/builddir/build/BUILD/fleet-0.9.0/src/github.com/coreos/fleet/systemd -I $WORK -I /builddir/build/BUILD/fleet-0.9.0/pkg/linux_amd64 -I /usr/share/gocode/pkg/linux_amd64 -pack ./manager.go # github.com/coreos/fleet/systemd src/github.com/coreos/fleet/systemd/manager.go:132: not enough arguments in call to m.systemd.StartUnit src/github.com/coreos/fleet/systemd/manager.go:143: not enough arguments in call to m.systemd.StopUnit github.com/coreos/fleet/registry mkdir -p $WORK/github.com/coreos/fleet/registry/_obj/ cd /builddir/build/BUILD/fleet-0.9.0/src/github.com/coreos/fleet/registry /usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/github.com/coreos/fleet/registry.a -trimpat . . .