Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on ppc64le: dev.Enabled undefined (type *kwin.InputDevice is pointer to interface, not interface) #29

Closed
hillwoodroc opened this issue Jul 25, 2021 · 1 comment

Comments

@hillwoodroc
Copy link
Contributor

[ 93s] /usr/lib64/go/1.15/pkg/tool/linux_ppc64le/buildid -w $WORK/b166/pkg.a # internal
[ 93s] # pkg.deepin.io/dde/api/dxinput/kwayland
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:65:12: dev.Enabled undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:73:19: dev.Enabled undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:82:19: dev.SupportsLeftHanded undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:86:12: dev.LeftHanded undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:94:19: dev.LeftHanded undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:103:19: dev.SupportsMiddleEmulation undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:107:12: dev.MiddleEmulation undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:115:19: dev.MiddleEmulation undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:125:19: dev.SupportsPointerAcceleration undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:129:12: dev.PointerAcceleration undefined (type *kwin.InputDevice is pointer to interface, not interface)
[ 93s] ../contrib/src/pkg.deepin.io/dde/api/dxinput/kwayland/inputdevice.go:129:12: too many errors

@hillwoodroc
Copy link
Contributor Author

Fixed. A golang's bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant