-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
qtwebengine does not build on darwin #36932
Comments
Nix builds don't depend on xcode, it's pretty likely the build works fine with just clang if the check is skipped. Otherwise there's |
Thanks for that. I just removed the check it the build proceeded some more.. Now there is a libtool error after adding libtool as a dependency.
|
|
It is even more broken now.
|
It looks like the new issue is coming from qtmultimedia. I'm not really sure what's going on though. /cc @ttuegel |
Ah it looks like it's still kind of broken so I'll reopen this. Not sure what's going on though. |
The error appears to be:
|
Fixes NixOS#39334 and Fixes NixOS#36729 Also, Fixes NixOS#36932 (hopefully it's still building) (This might be able to be able to be cherry-picked to 18.03 but be careful - chromium is extremely touchy. Probably best to wait for it to be built successfully on Hydra a few times.)
Seems like I'm running into this:
My CLT version is higher than 7.3 though:
|
@infinisil, I hadn't but I'm not sure what to do with that? Are you suggesting running a local nixpkgs? I'm still on unstable. It says it's surpassed by #56744 though so I'm not sure what to do. |
@toonn
Or, if you need it to use it declaratively in your config, you could use (import (builtins.fetchTarball https://github.com/veprbl/nixpkgs/archive/b7b1540a430d88026ac11d3df356652cde0cb2c3.tar.gz) {}).anki |
If this should have been fixed, than unfortunately this seems not to work, at least on macOS 10.15.7. I'm getting this on
|
On latest unstable I'm also still seeing this, my log continues like this from where kfiz's stopped:
|
If |
But this issue is exactly about qtwebengine not building on darwin, no? Closing it sends a strong signal that it should build now (at least for recent enough channels). |
@toonn Yes, from user perspective it's the same issue. But the reasons for the breakage will likely be different this time, so the context of this past discussion will be mostly irrelevant. Notice that this was closed in 2019, so no message regarding the current state is implied. Also, since then we had #86949. |
see #103230 |
Issue description
qtwebengine
fails just after successfully configuring with error messageI've fixed quite a few of the
Qt
issues recently on darwin but this one is out of my depth. Can anyone help?Steps to reproduce
Technical details
The text was updated successfully, but these errors were encountered: