All of lore.kernel.org
 help / color / mirror / Atom feed
* Glibc for Angstrom fails to build
@ 2006-11-22 18:27 Andrey A Bondarenko
  2006-11-26  0:39 ` Michal Panczyk
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey A Bondarenko @ 2006-11-22 18:27 UTC (permalink / raw)
  To: openembedded-devel

Hello!

I am just fallowing the manual on the oe.org site. I can not build glibc
(i.e. can not build anything). I am using gcc 3.4 on Fedora Core 6.

[shaman@localhost build]$ bitbake gpe-image
NOTE: Using cache in '/OE/build/tmp/cache/hx4700'
NOTE: Handling BitBake files: / (4045/4045) [100 %]
NOTE: Parsing finished. 3882 cached, 0 parsed, 163 skipped, 0 masked.

NOTE: build 200611222009: started

OE Build Configuration:
BB_VERSION     = "1.6.3"
OE_REVISION    = "7faa9e1500d9ce5c29c1b92c2545f05b296a34ea"
TARGET_ARCH    = "arm"
TARGET_OS      = "linux-gnueabi"
MACHINE        = "hx4700"
DISTRO         = "angstrom"
DISTRO_VERSION = "test-20061122"
TARGET_FPU     = "soft"

NOTE: preferred version 2.5 of glibc not available
NOTE: package glibc-2.5: started
NOTE: package glibc-2.5-r3: task do_compile: started
NOTE: SITE
files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux 
NOTE: package glibc-2.5-r3: task do_compile: completed
NOTE: package glibc-2.5-r3: task do_install: started
NOTE: SITE
files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux 
NOTE: package glibc-2.5-r3: task do_install: completed
NOTE: package glibc-2.5-r3: task do_package: started
NOTE: preparing tree for binary locale generation
NOTE: SITE
files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux 
NOTE: generating locale es_NI (UTF-8)
NOTE: Task failed: localedef returned an error (command was
PATH="/OE/build/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/build/tmp/staging/i686-linux/bin:/OE/build/tmp/cross/bin:/OE/bitbake/bin/:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/shaman/bin" I18NPATH="/usr/share/i18n" qemu-arm -r 2.6.16 -L /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree/bin/localedef --force --old-style --no-archive --prefix=/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree --inputfile=/usr/share/i18n/locales/es_NI --charmap=UTF-8 es_NI).
NOTE: package glibc-2.5-r3: task do_package: failed
ERROR: TaskFailed event exception, aborting
NOTE: package glibc-2.5: failed
ERROR: Build of gpe-image failed

-- 
WBR,
Andrey "Shaman007" Bondarenko

http://mobilelinux.ru
http://mobilelinux.ru/wiki




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Glibc for Angstrom fails to build
  2006-11-22 18:27 Glibc for Angstrom fails to build Andrey A Bondarenko
@ 2006-11-26  0:39 ` Michal Panczyk
  2006-11-26 11:14   ` Andrey Bondarenko
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Panczyk @ 2006-11-26  0:39 UTC (permalink / raw)
  To: openembedded-devel

Hi !
I am not sure if You still need help with that.
I had similar problems while building image for h2200.

Have You tried playing with Your build config like

# adding qemu-native to ASSUME_PROVIDED
ENABLE_BINARY_LOCALE_GENERATION = "0"
ASSUME_PROVIDED += "qemu-native"

?

My problem was that image for h2200 was build with gcc >v4 (inside the
OE). Additionally to the config above You need to have the qemu
package on Your system which is not going to be a problem if You are
using gcc3.

I hope it helps ...

Michal

On 11/22/06, Andrey A Bondarenko <abondarenko@gmail.com> wrote:
> Hello!
>
> I am just fallowing the manual on the oe.org site. I can not build glibc
> (i.e. can not build anything). I am using gcc 3.4 on Fedora Core 6.
>
> [shaman@localhost build]$ bitbake gpe-image
> NOTE: Using cache in '/OE/build/tmp/cache/hx4700'
> NOTE: Handling BitBake files: / (4045/4045) [100 %]
> NOTE: Parsing finished. 3882 cached, 0 parsed, 163 skipped, 0 masked.
>
> NOTE: build 200611222009: started
>
> OE Build Configuration:
> BB_VERSION     = "1.6.3"
> OE_REVISION    = "7faa9e1500d9ce5c29c1b92c2545f05b296a34ea"
> TARGET_ARCH    = "arm"
> TARGET_OS      = "linux-gnueabi"
> MACHINE        = "hx4700"
> DISTRO         = "angstrom"
> DISTRO_VERSION = "test-20061122"
> TARGET_FPU     = "soft"
>
> NOTE: preferred version 2.5 of glibc not available
> NOTE: package glibc-2.5: started
> NOTE: package glibc-2.5-r3: task do_compile: started
> NOTE: SITE
> files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux
> NOTE: package glibc-2.5-r3: task do_compile: completed
> NOTE: package glibc-2.5-r3: task do_install: started
> NOTE: SITE
> files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux
> NOTE: package glibc-2.5-r3: task do_install: completed
> NOTE: package glibc-2.5-r3: task do_package: started
> NOTE: preparing tree for binary locale generation
> NOTE: SITE
> files /OE/org.openembedded.dev/site/endian-little /OE/org.openembedded.dev/site/arm-linux
> NOTE: generating locale es_NI (UTF-8)
> NOTE: Task failed: localedef returned an error (command was
> PATH="/OE/build/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/build/tmp/staging/i686-linux/bin:/OE/build/tmp/cross/bin:/OE/bitbake/bin/:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/shaman/bin" I18NPATH="/usr/share/i18n" qemu-arm -r 2.6.16 -L /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree/bin/localedef --force --old-style --no-archive --prefix=/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree --inputfile=/usr/share/i18n/locales/es_NI --charmap=UTF-8 es_NI).
> NOTE: package glibc-2.5-r3: task do_package: failed
> ERROR: TaskFailed event exception, aborting
> NOTE: package glibc-2.5: failed
> ERROR: Build of gpe-image failed
>
> --
> WBR,
> Andrey "Shaman007" Bondarenko
>
> http://mobilelinux.ru
> http://mobilelinux.ru/wiki
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


-- 

Michal



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Glibc for Angstrom fails to build
  2006-11-26  0:39 ` Michal Panczyk
