Mokomake mkae setup fails

Ewan Marshall ewanm89 at googlemail.com
Tue Mar 27 20:48:20 CEST 2007


Make setup for mokomakefile is giving this error:

make setup
[ -e bitbake ] || \
	( svn co -r HEAD svn://svn.berlios.de/bitbake/branches/bitbake-1.6 bitbake )
[ -e OE.mtn ] || \
	( ( wget -c -O OE.mtn.bz2 
http://www.openembedded.org/snapshots/OE-this-is-for-mtn-0.31.mtn.bz2 || \
	    wget -c -O OE.mtn.bz2 http://www.openembedded.org/snapshots/OE.mtn.bz2 ) 
&& \
	  bunzip2 OE.mtn.bz2 && \
	  mtn --db=OE.mtn db migrate && \
	  mtn --db=OE.mtn pull monotone.openembedded.org org.openembedded.dev )
--15:58:30--  
http://www.openembedded.org/snapshots/OE-this-is-for-mtn-0.31.mtn.bz2
           => `OE.mtn.bz2'
Resolving www.openembedded.org... 85.214.40.226
Connecting to www.openembedded.org|85.214.40.226|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 82,722,019 (79M) [text/plain]

100%[====================================>] 82,722,019   230.83K/s    ETA 
00:00

16:04:57 (209.08 KB/s) - `OE.mtn.bz2' saved [82722019/82722019]

mtn: calculating necessary migration steps
mtn: no migration performed; database schema already up-to-date at 
ae196843d368d042f475e3dadfed11e9d7f9f01e
mtn: doing anonymous pull; use -kKEYNAME if you need authentication
mtn: connecting to monotone.openembedded.org
mtn: finding items to synchronize:
mtn: certificates | keys | revisions
mtn:       29,153 |   36 |     9,615
mtn:  bytes in | bytes out | certs in | revs in
mtn:     1.9 M |     1.5 M |        0 |       0
mtn:  bytes in | bytes out |      certs in |     revs in
mtn:    10.7 M |     1.6 M |  9,043/14,181 | 2,229/3,505
mtn: error: I/O failure while talking to peer monotone.openembedded.org, 
disconnecting
make: *** [setup-mtn] Error 1

I then tried
 make update-makefile ; make update ; make setup
( rm -rf Makefile.old ; \
	  mv Makefile Makefile.old ; \
	  wget http://www.rwhitby.net/files/openmoko/Makefile && \
	  rm -f Makefile.old )
--19:00:51--  http://www.rwhitby.net/files/openmoko/Makefile
           => `Makefile'
Resolving www.rwhitby.net... 66.159.209.60
Connecting to www.rwhitby.net|66.159.209.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/Makefile 
[following]
--19:00:53--  http://svn.nslu2-linux.org/svnroot/mokomakefile/trunk/Makefile
           => `Makefile'
Resolving svn.nslu2-linux.org... 140.211.167.165
Connecting to svn.nslu2-linux.org|140.211.167.165|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7,216 (7.0K) [text/plain]

100%[====================================>] 7,216         34.30K/s             

19:00:54 (34.18 KB/s) - `Makefile' saved [7216/7216]

mtn --db=OE.mtn pull monotone.openembedded.org org.openembedded.dev
mtn: doing anonymous pull; use -kKEYNAME if you need authentication
mtn: connecting to monotone.openembedded.org
mtn: finding items to synchronize:
mtn: certificates | keys | revisions
mtn:       35,937 |   44 |    11,844
mtn:  bytes in | bytes out | certs in | revs in
mtn:     1.2 M |     1.1 M |        0 |       0
mtn:  bytes in | bytes out |    certs in |     revs in
mtn:    17.3 M |     1.1 M | 2,685/5,154 |   665/1,280
mtn: error: I/O failure while talking to peer monotone.openembedded.org, 
disconnecting
make: *** [update-mtn] Error 1
[ -e bitbake ] || \
	( svn co -r HEAD svn://svn.berlios.de/bitbake/branches/bitbake-1.6 bitbake )
[ -e OE.mtn ] || \
	( ( wget -c -O OE.mtn.bz2 
http://www.openembedded.org/snapshots/OE-this-is-for-mtn-0.31.mtn.bz2 || \
	    wget -c -O OE.mtn.bz2 http://www.openembedded.org/snapshots/OE.mtn.bz2 ) 
&& \
	  bunzip2 OE.mtn.bz2 && \
	  mtn --db=OE.mtn db migrate && \
	  mtn --db=OE.mtn pull monotone.openembedded.org org.openembedded.dev )
[ -e openembedded/_MTN/revision ] || \
	( mtn --db=OE.mtn checkout --branch=org.openembedded.dev \
		 openembedded )
mtn: branch org.openembedded.dev has multiple heads:
mtn:   190b6a69d61b81a346fd716bd98a7dd4b0fdc441 pfalcon at openembedded.org 
2007-03-07T03:54:38
mtn:   234f2f3a7aa277eff91304510795af8ab99d25eb svolpe at openembedded.org 
2007-03-17T14:06:02
mtn:   6e08dddd36f6545a5ac5fc1ad87762258f2e4d01 mreimer at openembedded.org 
2007-02-22T22:18:44
mtn:   a33060785662f1407a1d47f9e23df18b384ec12b florian at openembedded.org 
2007-03-06T11:22:52
mtn:   dd2914802be68a8406e20f6af7f15a588be59465 koen at openembedded.org 
2007-03-06T12:28:44
mtn: choose one with 'mtn checkout -r<id>'
mtn: error: branch org.openembedded.dev has multiple heads
make: *** [setup-openembedded] Error 1


I hope you can tell me the problem.
Ewan Marshall
-- 
Geek by Nature, Linux by Choice.
68 74 74 70 3A 2F 2F 65 77 61 6E 6D 38 39 2E 68 6F 6D 65 6C 69 6E 75 78 2E 6F 
72 67 2F




More information about the community mailing list