Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13654] switching ncurses to utf-8 breaks bash

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 13654] switching ncurses to utf-8 breaks bash
  • Date: 25 Mar 2007 14:46:20 -0000

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





------- Additional Comments From sobukus AT sourcemage.org 2007-03-25 08:46
-------
Yeah, seen this, too... thought I did my chroot in a weird way.
It'd this braindead ncurses installation asking for trouble... appaently the
handling in the spell is still not perfect.

The last make command wants to create

/lib/libncursesw.so.5.6

and in the ongoing, a shell script is called... /bin/sh links to

/lib/libncurses.so.5

which is a symlink to

/lib/libncursesw.so.5.6

This is the file that is just being deleted/written to/linked/whatever... how
the heck is that supposed to work and indeed does work most of the times?
Looks like a very unsafe procedure to me... ncurses install is a bit of a
mystery.

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