Donate Share

Ext2 Filesystems Utilities

Tracker: Bugs

5 e2fsprogs fails to build in some locales - ID: 1532177
Last Update: Comment added ( tytso )

the script lib/ss/ct_c.sed uses things like 'a-z', but
the calling env does not make sure that the locale has
been set to C first

quick fix is to add:
export LC_ALL=C
to the top of lib/ss/mk_cmds.sh.in

but you may prefer to add the more lengthy/standard GNU
approach:
# NLS nuisances.
for as_var in \
LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE
LC_IDENTIFICATION \
LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME
LC_NUMERIC LC_PAPER \
LC_TELEPHONE LC_TIME
do
if (set +x; test -z "`(eval $as_var=C; export
$as_var) 2>&1`"); then
eval $as_var=C; export $as_var
else
unset $as_var
fi
done


Mike Frysinger ( vapier ) - 2006-08-01 04:41

5

Closed

Accepted

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2006-11-12 15:44
Sender: tytsoProject AdminAccepting Donations

Logged In: YES
user_id=628

Thanks for the bug report; I've fixed in my upstream sourcesl


Date: 2006-11-11 09:13
Sender: vapierAccepting Donations

Logged In: YES
user_id=114429

the awk files in lib/et/ are also affected (which means the
compile_et.sh.in file)


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2006-11-12 15:44 tytso
resolution_id None 2006-11-12 15:44 tytso
close_date - 2006-11-12 15:44 tytso