Your message dated Fri, 03 Jun 2011 00:32:06 +0200
with message-id <1307053926.26269.28.camel@kirk>
and subject line Works now
has caused the Debian Bug report #294481,
regarding ghci -lpthread fails
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
294481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=294481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ghc6
Version: 6.2.2-2
/usr/lib/libpthread.so (comes from libc6-dev 2.3.2.ds1-20) is a GNU
linker script, not a shared object. This breaks ghci.
$ ghci -lphtread
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.2.2, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base ... linking ... done.
Loading object (dynamic) phtread ... failed.
Dynamic linker error message was:
libphtread.so: cannot open shared object file: No such file or directory
Whilst trying to load: (dynamic) phtread
Directories to search are:
ghc-6.2.2: user specified .o/.so/.DLL could not be loaded.
$
Juliusz
--- End Message ---
--- Begin Message ---
Version: 7.0.3-1
$ ghci -lpthread
GHCi, version 7.0.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading object (dynamic) pthread ... done
final link ... done
Prelude>
--
Joachim "nomeata" Breitner
Debian Developer
[email protected] | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: [email protected] | http://people.debian.org/~nomeata
signature.asc
Description: This is a digitally signed message part
--- End Message ---