Skip to content

ino_t wrong on FreeBSD 12 #775

New issue

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

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

Already on GitHub? # to your account

Closed
mattmacy opened this issue Sep 21, 2017 · 1 comment
Closed

ino_t wrong on FreeBSD 12 #775

mattmacy opened this issue Sep 21, 2017 · 1 comment

Comments

@mattmacy
Copy link

It's actually 64-bit:
https://github.com/freebsd/freebsd/blob/master/sys/sys/_types.h#L46

You've defined it as 32-bit:
https://github.com/rust-lang/libc/blob/master/src/unix/bsd/freebsdlike/freebsd/mod.rs#L3

This causes bootstrap to fail when building rust because stat is no longer interpreted correctly.

@mattmacy
Copy link
Author

This is a duplicate of the epic monoculture ABI versioning fail:
#570

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

No branches or pull requests

1 participant