https://bugzilla.redhat.com/show_bug.cgi?id=1244246

            Bug ID: 1244246
           Summary: rebase to golang-1.4.99-2.1.5beta1.fc2[3|4] breaks
                    kubernetes builds
           Product: Fedora
           Version: rawhide
         Component: golang
          Severity: urgent
          Priority: urgent
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected], [email protected],
                    [email protected]



Kubernetes fails to build with the following error:

    # github.com/elazarl/go-bindata-assetfs
Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go:74:
AssetFile.Size is ambiguous
Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go:74:
cannot use f (type *AssetFile) as type os.FileInfo in return argument:
    *AssetFile does not implement os.FileInfo (missing Size method)
Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go:114:
AssetDirectory.Size is ambiguous
Godeps/_workspace/src/github.com/elazarl/go-bindata-assetfs/assetfs.go:114:
cannot use f (type *AssetDirectory) as type os.FileInfo in return argument:
    *AssetDirectory does not implement os.FileInfo (missing Size method)

With golang-1.4.2-3.fc23 this did not occur. It is related to [1] which reffers
[2]. They recommends to update to golang-1.5.

[1] https://github.com/golang/go/issues/11101
[2] https://github.com/golang/go/issues/10654

Kubernetes is build every day in Fedora, setting to urgent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to