[oe-commits] [Bug 5331] New: de_DE at euro in GLIBC_GENERATE_LOCALES breaks: "need more than 1 value to unpack"

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Thu Oct 29 16:05:05 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5331

           Summary: de_DE at euro in GLIBC_GENERATE_LOCALES breaks: "need
                    more than 1 value to unpack"
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: org.openembedded.stable
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: sbrandt at gmx.de


I usually use the locale de_DE at euro.
(UTF8 not compatible for sharing development files with windows, mainly).
I added it to the list of GLIBC_GENERATE_LOCALES.
The glibc build broke with a python error:

ERROR: Error in executing:
/mnt/gentoo/beagle/oe/openembedded/recipes/glibc/glibc_2.6.1.bb
ERROR: Exception:<type 'exceptions.ValueError'> Message:need more than 1 value
to unpack
ERROR: Printing the environment of the function
ERROR:  0061:
ERROR:  0062:   encodings = {}
ERROR:  0063:   for l in supported:
ERROR:  0064:           l = l[:-1]
ERROR:  0065:           (locale, charset) = l.split(" ")
ERROR:  0066:           if utf8_only and charset != 'UTF-8':
ERROR:  0067:                   continue
ERROR:  0068:           m = dot_re.match(locale)
ERROR:  0069:           if m:

glibc-package.bbclass, line 226
dot_re = re.compile("(.*)\.(.*)")

After removing, build succeeded.

Any other way to use the latin9/iso8850-15 locales?

System:
OpenSUSE 11.1 x64, python 2.6.0 (x64)
BitBake Build Tool Core version 1.8.12, bitbake version 1.8.12 (x64)
beagleboard
angstrom-2008.1
git branch stable/2009

Thanks,
Sebastian

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




More information about the Openembedded-commits mailing list