git commit c6ab55565d65e019b6466a56f1415000391b2761 I can't build krita since beta 4.4 beta 1 or 2 I can't remember. Clang is failing with "too many errors". The default max is 20 errors. Talked about it informally with Ivan on IRC. He needed to investigate as he is working only on ARM architecture for now. I'm creating this ticket to be able to follow the issue without becoming a stalker.
I put this in unit tests as I had no idea where to put it
Can you please attach the complete output from running cmake to the running make to the bug report?
Also: https://binary-factory.kde.org/job/Krita_Nightly_MacOS_Build/ is still green.
Sorry I missed a "detail" the build ends normally. It's the dependencies build that fails: "$ ./osxbuild.sh builddeps" I'm gonna rerun it and attach the osxbuild.log
btw I have run builddeps as the built krita.dmg was always corrupted in the end
Building the dependencies works fine on the x64 macos binary factory.
Created attachment 134937 [details] osxbuild builddeps log
I added the log file
You should build the dependencies from the master branch, whether or not you build krita from the stable branch. In master, there's a recent commit that fixes building GSL with the latest xcode: https://invent.kde.org/graphics/krita/-/merge_requests/648/diffs
Great !!! Good to know ! I'm gonna do that. I hope this fixes my corrupted krita.dmg in the end ?
Created attachment 134943 [details] osxbuild builddeps log fail on ext_python
Now failing on ext_python I attached the log if you have an idea...
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information.
I downloaded the nightly dmg and tried it on big sur. I get a strange error code/message: "6" before the splash screen shows. Ivan doesn't have a problem on Catalina. Anybody else on big sur ?
The problem with manga Tengu is that qt 5,13.1 is installed in the system via homebrew taking precedence over the bundled qt. This ideally should not happen. Other than adding more rpath "guards" on krita libs there is little to nothing we can do about it. I have always avoided homebrew installs as they are known for messing up env and library search paths.
Okay, then I think we should close the report: this is not something for us to work work on.