Closed nasyxx closed 3 years ago
I found a similar issue here: #76715,
/.../-qtbase-5.12.10-dev/mkspecs/features/mac/default_post.prf:5: 'xcodeSDKInfo' is not a recognized replace function.
This is something we see in builds on Hydra as well (e.g. see https://hydra.nixos.org/build/138418066)
ninja: error: '../../../../../../../usr/lib/libsandbox.1.dylib', needed by 'obj/components/cdm/renderer/librenderer.a', missing and no known rule to make it
And /usr/lib/libsandbox.1.dylib is present on the filesystem and you are building without a sandbox?
And /usr/lib/libsandbox.1.dylib is present on the filesystem and you are building without a sandbox?
I cannot use a sandbox. Looks like macOS Big Bur cannot build with a sandbox.
Sorry, edited. When adding darwin.apple_sdk.frameworks.CoreMediaIO
to the propagatedBuildInputs/buildInputs, the libsandbox.1.dylib issue still happends.
Describe the bug
I found a similar issue here: #76715,
/.../-qtbase-5.12.10-dev/mkspecs/features/mac/default_post.prf:5: 'xcodeSDKInfo' is not a recognized replace function.
but not sure why mine is broken. Is it because I installed nix to a custom location?
Full log:
https://gist.github.com/nasyxx/b119b8962b34103404c878e1a3667514
Error message:
To Reproduce Steps to reproduce the behavior:
nix-shell -p "qt5.qtwebengine"
Expected behavior
qtwebengine
installedNotify maintainers
Metadata Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.My profiles is under ~/.nix/var/nix/profiles.