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

Build fails on FreeBSD: error[E0425]: cannot find value _SC_XBS5_ILP32_OFF32 in crate libc #87

Open
yurivict opened this issue Nov 2, 2023 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Nov 2, 2023

Where is the constant _SC_XBS5_ILP32_OFF32 originally coming from?

Version: 1.2.0

@nokyan
Copy link
Owner

nokyan commented Nov 2, 2023

Hi,
after some quick research I think this might be because of the sysconf crate used, which in turn uses libc. There are probably some discrepancies there between BSD and Linux, though I've never used BSD, so take it with a grain of salt.

Unrelated: Resources also relies on systemd for application detection, at least it hasn't worked on the systemd-less distros I've tried. And as far as I know, FreeBSD doesn't use systemd?

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