Problem was the cross build. It was building for amd64. Setting 
OS_ONLY_BUILD_PLATFORMS appears to have fixed things.


Hi,
 While building 3.9.0 I get the following:


# github.com/openshift/origin/pkg/oc/util/tokencmd

pkg/oc/util/tokencmd/negotiator_gssapi.go:25:7: undefined: gssapi.Lib

pkg/oc/util/tokencmd/negotiator_gssapi.go:32:8: undefined: gssapi.Name

pkg/oc/util/tokencmd/negotiator_gssapi.go:34:7: undefined: gssapi.CtxId

pkg/oc/util/tokencmd/negotiator_gssapi.go:43:8: undefined: gssapi.CredId

I note in that module there is an import for:


"github.com/apcera/gssapi"

And that in apcera/gssapi/gss_types.go those particular things (e.g. CtxId) are 
defined.
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to