I started yesterday to install openembedded according to the Wiki::GettingStarted.
When I try to build anything with bitbake it doesn't succeed. If I try to build nano I get the following:
(using bitbake -D -D -D nano)
NOTE: fetch
http://www.treke.net/oe/source/quilt_savan...ER_0_39_.tar.gzDEBUG: Fetch: checking for module directory
NOTE: Fetch cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_0_39
DEBUG: mkdirhier(/home/slug/sources/cvs/quilt-native)
DEBUG: created /home/slug/sources/cvs/quilt-native
DEBUG: Running CVS_RSH="ssh" /usr/bin/env cvs -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/quilt co -r VER_0_39 quilt
NOTE: Task failed: Fetch failed: quilt
NOTE: package quilt-native-0.39-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package quilt-native-0.39: failed
ERROR: Build of nano failed
It don'tt know where the problem could be. Invoking the command
CVS_RSH="ssh" /usr/bin/env cvs -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/quilt co -r VER_0_39 quilt
succeeds. Afterward I can retry building bitbake -D -D -D nano. Then I get the following.
NOTE: fetch
http://www.treke.net/oe/source/quilt_savan...ER_0_39_.tar.gzDEBUG: Fetch: checking for module directory
NOTE: Update cvs://anoncvs:@savannah.nongnu.org/cvsroot/quilt;method=ext;rsh=ssh;module=quilt;tag=VER_0_39
NOTE: Task failed: Fetch failed: quilt
NOTE: package quilt-native-0.39-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package quilt-native-0.39: failed
ERROR: Build of nano failed
It doesn't depend on the package I try to build. I assume that it isn't the cvs task which fails. As I am knew to openembedded I have no idea what is going wrong. Is there chance to debug even more?
I am using an up to date gentoo ~x86 system.
thanks,
Norbert