Hi Disha, According to your log, both `make` and `make check` are passed. It failed when `make install` because of permission. We should use `root` (by sudo or root user) to install mesos into default directory; and you can also change it by `configure --prefix path_to_dir_with_written_permission`
Thanks Klaus On Mon, Feb 8, 2016 at 1:27 PM Disha Singh <[email protected]> wrote: > A few lines in the end of make check command were : > > -----*****------ > > [----------] 22 tests from ContentType/SchedulerTest (17276 ms total) > > [----------] Global test environment tear-down > [==========] 920 tests from 117 test cases ran. (652156 ms total) > [ PASSED ] 920 tests. > > YOU HAVE 9 DISABLED TESTS > > make[3]: Leaving directory `/home/disha/Desktop/mesos/build/src' > make[2]: Leaving directory `/home/disha/Desktop/mesos/build/src' > make[1]: Leaving directory `/home/disha/Desktop/mesos/build/src' > > ----*****------- > > After i run make install I get : > > -----****----- > > Making install in . > make[1]: Entering directory `/home/disha/Desktop/mesos/build' > make[2]: Entering directory `/home/disha/Desktop/mesos/build' > make[2]: Nothing to be done for `install-exec-am'. > /bin/mkdir -p '/usr/local/lib/pkgconfig' > /bin/mkdir: cannot create directory ‘/usr/local/lib/pkgconfig’: Permission > denied > make[2]: *** [install-pkgconfigDATA] Error 1 > make[2]: Leaving directory `/home/disha/Desktop/mesos/build' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory `/home/disha/Desktop/mesos/build' > make: *** [install-recursive] Error 1 > > -----****----- > > Sorry, for delay in reply. > Thanks for helping . :) > > On Sat, Feb 6, 2016 at 7:27 PM, Klaus Ma <[email protected]> wrote: > > > What error did you get? > > > > ---- > > Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer > > Platform OpenSource Technology, STG, IBM GCG > > +86-10-8245 4084 | [email protected] | http://k82.me > > > > On Sat, Feb 6, 2016 at 6:18 PM, Disha Singh <[email protected]> > > wrote: > > > > > It worked fine ,but then some test cases failed even when I didn't > touch > > > any files, I am just trying to build mesos the way it is. Is it > something > > > that is supposed to happen? I guess no. :( > > > > > > On Fri, Jan 29, 2016 at 5:53 AM, Klaus Ma <[email protected]> > > wrote: > > > > > > > If no requirement on java/python, you can disable them as Vinod said > > > > (`../configure --disable-java`); it'll also reduce build time :). > > > > > > > > ---- > > > > Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer > > > > Platform OpenSource Technology, STG, IBM GCG > > > > +86-10-8245 4084 | [email protected] | http://k82.me > > > > > > > > On Fri, Jan 29, 2016 at 4:18 AM, Vinod Kone <[email protected]> > > > wrote: > > > > > > > > > On Thu, Jan 28, 2016 at 11:55 AM, Disha Singh < > > > [email protected] > > > > > > > > > > wrote: > > > > > > > > > > > I am also unable to upgrade maven2 to maven3. > > > > > > > > > > > > > > > > Have you tried asking on the maven user list? You would probably > get > > > > better > > > > > help regarding maven upgrade there. > > > > > > > > > > If you are not interested in maven/java bindings, you can try > > building > > > > > mesos with --disable-java configure option. > > > > > > > > > > > > > > > -- Regards, ---- Da (Klaus), Ma (马达), PMP® | Advisory Software Engineer IBM Platform Development & Support, STG, IBM GCG +86-10-8245 4084 | [email protected] | http://k82.me
