You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Hans van den Bogert (JIRA)" <ji...@apache.org> on 2014/12/23 13:39:13 UTC

[jira] [Updated] (MESOS-2204) make check fails on fresh Centos 6.5

     [ https://issues.apache.org/jira/browse/MESOS-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans van den Bogert updated MESOS-2204:
---------------------------------------
    Description: 
When building on centos 6.5, make check fails at one point:

bq. make  check-local
make[2]: Entering directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
./tests
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1223 13:11:12.649767 22434 process.cpp:1561] Failed to initialize, gethostbyname2: Unknown host
*** Check failure stack trace: ***
make[2]: *** [check-local] Aborted (core dumped)
make[2]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
make: *** [check-recursive] Error 1

The fix is relatively simple: add your hostname to /etc/hosts on the same line of the '127.0.0.1 localhost ... ...' entry

Perhaps this info should be added on:
http://mesos.apache.org/gettingstarted/

  was:
When building on centos 6.5, make check fails at one point:

bq. make  check-local
make[2]: Entering directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
./tests
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1223 13:11:12.649767 22434 process.cpp:1561] Failed to initialize, gethostbyname2: Unknown host
*** Check failure stack trace: ***
make[2]: *** [check-local] Aborted (core dumped)
make[2]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
make: *** [check-recursive] Error 1

The fix is relatively simple: add your hostname to /etc/hosts on the same line of the '127.0.0.1 localhost ... ...' entry


> make check fails on fresh Centos 6.5
> ------------------------------------
>
>                 Key: MESOS-2204
>                 URL: https://issues.apache.org/jira/browse/MESOS-2204
>             Project: Mesos
>          Issue Type: Documentation
>    Affects Versions: 0.21.0
>         Environment: Centos 6.5 - basic server install
>            Reporter: Hans van den Bogert
>            Priority: Trivial
>
> When building on centos 6.5, make check fails at one point:
> bq. make  check-local
> make[2]: Entering directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
> ./tests
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> F1223 13:11:12.649767 22434 process.cpp:1561] Failed to initialize, gethostbyname2: Unknown host
> *** Check failure stack trace: ***
> make[2]: *** [check-local] Aborted (core dumped)
> make[2]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/root/src/mesos-0.21.0/build/3rdparty/libprocess'
> make: *** [check-recursive] Error 1
> The fix is relatively simple: add your hostname to /etc/hosts on the same line of the '127.0.0.1 localhost ... ...' entry
> Perhaps this info should be added on:
> http://mesos.apache.org/gettingstarted/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)