@ 2006-11-26 11:14   ` Andrey Bondarenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Bondarenko @ 2006-11-26 11:14 UTC (permalink / raw)
  To: openembedded-devel

Hello!

Yes, I had done so and now it works. Thank you!

2006/11/26, Michal Panczyk <mpanczyk@gmail.com>:
>
> Hi !
> I am not sure if You still need help with that.
> I had similar problems while building image for h2200.
>
> Have You tried playing with Your build config like
>
> # adding qemu-native to ASSUME_PROVIDED
> ENABLE_BINARY_LOCALE_GENERATION = "0"
> ASSUME_PROVIDED += "qemu-native"
>
> ?
>
> My problem was that image for h2200 was build with gcc >v4 (inside the
> OE). Additionally to the config above You need to have the qemu
> package on Your system which is not going to be a problem if You are
> using gcc3.
>
> I hope it helps ...
>
> Michal
>
> On 11/22/06, Andrey A Bondarenko <abondarenko@gmail.com> wrote:
> > Hello!
> >
> > I am just fallowing the manual on the oe.org site. I can not build glibc
> > (i.e. can not build anything). I am using gcc 3.4 on Fedora Core 6.
> >
> > [shaman@localhost build]$ bitbake gpe-image
> > NOTE: Using cache in '/OE/build/tmp/cache/hx4700'
> > NOTE: Handling BitBake files: / (4045/4045) [100 %]
> > NOTE: Parsing finished. 3882 cached, 0 parsed, 163 skipped, 0 masked.
> >
> > NOTE: build 200611222009: started
> >
> > OE Build Configuration:
> > BB_VERSION     = "1.6.3"
> > OE_REVISION    = "7faa9e1500d9ce5c29c1b92c2545f05b296a34ea"
> > TARGET_ARCH    = "arm"
> > TARGET_OS      = "linux-gnueabi"
> > MACHINE        = "hx4700"
> > DISTRO         = "angstrom"
> > DISTRO_VERSION = "test-20061122"
> > TARGET_FPU     = "soft"
> >
> > NOTE: preferred version 2.5 of glibc not available
> > NOTE: package glibc-2.5: started
> > NOTE: package glibc-2.5-r3: task do_compile: started
> > NOTE: SITE
> > files /OE/org.openembedded.dev/site/endian-little
> /OE/org.openembedded.dev/site/arm-linux
> > NOTE: package glibc-2.5-r3: task do_compile: completed
> > NOTE: package glibc-2.5-r3: task do_install: started
> > NOTE: SITE
> > files /OE/org.openembedded.dev/site/endian-little
> /OE/org.openembedded.dev/site/arm-linux
> > NOTE: package glibc-2.5-r3: task do_install: completed
> > NOTE: package glibc-2.5-r3: task do_package: started
> > NOTE: preparing tree for binary locale generation
> > NOTE: SITE
> > files /OE/org.openembedded.dev/site/endian-little
> /OE/org.openembedded.dev/site/arm-linux
> > NOTE: generating locale es_NI (UTF-8)
> > NOTE: Task failed: localedef returned an error (command was
> >
> PATH="/OE/build/tmp/staging/i686-linux/bin/arm-angstrom-linux-gnueabi:/OE/build/tmp/staging/i686-linux/bin:/OE/build/tmp/cross/bin:/OE/bitbake/bin/:/usr/lib/qt-
> 3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/shaman/bin"
> I18NPATH="/usr/share/i18n" qemu-arm -r 2.6.16 -L
> /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree
> /OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree/bin/localedef
> --force --old-style --no-archive
> --prefix=/OE/build/tmp/work/armv5te-angstrom-linux-gnueabi/glibc-2.5-r3/locale-tree
> --inputfile=/usr/share/i18n/locales/es_NI --charmap=UTF-8 es_NI).
> > NOTE: package glibc-2.5-r3: task do_package: failed
> > ERROR: TaskFailed event exception, aborting
> > NOTE: package glibc-2.5: failed
> > ERROR: Build of gpe-image failed
> >
> > --
> > WBR,
> > Andrey "Shaman007" Bondarenko
> >
> > http://mobilelinux.ru
> > http://mobilelinux.ru/wiki
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
>
>
> --
>
> Michal
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
WBR,
Andrey "Shaman007" Bondarenko

http://mobilelinux.ru


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-26 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-22 18:27 Glibc for Angstrom fails to build Andrey A Bondarenko
2006-11-26  0:39 ` Michal Panczyk
2006-11-26 11:14   ` Andrey Bondarenko

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.