Author Topic: Oz 3.5.3 Build Question  (Read 3046 times)

amitgil

  • Newbie
  • *
  • Posts: 10
    • View Profile
Oz 3.5.3 Build Question
« on: May 28, 2005, 12:15:30 pm »
Trying to build OZ 3.5.3 I get the following error:

NOTE: package linux-jlime-sh3-2.6.11-r0: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package linux-jlime-sh3-2.6.11: failed

I'm using bitbake gpe-image.

Any ideas what can cause that?

Can someone post a local.conf file (I'm using 860)?

Thanks,
Amit.

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Oz 3.5.3 Build Question
« Reply #1 on: May 28, 2005, 12:23:16 pm »
Quote
Trying to build OZ 3.5.3 I get the following error:

NOTE: package linux-jlime-sh3-2.6.11-r0: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package linux-jlime-sh3-2.6.11: failed

I'm using bitbake gpe-image.

Any ideas what can cause that?

Can someone post a local.conf file (I'm using 860)?

Thanks,
Amit.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

[a href=\"http://bugs.openembedded.org/show_bug.cgi?id=29]http://bugs.openembedded.org/show_bug.cgi?id=29[/url]
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

amitgil

  • Newbie
  • *
  • Posts: 10
    • View Profile
Oz 3.5.3 Build Question
« Reply #2 on: May 30, 2005, 11:01:35 pm »
Quote
http://bugs.openembedded.org/show_bug.cgi?id=29
[div align=\"right\"][a href=\"index.php?act=findpost&pid=81933\"][{POST_SNAPBACK}][/a][/div]

Thanks, that helped me getting further on the compilation. I tried the opie image. Still I'm getting errors.

Any help / insight is appreciated.
Amit.

/------------------------------------/

| make[5]: Entering directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[5]: *** No rule to make target `-lpcre', needed by `konqueror'.  Stop.
| make[5]: Leaving directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[4]: *** [all-recursive] Error 1
| make[4]: Leaving directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705'
| make: *** [all] Error 2
| FATAL: oe_runmake failed
NOTE: Task failed:
NOTE: package konqueror-embedded-20030705-r3: task do_compile: failed
ERROR: TaskFailed event exception, aborting
NOTE: package konqueror-embedded-20030705: failed
ERROR: Build of opie-image failed

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Oz 3.5.3 Build Question
« Reply #3 on: May 30, 2005, 11:34:20 pm »
Quote
Thanks, that helped me getting further on the compilation. I tried the opie image. Still I'm getting errors.

Any help / insight is appreciated.
Amit.

/------------------------------------/

| make[5]: Entering directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[5]: *** No rule to make target `-lpcre', needed by `konqueror'.  Stop.
|[...]

Ah the good old konquerer bug. Try installing the libpcre-dev package on your host machine.
On Debian SID that would be the libpcre3-dev package.
Webmaster of hentges.net & Embedded Linux Developer.

amitgil

  • Newbie
  • *
  • Posts: 10
    • View Profile
Oz 3.5.3 Build Question
« Reply #4 on: May 31, 2005, 11:45:39 pm »
Quote
Quote
Thanks, that helped me getting further on the compilation. I tried the opie image. Still I'm getting errors.

Any help / insight is appreciated.
Amit.

/------------------------------------/

| make[5]: Entering directory `/home/agil/zaurus/build/tmp/work/konqueror-embedded-20030705-r3/konqueror-embedded-snapshot-20030705/konq-embed/src'
| make[5]: *** No rule to make target `-lpcre', needed by `konqueror'.  Stop.
|[...]

Ah the good old konquerer bug. Try installing the libpcre-dev package on your host machine.
On Debian SID that would be the libpcre3-dev package.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

On FC distribution it's pcre-devel:
[a href=\"http://rpmfind.net/linux/rpm2html/search.php?query=pcre-devel&submit=Search+...&system=fedora&arch=]http://rpmfind.net/linux/rpm2html/search.p...em=fedora&arch=[/url]

Amit.