Summary: | macOS build on x64 architecture broken | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Manga Tengu <mangatengu> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | ghevan, halla |
Priority: | NOR | ||
Version First Reported In: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
osxbuild builddeps log
osxbuild builddeps log fail on ext_python |
Description
Manga Tengu
2021-01-16 09:07:40 UTC
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. |