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

Types errors during building for arm64 and i586 #26

Open
FNDenisovna opened this issue Mar 29, 2024 · 0 comments
Open

Types errors during building for arm64 and i586 #26

FNDenisovna opened this issue Mar 29, 2024 · 0 comments

Comments

@FNDenisovna
Copy link

FNDenisovna commented Mar 29, 2024

Hi, buddies.
I got errors during using your project on arm64 and i586 :
vendor/github.com/anuvu/squashfs/squash.go:185:33: cannot use f.ModTime().Unix() (value of type int64) as int32 value in struct literal
[i586] vendor/github.com/anuvu/squashfs/squash.go:238:12: cannot use uint64(nlinks) (value of type uint64) as uint32 value in struct literal
[i586] vendor/github.com/anuvu/squashfs/squash.go:244:12: cannot use int64(blksize) (value of type int64) as int32 value in struct literal
[i586] vendor/github.com/anuvu/squashfs/squash.go:341:40: cannot use _Ctype_ulong(f.Pos) (value of type _Ctype_ulong) as _Ctype_ulonglong value in variable declaration
[i586] vendor/github.com/anuvu/squashfs/squash.go:598:3: cannot use _Ctype_ulong(sqfs.super.block_size) (value of type _Ctype_ulong) as _Ctype_uint value in argument to (_Cfunc_sqfs_compressor_config_init)
[i586] vendor/github.com/anuvu/squashfs/squash.go:630:83: cannot use _Ctype_ulong(sqfs.super.block_size) (value of type _Ctype_ulong) as _Ctype_uint value in variable declaration

Can you help me with it, please?

For understanding, i need to build Stacker and have buildings require on you there.

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