Your message dated Sun, 20 Dec 2009 13:20:50 -0200
with message-id <1261322450.26109.89.ca...@zezinho>
and subject line This bug is fixed
has caused the Debian Bug report #514065,
regarding Should depend on ghc6-prof
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.)
--
514065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514065
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: haskell-mtl
Version: 1.1.0.2-1
Severity: important
Tags: patch
Justification: fails to build from source
I got this message when trying to build libghc6-mtl-dev with ghc6
6.10.1+dfsg1-5:
Control/Monad/Cont.hs:74:7:
Could not find module `Control.Monad':
Perhaps you haven't installed the profiling libraries for package base?
Use -v to see a list of the files searched for.
When I installed ghc6-prof, it passed this part of the build.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- haskell-mtl-1.1.0.2.orig/debian/control 2009-02-03 18:11:52.000000000
-0200
+++ haskell-mtl-1.1.0.2/debian/control 2009-02-03 19:45:48.000000000 -0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Kari Pahula <[email protected]>
Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5), haddock (>= 2.4.1), hscolour,
haskell-devscripts, ghc6 (>= 6.10.1), ghc6-doc, cdbs
+Build-Depends: debhelper (>= 5), haddock (>= 2.4.1), hscolour,
haskell-devscripts, ghc6 (>= 6.10.1), ghc6-prof (>= 6.10.1), ghc6-doc, cdbs
Package: libghc6-mtl-dev
Section: libdevel
--- End Message ---
--- Begin Message ---
Now haskell-mtl Build-Depends on ghc6-prof.
--
marcot
http://marcot.iaaeee.org/
--- End Message ---