-
Notifications
You must be signed in to change notification settings - Fork 9
Fails to build on FreeBSD 11.4-RELEASE #83
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
Comments
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Jul 6, 2021
ligurio
added a commit
that referenced
this issue
Jul 8, 2021
EINTEGRITY errno is present in latest FreeBSD releases, but In FreeBSD releases with version below 12 errno is unsupported [1]. This patch exclude EINTEGRITY from a list of returned errnos on FreeBSD < 12. 1. https://reviews.freebsd.org/D18765 Closes #83
Thanks for your report! |
ligurio
added a commit
that referenced
this issue
Jul 8, 2021
EINTEGRITY errno is present in latest FreeBSD releases, but In FreeBSD releases with version below 12 errno is unsupported [1]. This patch exclude EINTEGRITY from a list of returned errnos on FreeBSD < 12. 1. https://reviews.freebsd.org/D18765 Closes #83
ligurio
added a commit
that referenced
this issue
Jul 8, 2021
EINTEGRITY errno is supported in FreeBSD release versions greater that 11.4 [1]. This patch excludes EINTEGRITY errno for FreeBSD versions that doesn't support it. To reduce a number of condition I keep a check of major version only. 1. https://reviews.freebsd.org/D18765 Closes #83
ligurio
added a commit
that referenced
this issue
Jul 9, 2021
EINTEGRITY errno is supported in FreeBSD release versions greater that 11.4 [1]. This patch excludes EINTEGRITY errno for FreeBSD versions that doesn't support it. To reduce a number of condition I keep a check of major version only. 1. https://reviews.freebsd.org/D18765 Closes #83
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unreliablefs seems to use the
EINTEGRITY
identifier which is not available on FreeBSD 11.4-RELEASE.Here's a log from the failing build:
Build log
Source: http://beefy10.nyi.freebsd.org/data/114i386-default/ed4b8e417ef2/logs/fusefs-unreliablefs-0.1.0_1.log
That's mostly just a heads-up I guess as the 11 branch is almost EOL.
I'll disable building the unreliablefs package for FreeBSD 11 for now.
Cheers!
The text was updated successfully, but these errors were encountered: