Cannot start SDDM

I am new to FreeBSD 12.0, and trying to configure desktop. But the service not starting at all. What i've got after starting sddm command:

Code:
ld-elf.so.1: /usr/local/lib/qt5/libQt5Core.so.5: version Qt_5.13 required by /usr/local/bin/sddm not found

I've just installed Qt5 libs by pkg install qt5 and have sddm_enable="YES" in rc.conf, but all things the same.

Also i could load to system only by typing startx. Is there any way to autoload X and KDE5?
 
If it's installed try a reinstallation
Just tried the reinstallation, and what i've got after starting sddm
Code:
(EE) DAEMON: Cannot mix incompatible Qt library (version 0x50c02) with this library (version 0x50d00)
 
I have a feeling some bits and pieces haven't been updated. So you have some odd mix of old and new packages. What happens when you run pkg upgrade?
 
How to upgrade only qt5 libs, whithout other packages? Because i don't want to upgrade all packages i have.



Code:
 Installed packages to be UPGRADED:       
      
 
        qt5-xmlpatterns: 5.12.2 -> 5.13.0_1
        qt5-xml: 5.12.2 -> 5.13.0_1
        qt5-x11extras: 5.12.2 -> 5.13.0_1
        qt5-widgets: 5.12.2 -> 5.13.0_1
        qt5-webkit: 5.212.0.a3 -> 5.212.0.a3_2
        qt5-webengine: 5.12.2_1 -> 5.12.2_3
        qt5-webchannel: 5.12.2 -> 5.13.0_1
        qt5-wayland: 5.12.2 -> 5.13.0_1
        qt5-virtualkeyboard: 5.12.2 -> 5.13.0_1
        qt5-uitools: 5.12.2 -> 5.13.0_1
        qt5-uiplugin: 5.12.2 -> 5.13.0_1
        qt5-testlib: 5.12.2 -> 5.13.0_1
        qt5-svg: 5.12.2 -> 5.13.0_1
        qt5-sqldrivers-sqlite3: 5.12.2 -> 5.13.0
        qt5-sqldrivers-mysql: 5.12.2 -> 5.13.0
        qt5-sql: 5.12.2 -> 5.13.0_1
        qt5-speech: 5.12.2_1 -> 5.13.0
        qt5-serialport: 5.12.2 -> 5.13.0_1
        qt5-sensors: 5.12.2 -> 5.13.0_1
        qt5-scripttools: 5.12.2 -> 5.13.0_1
        qt5-script: 5.12.2 -> 5.13.0_1
        qt5-quickcontrols2: 5.12.2 -> 5.13.0_1
        qt5-quickcontrols: 5.12.2 -> 5.13.0_1
        qt5-qtpaths: 5.12.2 -> 5.13.0_1
        qt5-qdbus: 5.12.2 -> 5.13.0_1
        qt5-printsupport: 5.12.2 -> 5.13.0_1
        qt5-opengl: 5.12.2 -> 5.13.0_1
        qt5-networkauth: 5.12.2 -> 5.13.0_1
        qt5-network: 5.12.2_1 -> 5.13.0_1
        qt5-multimedia: 5.12.2 -> 5.13.0_1
        qt5-location: 5.12.2 -> 5.13.0_1
        qt5-linguisttools: 5.12.2 -> 5.13.0_1
        qt5-help: 5.12.2 -> 5.13.0_1
        qt5-gui: 5.12.2 -> 5.13.0_1
        qt5-graphicaleffects: 5.12.2 -> 5.13.0_1
        qt5-designer: 5.12.2 -> 5.13.0_1
        qt5-declarative: 5.12.2 -> 5.13.0_1
        qt5-dbus: 5.12.2 -> 5.13.0_1
        qt5-concurrent: 5.12.2 -> 5.13.0_1
        qt5-assistant: 5.12.2 -> 5.13.0_1
 
Because i don't want to upgrade all packages i have.
Not keeping everything in sync is bound to cause problems, as you already found out. Selectively updating can be done but requires intimate knowledge of how the various ports/packages fit together, knowledge you appear to be lacking. You're new, you simply don't have the experience yet. Nothing wrong with that.
 
What is the reason that there is no "Login Screen (SDDM)" menu in Startup and Shutdown settings?
 
No, it's not give me any results. Still can't figure out the problem
7140
 
Back
Top