Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15166] New: gcc -> gmp -> g++ -> gcc circular dependency

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 15166] New: gcc -> gmp -> g++ -> gcc circular dependency
  • Date: 13 Apr 2009 02:17:44 -0000

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

Summary: gcc -> gmp -> g++ -> gcc circular dependency
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: gnu
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org
Blocks: 15136


gcc depends on gmp
gmp optionally depends on g++
g++ depends on gmp and gcc
gmp depends on gcc

If you are recasting these and the version for gcc/g++ does not change, you
may
get g++ compiling before gcc to meet the gmp built with g++ requirement. If
your archspecs have changed, you now have gmp and g++ trying to build with
archspecs which gcc hasn't been built to use yet.

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




Archive powered by MHonArc 2.6.24.

Top of Page