<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>can someone&nbsp; either assist or toss him a
pointer. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>TIA<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
community-bounces@lists.openmoko.org
[mailto:community-bounces@lists.openmoko.org] <b><span style='font-weight:bold'>On
Behalf Of </span></b>saurabh gupta<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, May 26, 2008 3:52 AM<br>
<b><span style='font-weight:bold'>To:</span></b> community@lists.openmoko.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Fwd: problem in moko
makefile setup</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
Hello everyone,<br>
<br>
I tried to use the moko makefile but there seems some problem. I edited the
makefile by replacing the &quot;git://&quot; by &quot;http://&quot; so that
installation can go on despite of firewall and other things. But while using
the command &quot;make setup&quot; I got the following error<br>
<br>
------------------<br>
student@student-desktop:~/moko$ make setup<br>
( [ -e stamps/bitbake ] &amp;&amp; \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ -e bitbake/.git ] ) ||
\<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( git clone -n <a
href="http://git.openmoko.org/git/bitbake.git" target="_blank">http://git.openmoko.org/git/bitbake.git</a>
bitbake )<br>
Initialized empty Git repository in /home/student/moko/bitbake/.git/<br>
cat: /home/student/moko/bitbake/.git/refs/remotes/origin/bitbake-om: No such
file or directory<br>
cd: 465: can't cd to /home/student/moko/bitbake/.git/refs/remotes/origin<br>
fatal: : not a valid SHA1<br>
( cd bitbake &amp;&amp; \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( git branch | egrep -e
' bitbake-om$' &gt; /dev/null || \<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; git checkout
-b bitbake-om --track origin/bitbake-om ))<br>
git checkout: updating paths is incompatible with switching branches/forcing<br>
Did you intend to checkout 'origin/bitbake-om' which can not be resolved as
commit?<br>
make: *** [setup-bitbake] Error 1<br>
--------------------------<br>
<br>
It seems that there is no origin directory in the
/home/student/moko/bitbake/.git/refs/remotes/ . I checked the repository
structure on <a href="http://git.openmoko.org/git" target="_blank">http://git.openmoko.org/git</a>,
but there is no origin file or directory in the <a
href="http://git.openmoko.org/git/bitbake.git/refs/remotes/" target="_blank">http://git.openmoko.org/git/bitbake.git/refs/remotes/</a>.
So I think that there is something missing.&nbsp; Can anyone help me out in
this regard. <br>
<br>
thanks..<br>
<br>
Regards...<br>
<font color="#888888"><span style='color:#888888'><br>
-- <br>
Saurabh Gupta<br>
Electronics and Communication Engg.<br>
NSIT,<st1:City w:st="on"><st1:place w:st="on">New Delhi</st1:place></st1:City> </span></font><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<o:p></o:p></span></font></p>

</div>

</body>

</html>