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 failure when specific option is not set #176

Conversation

MaxG87
Copy link
Collaborator

@MaxG87 MaxG87 commented Oct 19, 2021

If the option CONFIG_LAYER2_ROAMING is unset, at the changed location a
closing brace without correct counterpart is inserted. This would break
the compilation. Now that brace is guarded by a preprocessor directive.

If the option CONFIG_LAYER2_ROAMING is unset, at the changed location a
closing brace without correct counterpart is inserted. This would break
the compilation. Now that brace is guarded by a preprocessor directive.
@MaxG87
Copy link
Collaborator Author

MaxG87 commented Oct 19, 2021

It seems as if the configuration option is always set. If not, I would like to know what to do in order to unset it.

@CGarces
Copy link
Contributor

CGarces commented Oct 19, 2021

Build fails due GLIBC_2.34 dependency. Quick fix done at #177 with github web UI.
Note that "install deb packages" sometimes fails, it's due error on the https://kernel.ubuntu.com/~kernel-ppa/mainline/ packages, not the CI script itself.

@MaxG87 MaxG87 closed this Jan 3, 2023
@MaxG87 MaxG87 deleted the fix-possible-compilation-problem branch January 3, 2023 07:17
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.

2 participants