<div dir="ltr">I tried using these<div><ol class="gmail-orderedlist" type="1" style="color:rgb(0,0,0);font-family:Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(237,237,237);text-decoration-style:initial;text-decoration-color:initial"><li class="gmail-listitem"><pre class="gmail-programlisting" style="font-family:monospace;font-size:medium;background-color:rgb(230,230,230);border:thin inset black;overflow:auto;padding:2px 5px;margin:2px"><strong class="gmail-userinput"><code>mkdir -p /opt/mports</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>cd /opt/mports</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>git clone <a href="https://github.com/macports/macports-base.git">https://github.com/macports/macports-base.git</a></code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>git checkout v2.4.3  # skip this if you want to use the development version</code></strong></pre></li><li class="gmail-listitem"><p style="margin:6px 0px">Build and Install MacPorts</p><p style="margin:6px 0px">MacPorts uses autoconf and makefiles for installation. These commands will build and install MacPorts to<span> </span><code class="gmail-filename" style="color:rgb(139,26,26)">/opt/local</code>. You can add<span> </span><code class="gmail-option">--prefix</code><span> </span>to<span> </span><code class="gmail-filename" style="color:rgb(139,26,26)">./configure</code><span> </span>to relocate MacPorts to another directory if needed.</p><pre class="gmail-programlisting" style="font-family:monospace;font-size:medium;background-color:rgb(230,230,230);border:thin inset black;overflow:auto;padding:2px 5px;margin:2px"><code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>cd /opt/mports/macports-base</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>./configure --enable-readline</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>make</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>sudo make install</code></strong>
<code class="gmail-prompt">$</code> <strong class="gmail-userinput"><code>make distclean</code></strong></pre></li></ol><div>while trying to configure i am getting :    configure: error: mtree not found.</div></div><div><br></div><div>How to proceed?<br><br>I think i need to install additional files.</div><div>Can someone help?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 April 2018 at 21:58, Vishnu <span dir="ltr"><<a href="mailto:vishnum1998@gmail.com" target="_blank">vishnum1998@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hey<br><div><br></div><div>I have been trying to install Macports on ubuntu.</div><div>And am unable to do so.</div><div><br></div><div>Downloaded the tar.</div><div>Somehelp would be appreciated.</div><div> </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 24 April 2018 at 08:55, Jackson Isaac <span dir="ltr"><<a href="mailto:ijackson@macports.org" target="_blank">ijackson@macports.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Vishnu,<br>
<br>
Welcome to The MacPorts Project!<br>
<span><br>
On Tue, Apr 24, 2018 at 4:15 AM, Vishnu <<a href="mailto:vishnum1998@gmail.com" target="_blank">vishnum1998@gmail.com</a>> wrote:<br>
> Hey,<br>
><br>
> So first thing.<br>
> (a.1) I am planning to install ubuntu on my pc in a day.<br>
>         I guess We can install Macports on that.<br>
<br>
</span>That's great. Let us know if you face any issues and if we could be of any help.<br>
<br>
I was also thinking about cloud platform (specifically Google Cloud) which gives<br>
you around 300$ of credits for one year where you could spin up a VM and test<br>
the installation.<br>
<br>
Note: It might need a Credit Card for authentication.<br>
<span><br>
> (a.2 , a.3) Once macports is installed i'll install mpstats ,buildbot too.<br>
><br>
> (b.1) I went and completed week 1.But i am unable to access week 3 , week<br>
> 4.Because the course starts on April 30 i guess.<br>
> I went through the topics.<br>
> Week 3 : Subqueries and Join<br>
> Week 4 : Modifying and Analyzing Data with SQL<br>
><br>
<br>
</span>I guess you can join the upcoming session and complete all the<br>
assignments and weeks<br>
before hand too (I was able to do so few weeks back).<br>
<span><br>
> So now would learn more about these topics through youtube, many other<br>
> resources.<br>
><br>
> (b.2) Will look into them.<br>
> (b.3) Django hopefully wouldn't be a problem.<br>
><br>
> (c.0)  I would suggest that we create a new repository for your project<br>
> under<br>
> MacPorts, you fork it and use your own fork for endlessly playing with<br>
> it, testing etc<br>
> This sounds good.<br>
> I think i would be more comfortable with Github.<br>
><br>
> (c.2) Can be done.<br>
> (c.3) You are talking about Build History data ..right?<br>
> There is already a JSON API for it as you said..so cant we use it? (<br>
> <a href="https://build.macports.org/json/help" rel="noreferrer" target="_blank">https://build.macports.org/jso<wbr>n/help</a> )<br>
><br>
> (d.1 , d.2) Yes will do the research .<br>
><br>
><br>
> (e.1) I think when i will be changing Buildbot to update the database after<br>
> every build ..Then i would need Tcl.<br>
> Will learn them as i get time.<br>
><br>
<br>
</span>Speaking from experience, I would suggest go through the basics of Tcl<br>
and write some small sample programs to get the gist of Tcl.<br>
This would help you recall whatever you tried now at a later point<br>
of time when you actually touch macports-base.<br>
<br>
<a href="https://www.tcl.tk/man/tcl8.5/tutorial/Tcl0.html" rel="noreferrer" target="_blank">https://www.tcl.tk/man/tcl8.5/<wbr>tutorial/Tcl0.html</a> helped me a lot.<br>
I always keep this window open while developing base.<br>
<span><br>
> Will see Project Description.<br>
><br>
> Also i have my Semester End exams from 27 April - 7 may.<br>
> So maybe i would not be able to reply on time.<br>
><br>
<br>
</span>No issues. Do well for the exams :) Keep us updated.<br>
<br>
Looking forward to a great summer this year :)<br>
<span class="m_2980507543979690845HOEnZb"><font color="#888888"><br>
-- <br>
Jackson Isaac<br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>