[
https://issues.apache.org/jira/browse/MESOS-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450508#comment-15450508
]
Colbert Philippe commented on MESOS-6107:
-----------------------------------------
I'm installing Mesos 1.0.1 (latest version) on VirtualBox (latest version). I
created a VM in VirtualBox with Unbuntu 16.06 (latest version). I followed
the small number of steps from the website. I installed all the necessary
dependencies without a problem. However, when came time to compile Mesos, I
ran into problems. Here is the list of instructions to compile.
# Change working directory.
$ cd mesos
# Bootstrap (Only required if building from git repository).
$ ./bootstrap
# Configure and build.
$ mkdir build
$ cd build
$ ../configure
$ make
I managed to get to the second last line to run ../configure, without a
problems. It ran fine, displaying a number of lines without apparent problems.
When came time to run make, I get the error message:
*** No targets specified and no makefile found. Stop
This obviously means that there are no make files in the build directory.
It's like the generation of the source directory was not completed properly.
However, no error messages were given to that effect when running ../configure.
I have a 64 Gigabyte hard-drive that is used only 23% (stats given by df
command).
This process of compiling Mesos needs to be reviewed.
> Ubuntu installation and compilation instructions don't work (are out-of-date)
> -----------------------------------------------------------------------------
>
> Key: MESOS-6107
> URL: https://issues.apache.org/jira/browse/MESOS-6107
> Project: Mesos
> Issue Type: Bug
> Reporter: Colbert Philippe
>
> I am new to Mesos. I read the installation documentation and compilation
> instructions. This process as described in the documentation on the website
> does not work when trying to install from Linux - Ubuntu. Compilation does
> not work!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)