Davide Scaini ha scritto:
On Sat, Jan 16, 2010 at 7:55 PM, Marco Franceschetti <[email protected]>wrote:

Davide Scaini ha scritto:

On Fri, Jan 15, 2010 at 6:14 PM, Davide Scaini <[email protected]> wrote:



On Fri, Jan 15, 2010 at 6:06 PM, Al Johnson <[email protected]
wrote:

On Friday 15 January 2010, Davide Scaini wrote:


This is the only one error i get...

NOTE: Tasks Summary: Attempted 7242 tasks of which 2953 didn't need to


be


rerun and 1 failed.

Could it be related with IMAGE_FSTYPES in local.conf? Maybe wrong
variable... I'll try this.


The error message you posted refers to a log file which should contain
the
details of the actual error encountered. The line in question is:

ERROR: see log in
/home/elijah/shr_build/shr-unstable/tmp/work/om-gta02-oe-
linux-gnueabi/shr-lite-image-2.0-r10/temp/log.do_rootfs.11768

What is in that log?



Ah, ok, sorry! I'm really a newbie in building shr :(
(and maybe i didn't get it really well)
The logfile is very long ... last lines are:

Configuring eglibc-localedata-translit-font
(offline root mode: not running eglibc-localedata-translit-font.postinst)
Configuring eglibc-localedata-iso14651-t1-common
(offline root mode: not running
eglibc-localedata-iso14651-t1-common.postinst)
+ for i in locale-base-en-us
+ opkg-cl -f

/home/elijah/shr_build/shr-unstable/tmp/staging/x86_64-linux/etc/opkg.conf
-o /home/elijah/shr_build/shr-unstable/tmp/rootfs/shr-lite-image install
locale-base-en-us
Collected errors:
 * Cannot find package locale-base-en-us.




maybe because i put
GLIBC_GENERATE_LOCALES = "it_IT.UTF-8"
in conf/local.conf, and afaik en_US is required
but if I want both?
thanks
d

 ------------------------------------------------------------------------


_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user


Hi
i use this :

GLIBC_GENERATE_LOCALES = "en_US.UTF-8 it_IT.UTF-8"
;-)

bye

_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user


Thanks! But I'm still not able to build shr... could you please post me your
conf/local.conf ?
Thanks
d

You need to rebuild glibc for locales generation.
bitbake -c clean shr-lite-image glibc or if that does not help clean glibc-initial too and then rebuild image.
my conf/local.conf :

# require conf/distro/include/moko-autorev.inc
# require conf/distro/include/fso-autorev.inc
#BBFILES += "${TOPDIR}/shr/openembedded/recipes/*/*.bb"
BBFILES += "${TOPDIR}/bb/*/*.bb"
#BB_GIT_CLONE_FOR_SRCREV = "1"
OE_ALLOW_INSECURE_DOWNLOADS=1
#BB_SRCREV_POLICY="cache"
# speed up build by parallel building - usefull for multicore cpus
PARALLEL_MAKE = "-j 2"
BB_NUMBER_THREADS = "3"
# avoid multiple locales generation to speedup the build and save space
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 it_IT.UTF-8"
# completely disable generation of locales. If building qemu fails this might help
#ENABLE_BINARY_LOCALE_GENERATION = "0"
#require conf/distro/include/sane-srcrevs.inc
#require conf/distro/include/sane-srcdates.inc
#require conf/distro/include/shr-autorev.inc
#require conf/distro/include/shr-autorev-unstable.inc
# enable local builds for SHR apps
# require local-builds.inc
IMAGE_FSTYPES = "jffs2 tar.gz"

but i would suggest to use the default one :-) and to update tree to catch latest mrmoku changes in Makefile.

bye


_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to