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
setupCompileFlags: -package-db=/private/tmp/nix-build-attoparsec-iso8601-1.0.1.0.drv-0/setup-package.conf.d -j16 -threaded -rtsopts
[1 of 1] Compiling Main ( Setup.hs, /private/tmp/nix-build-attoparsec-iso8601-1.0.1.0.drv-0/Main.o )
Linking Setup ...
ld: file not found: /usr/lib/system/libcache.dylib for architecture x86_64
clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
`cc' failed in phase `Linker'. (Exit code: 1)
error: builder for '/nix/store/gg6rlnlsrya43w5m4i9qz3i06ibxss63-attoparsec-iso8601-1.0.1.0.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/hhz8rqp2b28hsqv8bfcq0dp9k0khfihm-ghc-8.6.5-with-packages.drv' failed to build
On linux, nix-shell succeeds, but cabal build fails:
[nix-shell:~/code/servant-reflex]$ cabal build
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: testdriver-0.2 (user goal)
[__1] unknown package: webdriver (dependency of testdriver)
[__1] fail (backjumping, conflict set: testdriver, webdriver)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: testdriver, webdriver
I (or a kind contributor!) need to bump the reflex-platform.nix reference to a more recent reflex-platform, and debug any remaining issues with the build, e.g. outdated dependencies.
The text was updated successfully, but these errors were encountered:
On macos:
nix-shell
fails to open a shell:On linux,
nix-shell
succeeds, butcabal build
fails:I (or a kind contributor!) need to bump the
reflex-platform.nix
reference to a more recent reflex-platform, and debug any remaining issues with the build, e.g. outdated dependencies.The text was updated successfully, but these errors were encountered: