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

Title: Oz 3.5.3 Build Question
Post 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.
Title: Oz 3.5.3 Build Question
Post by: koen 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] (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]
Title: Oz 3.5.3 Build Question
Post by: amitgil on May 30, 2005, 11:01:35 pm
Quote
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
Title: Oz 3.5.3 Build Question
Post by: CoreDump 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.
Title: Oz 3.5.3 Build Question
Post by: amitgil 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]
 (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.