Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14442] mpfr needs gmp

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14442] mpfr needs gmp
  • Date: 13 Apr 2008 23:12:56 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14442


sandalle AT sourcemage.org changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |sandalle AT sourcemage.org




------- Additional Comments From sandalle AT sourcemage.org 2008-04-13 18:12
-------
Can you reproduce this? I think I see how it might happen
mpfr -> gmp -> g++ -> gcc -> gmp -> g++ -> gcc
-> mpfr (forced)

So, when updating gcc, it will depend on gmp and mpfr, if mpfr is too old
it'll
force mpfr first, which depends on gmp, which depends on gcc, which ... I'm
not
sure how Sorcery handles the dependencies of a forced dependency, but I'd
*assume* mpfr and gmp would be cast *before* gcc. Perhaps gcc forced mpfr, but
since gmp depends on gcc, it was sorted to *after* mpfr and gcc are cast, with
mpfr being forced to cast before gcc, but missing gmp?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page