El diumenge, 1 d’agost de 2021, a les 9:55:17 (CEST), Colin Williams va escriure: > I'm trying to build the knotifications framework on a platform that > doesn't provide packages for kde. The platform provided qt5 and > qt5-tools packages. I installed them. Then when building the framework > dependencies I got http://ix.io/3uDy > > From that error I suspect that the system qt5 is broken. So now I am > interested in allowing kdesrc-build to create QT5, and then back to > the steps to build the framework. > > On the Qt5 build I am getting >Couldn't update Qt5 repository submodules! > > Unable to update Qt5, build cancelled. > > I went to the qt5 src directory and ran git submodule update. It took > awhile, but it looks like it updated the submodules. However I still > get the same error mentioned above when I try to build. Can someone > suggest how I can manually update the submodules or satisfy the > sources so kdesrc-build can build qt5 and I can move to the next step?
Your Qt is broken. /usr/local/lib/libQt5Core.so.5: undefined symbol: u_strToUpper_68 "Couldn't update Qt5 repository submodules!" means running the init-repository command from the qt5 repo failed, maybe you don't have perl or any of the perl dependencies for that command? Well i guess you have perl since kdesrc-build is in perl, anyhow you'll have to figure out what's going on wrong with that command Cheers, Albert