Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13408] ncurses 5.6 update problem

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 13408] ncurses 5.6 update problem
  • Date: 14 Jan 2007 08:03:25 -0000

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





------- Additional Comments From seth AT swoolley.homeip.net 2007-01-14 02:03
-------
note to self:

in INSTALL:

# get rid of the old version of libncurses.so (otherwise tic will complain
during 5.4 -> 5.5)
{
mv $INSTALL_ROOT/lib/libncurses.so.$VERSION \
$INSTALL_ROOT/lib/libncurses.so-bak.$VERSION &&
mv $INSTALL_ROOT/lib/libncurses.so.$MVERSION \
$INSTALL_ROOT/lib/libncurses.so-bak.$MVERSION &&
{ rm $INSTALL_ROOT/lib/libncurses.so.* ; true; } && # we might not be using an
old version
mv $INSTALL_ROOT/lib/libncurses.so-bak.$VERSION \
$INSTALL_ROOT/lib/libncurses.so.$VERSION &&
mv $INSTALL_ROOT/lib/libncurses.so-bak.$MVERSION \
$INSTALL_ROOT/lib/libncurses.so.$MVERSION &&
ldconfig; true # but we don't care if there is nothing there (chroot install)
} &&


duplicate this code for libncursesw too

(not this bug, but just for robustness)

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