From: "Mark Gollahon" <golly@stellarwerx.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC] Allow to limit generated binary locales topredefined list
Date: Mon, 26 Mar 2007 17:12:00 -0400 (EDT) [thread overview]
Message-ID: <1174943520.1151@gatekeeper.stellarwerx.com> (raw)
In-Reply-To: <1848684762.20070325211238@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2525 bytes --]
Paul:
This doesn't seem to be working for me. I've tried:
GLIBC_GENERATE_LOCALES = "en_US en_US.UTF-8"
GLIBC_GENERATE_LOCALES = "en_US,ISO-8859-1 en_US.UTF-8,UTF-8"
GLIBC_GENERATE_LOCALES = "en_US ISO-8859-1,en_US.UTF-8 UTF-8"
in my local.conf file and it gives me this error:
ERROR: Error in executing: /OE/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 0057: # Collate the locales by base and encoding
ERROR: 0058: encodings = {}
ERROR: 0059: for l in supported:
ERROR: 0060: l = l[:-1]
ERROR: 0061: (locale, charset) = l.split(" ")
ERROR: 0062: m = dot_re.match(locale)
ERROR: 0063: if m:
ERROR: 0064: locale = m.group(1)
ERROR: 0065: if not encodings.has_key(locale):
ERROR: Error in executing: /OE/org.openembedded.dev/packages/glibc/glibc_2.5.bb
ERROR: Exception:exceptions.ValueError Message:need more than 1 value to unpack
ERROR: Printing the environment of the function
ERROR: 0057: if (bb.data.getVar('INHIBIT_PACKAGE_STRIP', d, 1) != '1'):
ERROR: 0058: stripfunc = ""
ERROR: 0059: for root, dirs, files in os.walk(dvar):
ERROR: 0060: for f in files:
ERROR: 0061: file = os.path.join(root, f)
ERROR: 0062: if not os.path.islink(file) and not os.path.isdir(file) and isexec(file):
ERROR: 0063: stripfunc += "\trunstrip %s || st=1\n" % (file)
ERROR: 0064: if not stripfunc == "":
ERROR: 0065: from bb import build
Do I need to use bitbake 1.8.x to get this to work??
Regards,
-Mark Gollahon
Paul Sokolovsky wrote ..
> Hello,
>
> > Binary locale generation for the entire locate set provided by GLIBC
> > takes noticeable amount of time (several hours).
> [...]
> > The solution would be to allow to optionally constrain set of
> > generated locales to a predefined list.
>
> > GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
>
> Committed.
>
>
> []
>
> --
> Best regards,
> Paul mailto:pmiscml@gmail.com
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2007-03-26 21:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-11 2:06 [RFC] Allow to limit generated binary locales to predefined list Paul Sokolovsky
2007-03-11 15:56 ` Jan Janssens
2007-03-11 19:33 ` Paul Sokolovsky
2007-03-13 10:53 ` Jan Janssens
2007-03-13 13:02 ` Paul Sokolovsky
2007-03-25 18:12 ` Paul Sokolovsky
2007-03-26 21:12 ` Mark Gollahon [this message]
2007-03-27 8:50 ` [RFC] Allow to limit generated binary locales topredefined list Paul Sokolovsky
2007-03-27 11:25 ` Florian Boor
2007-03-12 14:13 ` [RFC] Allow to limit generated binary locales to predefined list Rolf Leggewie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1174943520.1151@gatekeeper.stellarwerx.com \
--to=golly@stellarwerx.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.