Closed flazz closed 10 years ago
GHC 7.6.3 (haskell platform) via cabal install hdevtools
Some how the kernel shows .hdevtools.sock is open/created, but it doesn't exist on the fs.
% ls src Main.hs % hdevtools check src/Main.hs # just hangs here .... ^Z % lsof -p 6584 ~/p/address-reservation COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME hdevtools 6584 flazz cwd DIR 1,3 204 33096347 /Users/flazz/p/address-reservation hdevtools 6584 flazz txt REG 1,3 46300892 33224280 /Users/flazz/.cabal/bin/hdevtools hdevtools 6584 flazz txt REG 1,3 600832 29826608 /usr/lib/dyld hdevtools 6584 flazz txt REG 1,3 342789018 32996249 /private/var/db/dyld/dyld_shared_cache_x86_64 hdevtools 6584 flazz 0u CHR 16,2 0t17465 653 /dev/ttys002 hdevtools 6584 flazz 1u CHR 16,2 0t17465 653 /dev/ttys002 hdevtools 6584 flazz 2u CHR 16,2 0t17465 653 /dev/ttys002 hdevtools 6584 flazz 3u unix 0xc80b1156db477695 0t0 .hdevtools.sock hdevtools 6584 flazz 4u unix 0xc80b1156db620f8d 0t0 ->0xc80b1156db577315 % ls -a1 ~/p/address-reservation . .. Setup.hs address-reservation.cabal dist src
I had some deps compiled against an old/bad installation of ghc. Its all good now, sorry for the bogus issue.
GHC 7.6.3 (haskell platform) via cabal install hdevtools
Some how the kernel shows .hdevtools.sock is open/created, but it doesn't exist on the fs.