Guest User

Untitled

a guest
Jun 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [58 of 58] Compiling Main ( /tmp/Cabal-1.8.0.69684/Cabal-1.8.0.6/Setup.hs, /tmp/Cabal-1.8.0.69684/Cabal-1.8.0.6/dist/setup/Main.o )
  2. Linking /tmp/Cabal-1.8.0.69684/Cabal-1.8.0.6/dist/setup/setup ...
  3. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0x40f): error: undefined reference to 'sem_trywait'
  4. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0x52b): error: undefined reference to 'sem_post'
  5. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0x87b): error: undefined reference to 'sem_wait'
  6. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0xbe3): error: undefined reference to 'sem_close'
  7. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0xdc6): error: undefined reference to 'sem_open'
  8. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0x1107): error: undefined reference to 'sem_unlink'
  9. /usr/bin/ld: /home/simon/.cabal/lib/unix-2.4.0.2/ghc-6.12.1/libHSunix-2.4.0.2.a(Semaphore.o):(.text+0x1363): error: undefined reference to 'sem_getvalue'
  10. collect2: ld returned 1 exit status
  11. cabal: Error: some packages failed to install:
  12. Cabal-1.8.0.6 failed during the configure step. The exception was:
  13. ExitFailure 1
Add Comment
Please, Sign In to add comment