i apologize for continuing to gnaw on this issue but i'd like to
resolve whatever problems keep me from getting a full "bitbake
base-image" for angstrom. here's my working environment:
* fully-updated fedora 11 preview
* OE "org.openembedded.dev" branch
* hand-rolled bitbake 1.8.12, built from tarball, installed in /usr/bin
* local.conf: MACHINE = "beagleboard"
so, the first question -- if i want to start clean (but without having
to delete all my downloads), all i do is remove the entire
"angstrom-dev" directory. is that sufficient? i'm not aware of any
intermediate results being stashed anywhere else and that seems like
the safest way to not have any leftover cruft messing up a new build.
and here's the current bitbake error:
...
+ install -m 0644
/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/glibc-2.6.1/sunrpc/rpcsvc/bootparam_prot.h
/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/image//usr/include/rpcsvc/
install: cannot stat
`/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/glibc-2.6.1/sunrpc/rpcsvc/bootparam_prot.h':
No such file or directory
...
ERROR: function do_install failed
ERROR: see log in /home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/temp/log.do_install.14316
NOTE: Task failed: /home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/temp/log.do_install.14316
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/rpjday/oe/openembedded/recipes/glibc/glibc_2.6.1.bb do_install failed
ERROR: Task 228 (/home/rpjday/oe/openembedded/recipes/glibc/glibc_2.6.1.bb, do_install) failed
NOTE: Tasks Summary: Attempted 428 tasks of which 0 didn't need to be rerun and 1 failed.
ERROR: '/home/rpjday/oe/openembedded/recipes/glibc/glibc_2.6.1.bb' failed
and here's the salient part of the aforementioned log file (which
doesn't really provide any extra info):
+ install -m 0644
/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/glibc-2.6.1/sunrpc/rpcsvc/bootparam_prot.h
/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/image//usr/include/rpcsvc/
install: cannot stat `/home/rpjday/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/glibc-2.6.1-r16/glibc-2.6.1/sunrpc/rpcsvc/bootparam_prot.h':
No such file or directory
i'm open to suggestions, and i'm willing to keep testing fixes until
this finally works.
rday