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

(different) go error (1.6, Fedora 24) #7

Closed
xlwoon opened this issue May 5, 2017 · 0 comments
Closed

(different) go error (1.6, Fedora 24) #7

xlwoon opened this issue May 5, 2017 · 0 comments

Comments

@xlwoon
Copy link

xlwoon commented May 5, 2017

This might be related to cmosetick's issue, or it may not:

$ go get github.com/bicomsystems/go-libzfs
# github.com/bicomsystems/go-libzfs
could not determine kind of name for C.boolean_t
could not determine kind of name for C.clear_last_error
could not determine kind of name for C.libzfs_errno
could not determine kind of name for C.libzfs_error_description
could not determine kind of name for C.libzfs_handle_ptr
could not determine kind of name for C.libzfs_init

and in cloned git repo:

$ go test
# github.com/bicomsystems/go-libzfs
could not determine kind of name for C.boolean_t
could not determine kind of name for C.clear_last_error
could not determine kind of name for C.libzfs_errno
could not determine kind of name for C.libzfs_error_description
could not determine kind of name for C.libzfs_handle_ptr
could not determine kind of name for C.libzfs_init
FAIL github.com/bicomsystems/go-libzfs [build failed]

My system:
Fedora 24, kernel 4.10.11
go-1.6.4 (can't downgrade via package management system to 1.4, so probably not the way to go)
zfs-0.7.0-rc3 and libzfs2 installed and source dir linked to gopath

Am I missing something? Or might something not work with newest versions of some softwares?

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

2 participants