Harendra Kumar
Harendra Kumar
Completed the build successfully on 14.5. Here are the versions of the relevant tools in my config: ``` cutlass:~/streamly-0.10.1$ sw_vers -productVersion 14.5 cutlass:~/streamly-0.10.1$ cabal --version cabal-install version 3.10.3.0 compiled using...
I have tested it on intel silicon. Are you building on apple silicon? Not sure if that makes a difference.
Built successfully on macOS 14.5 using `Apple M1 Pro` hardware as well. Are you using `nix` to build it?
Remove nix tools from your PATH environment variable, and try building it with ghcup installed ghc.
If you are using some tools/libraries from nix and some from native OS then you may face some unpredictable issues. I suggested to remove nix tools from the PATH above...
Are you able to build https://hackage.haskell.org/package/hfsevents in the same environment?
@semanticphilosopher @locallycompact are you missing the Cocoa framework dependency in the nix derivation? We have a nix derivation section at the end of this guide here https://streamly.composewell.com/streamly-0.10.1/User/HowTo/Compiling.html . I am...
error: could not set permissions on '/nix/var/nix/profiles/per-user' to 755: Operation not permitted
I am wondering why it should change permissions on `/nix/var/nix/profiles/per-user` especially if they are already correct. That can be avoided.
Did you use fusion-plugin? Almost all fusion issues are taken care of by the fusion-plugin and by inlining all the functions that are part of the fused loop. The [compilation...
Looks like regressions in allocations are fewer, so it may not be that big a problem, we investigate them one at a time.