[
https://issues.apache.org/jira/browse/MESOS-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859805#comment-15859805
]
Anand Mazumdar commented on MESOS-7095:
---------------------------------------
[~AlecBr] From the stack trace, this looks likely due to the incompatibility
between the system installed svn and apr headers on Sierra. Confirming to see
if you performed the following steps from the Getting Started guide:
{noformat}
# There is an incompatiblity with the system installed svn and apr headers.
# We need the svn and apr headers from a brew installation of subversion.
# You may need to unlink the existing version of subversion installed via
# brew in order to configure correctly.
$ brew unlink subversion # (If already installed)
$ brew install subversion
# When configuring, the svn and apr headers from brew will be automatically
# detected, so no need to explicitly point to them. Also,
# `-Wno-deprecated-declarations` is needed to suppress warnings.
$ ../configure CXXFLAGS=-Wno-deprecated-declarations
{noformat}
> Basic make check from getting started link fails
> ------------------------------------------------
>
> Key: MESOS-7095
> URL: https://issues.apache.org/jira/browse/MESOS-7095
> Project: Mesos
> Issue Type: Bug
> Components: build
> Reporter: Alec Bruns
>
> {*** Aborted at 1486657215 (unix time) try "date -d @1486657215" if you are
> using GNU date *** PC: @ 0x1080b7367 apr_pool_create_ex *** SIGSEGV
> (@0x30) received by PID 25167 (TID 0x7fffbdd073c0) stack trace: ***}
> \{@ 0x7fffb50c7bba _sigtramp
> @ \{ 0x72c0517 (unknown)\}
> @ 0x107eaa13a svn_pool_create_ex
> @ 0x107691d6e svn::diff()
> @ 0x107691042 SVNTest_DiffPatch_Test::TestBody()
> @ 0x1077026ba
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0x1076b3ad7
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0x1076b3985 testing::Test::Run()
> @ 0x1076b54f8 testing::TestInfo::Run()
> @ 0x1076b6867 testing::TestCase::Run()
> @ 0x1076c65dc testing::internal::UnitTestImpl::RunAllTests()
> @ 0x1077033da
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0x1076c6007
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0x1076c5ed8 testing::UnitTest::Run()
> @ 0x1074d55c1 RUN_ALL_TESTS()
> @ 0x1074d5580 main
> @ 0x7fffb4eba255 start
> make[6]: *** [check-local] Segmentation fault: 11
> make[5]: *** [check-am] Error 2 make[4]: *** [check-recursive] Error 1
> make[3]: *** [check] Error 2 make[2]: *** [check-recursive] Error 1
> make[1]: *** [check] Error 2 make: *** [check-recursive] Error 1
> make: *** [check-recursive] Error 1
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)