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 error on RHEL 9 / Rocky linux 9 #395

Closed
petrkr opened this issue Dec 15, 2022 · 0 comments
Closed

Build error on RHEL 9 / Rocky linux 9 #395

petrkr opened this issue Dec 15, 2022 · 0 comments
Milestone

Comments

@petrkr
Copy link

petrkr commented Dec 15, 2022

Seems like similar problem as #379 but since RHEL uses kernel version 5.14 so that makros LINUX_VERSION_LOWER_THAN and LINUX_VERSION_AT_LEAST are not evaluated correctly...

Do not know what are right values to there, but if I comment out that makros, then it can compile just fine

/var/lib/dkms/jool/4.1.8/build/src/mod/common/rfc7915/4to6.c: In function ‘allocate_fast’:
/var/lib/dkms/jool/4.1.8/build/src/mod/common/rfc7915/4to6.c:407:9: error: implicit declaration of function ‘nf_reset’ [-Werror=implicit-function-declaration]
  407 |         nf_reset(out);
      |         ^~~~~~~~
@ydahhrk ydahhrk added this to the 4.1.9 milestone Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants