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

ino_t wrong on FreeBSD 12 #775

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

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