OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: amitgil 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.
-
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] (http://index.php?act=findpost&pid=81932\")
[a href=\"http://bugs.openembedded.org/show_bug.cgi?id=29]http://bugs.openembedded.org/show_bug.cgi?id=29[/url]
-
http://bugs.openembedded.org/show_bug.cgi?id=29 (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
-
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.
-
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]
(http://index.php?act=findpost&pid=82213\")
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.