[Fedora-haskell-list] [Bug 746325] No way to get backtraces without installing the whole development files

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 15 10:12:51 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=746325

--- Comment #4 from Jens Petersen <petersen at redhat.com> 2011-10-15 06:12:51 EDT ---
>From https://admin.fedoraproject.org/updates/FEDORA-2011-13443

  kkofler - 2011-10-15 04:45:42 (karma 0)
             [..] The -xc option, which provides backtraces for
             exceptions, requires binaries built for profiling,
             i.e. exactly what the -prof subpackages contain.

             kkofler - 2011-10-15 04:46:12 (karma 0)
             (Now if -prof always required -devel, that was always
             broken.)

Ok, I see I am not familiar with this use case.

But I assume you are building with -package or --make
for this which requires libraries' .conf files which are provided
by the devel subpackages: I think what you want is
an upstream RFE to support dyn, static and prof
libraries separately.  /usr/bin/ghc and ghc-pkg
doesn't really known about the different flavours
of libraries, as far as they are concerned
a library is either installed or not.
I believe there is an upstream bug/rfe/todo
to separate them out but not sure if anyone is
working on this presently.

I don't think ghc does what you want yet though
I am happy to be proven wrong.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the haskell-devel mailing list