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

[SOLVED] Compilation failure with vmware WorkStation 17.5.1, kernel 5.14.0, AlmaLinux 9 #289

Open
jmdubois opened this issue Nov 22, 2024 · 2 comments

Comments

@jmdubois
Copy link

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);
      |         ^
@jmdubois jmdubois changed the title Compilation failure with vmware 17.5.1, kernel 5.14.0, AlmaLinux 9 Compilation failure with vmware WorkStation 17.5.1, kernel 5.14.0, AlmaLinux 9 Nov 22, 2024
@jmdubois
Copy link
Author

jmdubois commented Jan 9, 2025

I solved the problem by installing Workstation 17.6.2.

@jmdubois jmdubois changed the title Compilation failure with vmware WorkStation 17.5.1, kernel 5.14.0, AlmaLinux 9 [SOLVED] Compilation failure with vmware WorkStation 17.5.1, kernel 5.14.0, AlmaLinux 9 Jan 9, 2025
@syslogic
Copy link

syslogic commented Jan 10, 2025

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.

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

No branches or pull requests

2 participants