u-root / NiChrome

An open ChromeOS distro with a Go-based userland, X11, and upspin support. (WIP)
GNU General Public License v2.0
59 stars 27 forks source link

Error building io command #144

Closed rjoleary closed 5 years ago

rjoleary commented 5 years ago
../cmds/io/.bb/ports.go:17:24: cannot use in (type func("io".ReadSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:18:24: cannot use in (type func("io".ReadSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:19:24: cannot use in (type func("io".ReadSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:20:26: cannot use out (type func("io".WriteSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:21:26: cannot use out (type func("io".WriteSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:22:26: cannot use out (type func("io".WriteSeeker, uint64, interface {}) error) as type func(int64, "github.com/u-root/u-root/pkg/io".UintN) error in field value
../cmds/io/.bb/ports.go:25:6: in redeclared in this block
    previous declaration at ../cmds/io/.bb/io_linux.go:14:57
../cmds/io/.bb/ports.go:29:6: out redeclared in this block
    previous declaration at ../cmds/io/.bb/io_linux.go:22:59
, exit status 2
exit status 1