Openmoko Bug #2169: mokomakefile/org.openmoko.asu.stable: illume_svn.bb do_fetch failed
Openmoko Public Trac
bugs at docs.openmoko.org
Sun Jan 4 19:04:55 CET 2009
#2169: mokomakefile/org.openmoko.asu.stable: illume_svn.bb do_fetch failed
---------------------+------------------------------------------------------
Reporter: lindi | Owner: openmoko-devel
Type: defect | Status: new
Priority: normal | Milestone:
Component: unknown | Version: unspecified
Severity: normal | Keywords:
Haspatch: 0 | Blockedby:
Estimated: | Patchreview:
Blocking: | Reproducible:
---------------------+------------------------------------------------------
Comment(by lindi):
I retried build today but this time I did not get past step 2:
{{{
$ make setup
( [ -e stamps/bitbake ] && \
[ -e bitbake/.git ] ) || \
( git clone -n git://git.openmoko.org/git/bitbake.git bitbake )
Initialized empty Git repository in
/local/lindi/openmoko/mokomakefile/bitbake/.git/
remote: Generating pack...
remote: Done counting 6148 objects.
remote: Deltifying 6148 objects.
remote: 100% (6148/6148) done
remote: Total 6148, written 6148 (delta 3580), reused 6142 (delta 3577)
Receiving objects: 100% (6148/6148), 1.10 MiB | 1267 KiB/s, done.
Resolving deltas: 100% (3580/3580), done.
( cd bitbake && \
( git branch | egrep -e ' bitbake-om$' > /dev/null || \
git checkout -b bitbake-om --track origin/bitbake-om ))
( cd bitbake && git checkout bitbake-om )
Already on "bitbake-om"
[ -d stamps ] || mkdir stamps
touch stamps/bitbake
( [ -e stamps/openembedded ] && \
[ -e openembedded/.git ] ) || \
( git clone -n git://git.openmoko.org/git/openmoko.git
openembedded )
Initialized empty Git repository in
/local/lindi/openmoko/mokomakefile/openembedded/.git/
remote: Generating pack...
remote: Done counting 179526 objects.
remote: Deltifying 179526 objects.
remote: 100% (179526/179526) done
Receiving objects: 100% (179526/179526), 85.77 MiB | 5565 KiB/s, done.
remote: Total 179526, written 179526 (delta 123425), reused 170517 (delta
117312)
Resolving deltas: 100% (123425/123425), done.
( cd openembedded && \
( git branch | egrep -e ' org.openmoko.asu.stable$' > /dev/null
|| \
git checkout -b org.openmoko.asu.stable --track
origin/org.openmoko.asu.stable ))
fatal: git checkout: updating paths is incompatible with switching
branches/forcing
Did you intend to checkout 'origin/org.openmoko.asu.stable' which can not
be resolved as commit?
make: *** [setup-openembedded] Error 128
}}}
Any idea what I am doing wrong?
--
Ticket URL: <https://docs.openmoko.org/trac/ticket/2169#comment:2>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac
More information about the devel
mailing list