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

[FreeBSD 13] Cannot mix incompatible Qt library (5.15.8) with this library (5.15.10) #508

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

ZouYuhua
Copy link
Collaborator

@ZouYuhua ZouYuhua commented Oct 17, 2023

Issue:

2023-10-12 03:58:05,012 | TASK [2_ovt_verify_status][Check process 'vmtoolsd -n vmusr' is running]
task path: /home/worker/workspace/Ansible_Cycle_FreeBSD_13.x_64bit/ansible-vsphere-gos-validation/linux/utils/check_process_status.yml:34
fatal: [localhost]: FAILED! => {
"assertion": "running_process_info | length >= 1",
"changed": false,
"evaluated_to": false,
"msg": "User 'vmware' doesn't have running process 'vmtoolsd -n vmusr'"
}
error message:
User 'vmware' doesn't have running process 'vmtoolsd -n vmusr'

Root Cause

KDE5 is installed from ISO with use Qt library (5.15.8)
SDDM is installed from offical repo which use Qt (5.15.10)

The service SDDM is failed to start during bootup.

Check the sddm log: (/var/log/sddm.log)
[05:49:38.184] (II) DAEMON: Initializing...
[05:49:38.190] (EE) DAEMON: Cannot mix incompatible Qt library (5.15.8) with this library (5.15.10)

Resolution:

Install kde5 and sddm from same repo (offical repo)

Result:

test pass

image

ZouYuhua added 3 commits October 16, 2023 20:10
…ary (5.15.10) when start SDDM service

Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
@keirazhang
Copy link
Contributor

Have you tested with FreeBSD 14? Doesn't it need to install kde5 from online repo?

@keirazhang keirazhang added this to the 3.1 milestone Oct 17, 2023
@ZouYuhua
Copy link
Collaborator Author

Have you tested with FreeBSD 14? Doesn't it need to install kde5 from online repo?

Freebsd 14 doen't hit such issue after check. So no need to install kde5 from online repo instead of ISO repo

Copy link
Contributor

@keirazhang keirazhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@ZouYuhua ZouYuhua merged commit 438eb7a into vmware:main Oct 18, 2023
@ZouYuhua ZouYuhua deleted the zouy_freebsd_13_desktop_autologin branch October 18, 2023 03:54
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