<div dir="ltr"><div>All,<br><br></div><div>Thanks for your help.  My intent?  I am a GSoC student.  All I want to do is get GRASS to build (and later PDAL) so I can start coding on my project.  I am not blindly following the instructions on the linked wiki page, but almost blindly in that I do not understand most of the context of the specifics.<br><br></div><div>My preference would be to skip it if it is not essential for my objective.  By skipping this, I come to another mystery statement in the instructions.  I will post them by starting a separate thread.<br></div><div><br></div>- Paul<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 16, 2017 at 4:40 AM, Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Paul Schrum <<a href="mailto:paul.schrum@gmail.com" target="_blank">paul.schrum@gmail.com</a>> [2017-05-15 16:14:12 -0400]:<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am attempting to build GRASS on my machine and I suppose I am having<br>
trouble.  I am so bewildered by all of this I can't actually be sure.  I am<br>
posting to request help.  Here is my situation:<br>
<br>
I am new to GRASS development, and I am working on GSoC on integrating PDAL<br>
interoperability.   I have not yet set up my project's wiki page or I would<br>
link it in this sentence.<br>
<br>
I am running OSGeo-live on Oracle Virtual Box with my base OS being Windows<br>
8.1.<br>
<br>
My mentor, Vashek Petras, directed me to start here:<br>
<a href="https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#Dependencies" rel="noreferrer" target="_blank">https://grasswiki.osgeo.org/wi<wbr>ki/Compile_and_Install_Ubuntu#<wbr>Dependencies</a><br>
and work through the build procedure.  On that page, I got down as far<br>
as "simple<br>
configure, compile and install" and ran that once.  I don't remember what<br>
it told me, but I figured it was okay since I could always do it again, so<br>
I executed the next line (under the "or"):<br>
<br>
./configure && make -j2  &&  sudo checkinstall<br>
When I do this, I get the message<br>
Building Debian package... FAILED!<br>
</blockquote>
<br></span>
Note, checkinstall is mean to help installing software that you can<br>
easily uninstall later on if and when you wish so.<br>
<br>
Do you intend to build a .deb package to install it afterwards<br>
on a system that uses deb packages?  If not, I suggest that you don't<br>
use checkinstall at all.  See also Vaclav's answer in his own post in<br>
this thread.<br>
<br>
What you could do, after configuring and before actually compiling, is<br>
perhaps you want to look at/run `make check` (see<br>
<a href="http://stackoverflow.com/questions/1735473/what-does-make-check-do#1735553" rel="noreferrer" target="_blank">http://stackoverflow.com/quest<wbr>ions/1735473/what-does-make-<wbr>check-do#1735553</a>).<span class="HOEnZb"><font color="#888888"><br>
<br>
Nikos<br>
</font></span></blockquote></div><br></div>