Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15851] cannot build nfs-utils with merged gcc spell

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 15851] cannot build nfs-utils with merged gcc spell
  • Date: 22 Sep 2010 16:02:18 -0000

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


Andraž 'ruskie' Levstik <ruskie+bugs AT codemages.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |ruskie+bugs AT codemages.net




--- Comment #1 from Andraž 'ruskie' Levstik <ruskie+bugs AT codemages.net>
2010-09-22 11:02:17 ---
Hmm the old gcc has:

ln -sf ${TRACK_ROOT}/usr/bin/cpp ${INSTALL_ROOT}/lib

I modified that to:

if [[ ! -e $INSTALL_ROOT/lib/cpp ]] ; then
ln -sv $INSTALL_ROOT/usr/bin/cpp $INSTALL_ROOT/lib/cpp
fi

Maybe need to kill the if and just force it.

--
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