We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vmware-modconfig --console --install-all with 17.5.1 fails on AlmaLinux 9, kernel 5.14.0-5.3.14.1.
/tmp/modconfig-Qawyz5/vmnet-only/bridge.c: Dans la fonction « VNetBridgeSendLargePacket »: /tmp/modconfig-Qawyz5/vmnet-only/bridge.c:1418:11: erreur: déclaration implicite de la fonction « skb_gso_segment »; vouliez-vous utiliser « tcp_gso_segment » ? [-Werror=implicit-function-declaration] 1418 | segs = skb_gso_segment(skb, 0); | ^~~~~~~~~~~~~~~ | tcp_gso_segment /tmp/modconfig-Qawyz5/vmnet-only/bridge.c:1418:9: attention: l'affectation à « struct sk_buff * » depuis « int » transforme un entier en pointeur sans transtypage [-Wint-conversion] 1418 | segs = skb_gso_segment(skb, 0); | ^
The text was updated successfully, but these errors were encountered:
I solved the problem by installing Workstation 17.6.2.
Sorry, something went wrong.
I don't think that this provides the modules; they at least still work after upgrading to 17.6.2, when having built them once.
17.6.2
No branches or pull requests
vmware-modconfig --console --install-all with 17.5.1 fails on AlmaLinux 9, kernel 5.14.0-5.3.14.1.
The text was updated successfully, but these errors were encountered: