Reputation: 2580
When running ghcjs-boot
I get a whole bunch of:
ignoring unexpected entry type in tar. only normal files and directories (no links) are supported:
ghcjs-boot/./@LongLink
Before finally:
ghcjs-boot: /Users/<user>/.ghcjs/x86_64-darwin-0.2.1-8.0.2/ghcjs/ghcjs-boot/boot/aeson/tests/JSONTestSuite/parsers/test_JSONKit/test-JSONKit.xcodeproj/xcuserdata/nst: createTree: already exists (File exists)
And then failure.
For more information my globally installed ghc
is 8.2. Since that doesn't work for ghcjs
, I installed ghc-8.0
via brew and modified my PATH
before running the command so that it pointed to ghc-8.0
. I also am using cabal-2.0.0.1
and am on OS X Yosemite 10.10.5
.
Any idea what the issue is / how I can fix.
Upvotes: 1
Views: 100