Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14434] console-tools 0.2.3 fails to build without LC_ALL defined

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 14434] console-tools 0.2.3 fails to build without LC_ALL defined
  • Date: 5 Apr 2008 02:16:16 -0000

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





------- Additional Comments From sandalle AT sourcemage.org 2008-04-04 21:16
-------
Last I recall, console-tools had issues on some PPC boxes (only old world?).

Even with LC_ALL set everywhere for my environment (and the spell), I get the
same error.

# echo $LC_ALL
C

# grep LC_ALL /etc/sysconfig/locale
LC_ALL="C"

I even set the following in console-tools/BUILD:
if [[ -z $LC_ALL ]]
then
LC_ALL=C
fi &&

default_build

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