[LLVMbugs] [Bug 2085] New: standardize locales for build

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Feb 22 13:36:01 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=2085

           Summary: standardize locales for build
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


llvm-gcc won't build given the locale settings:

  LC_ALL=et_EE.UTF-8
  LANG=et_EE.UTF-8
  unset LOCALE

because the sed pattern [a-z] doesn't match 'llvm'. In Estonian, 'z' is placed
right after 's'.

Putting 'export LANG=C' in the configure script fixes the issue.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list