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

Fix compilation error on FreeBSD 12 #1540

Closed
wants to merge 1 commit into from
Closed

Fix compilation error on FreeBSD 12 #1540

wants to merge 1 commit into from

Conversation

messense
Copy link

Fixes #1539

Needs to backport to v0.7.x

@messense
Copy link
Author

messense commented Dec 10, 2021

running 2 tests
test lio::smoke ... FAILED
test aio::smoke ... FAILED

Looks like these two tests are flaky, a rerun fixed them.

Edit: I looked at the wrong test step, it still fails in i386_test

@asomers
Copy link
Collaborator

asomers commented Dec 10, 2021

This is a libc bug. Fixing it here: rust-lang/libc#2585

@messense
Copy link
Author

This is a libc bug. Fixing it here: rust-lang/libc#2585

Great! I'll close this one.

@messense messense closed this Dec 10, 2021
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

Successfully merging this pull request may close these issues.

v0.7.14 fails to compile with libc v0.2.110 on FreeBSD 12
2 participants