-
Notifications
You must be signed in to change notification settings - Fork 6
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
Having Mac brew build issues, possibly like others #3
Comments
Since the zealdoc ported to QtWebEngine from yesterday, I already modified the formula to use it. Would you try again to see if the zealdoc compiled by homebrew with Qt5 and QtWebEngine?
I will remove qt5-webkit formula later and only support head version of zealdoc. |
Same error:
|
Ah ... Sorry, I forgot your qt5-webkit does not exist. I updated the formula and remove the patch and qt5-webkit dependency. Can you try it again?
|
Now I get this:
With verbose and debug on:
Possible solution: Seems maybe some code fixes are required. |
I am not sure what's going on, do you want to try build it from scratch, instead of using homebrew? Here comes the detail steps:
That's it. To see if you can build manually. Can you try if it works? |
Hm, that seems to work, and I was doing this before I found the homebrew formula I think, but had a problem, and now I can't remember what that was. Wonder if it started with that qtwebkit package before and after working with homebrew.
|
Then, there must be something wrong with your homebrew configuration. I have no idea what is it. |
Wish I knew too. Based on some points in this discussion, seems there are some recent changes. Whatever the new instructions are, this may need to be updated https://github.com/zealdocs/zeal/wiki/Build-Instructions-for-macOS. |
Thanks, I already update the wiki page. I'll close this issue. |
Tried looking at #1 and #2. Mine seems to fail at this when making webkit:
I see some Python 2.7 hash errors near 6% Generate bytecodes too.
Originally ignored the xcode line because I have had xcode setup on this machine for a while now.
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Seeing this error now made me think I had to do another inconvenient macos upgrade since it locks a lot of dependent library versions..
When that didn't work, I also tried large Homebrew upgrade that I had to run several times to clear out some issues.
Tried making a log adding additional redirection:
brew install --verbose --debug qt5-webkit > install.log 2&>1
macOS 10.15.4 Catalina
The text was updated successfully, but these errors were encountered: