You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the build chokes on a symlink file ("LICENSE"):
note: keeping build directory '/tmp/nix-build-co-log-polysemy-lib-co-log-polysemy-0.0.1.2.drv-0'
error: builder for '/nix/store/15y9id4flhsryxh4dg3pjg2w59xlhznb-co-log-polysemy-lib-co-log-polysemy-0.0.1.2.drv' failed with exit code 1;
last 10 log lines:
> --disable-profiling instead.
> Warning: The 'license-file' field refers to the file 'LICENSE' which does not
> exist.
> building
> Preprocessing library for co-log-polysemy-0.0.1.2..
> Building library for co-log-polysemy-0.0.1.2..
> [1 of 2] Compiling Colog.Polysemy.Effect
> [2 of 2] Compiling Colog.Polysemy
> installing
> LICENSE: copyFile: does not exist (No such file or directory)
For full logs, run 'nix log /nix/store/15y9id4flhsryxh4dg3pjg2w59xlhznb-co-log-polysemy-lib-co-log-polysemy-0.0.1.2.drv'.
any workaround ? or should I ask upstream to not use symlinks ?
The text was updated successfully, but these errors were encountered:
I've looked at the build directory and the symlinks are present but because the directory only contains the subdir, the symlinks are dangling. Not sure if that's an issue to solve in the package or if there is any other workaround.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've been trying to compile master version of https://github.com/kowainik/co-log/tree/main/co-log-polysemy.
In my cabal.project I have
Now the build chokes on a symlink file ("LICENSE"):
any workaround ? or should I ask upstream to not use symlinks ?
The text was updated successfully, but these errors were encountered: