Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14434] New: 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] New: console-tools 0.2.3 fails to build without LC_ALL defined
  • Date: 3 Apr 2008 23:04:06 -0000

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

Summary: console-tools 0.2.3 fails to build without LC_ALL
defined
Product: Codex
Version: stable-rc grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


$ sorcery -v
1.13.8

# sorcery rebuild
...
Waiting for any other casts of console-tools to complete... done.
Building console-tools
hash checking source file console-tools-0.2.3.tar.gz...
Algorithm used: sha512
Allowing new hashsha512
Checking spell level WORKS_FOR_ME
Spell level is a new allowed level
hash verification succeeded
Unpacking source file console-tools-0.2.3.tar.gz for spell console-tools.
patching file lib/findfile.c
patching file contrib/codepage.c
patching file kbdtools/showkey.c
Do you wish to add -- options to ./configure? [n]
Using gcc version: 4.2.3
Installing in dir: /usr/src/console-tools-0.2.3
console-tools 0.2.3
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i486-pc-linux-gnu
...
make[2]: Leaving directory `/usr/src/console-tools-0.2.3/lib'
Making all in fontfiletools
make[2]: Entering directory `/usr/src/console-tools-0.2.3/fontfiletools'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -march=i486 -pipe -c
psfaddtable.c
psfaddtable.c: In function 'main':
psfaddtable.c:133: error: 'LC_ALL' undeclared (first use in this function)
psfaddtable.c:133: error: (Each undeclared identifier is reported only once
psfaddtable.c:133: error: for each function it appears in.)
make[2]: *** [psfaddtable.o] Error 1
make[2]: Leaving directory `/usr/src/console-tools-0.2.3/fontfiletools'

$ echo $LC_ALL


$ grep LC_ALL /etc/sysconfig/locale
LC_ALL=

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



  • [SM-Grimoire-Bugs] [Bug 14434] New: console-tools 0.2.3 fails to build without LC_ALL defined, bugzilla-daemon, 04/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page