[ 
https://issues.apache.org/jira/browse/MESOS-7634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047286#comment-16047286
 ] 

Vinod Kone commented on MESOS-7634:
-----------------------------------

Hmm. Not sure why you are getting into ZK build issue and why you need to do 
all those patches. 

The way the Jenkins CI builds it is to use our `support/docker-build.sh` script 
with the appropriate env variables.

```
export OS="s390x/ubuntu:16.04"
export BUILDTOOL="autotools"
export COMPILER="gcc"
export CONFIGURATION="--verbose"
export ENVIRONMENT="GLOG_v=1 MESOS_VERBOSE="

./support/docker_build.sh
```

Can you try the above command to build Mesos from my `vinod/s390x` branch to 
repro?



> OsTest.ChownNoAccess fails on s390x machines
> --------------------------------------------
>
>                 Key: MESOS-7634
>                 URL: https://issues.apache.org/jira/browse/MESOS-7634
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>
> Running a custom branch of Mesos (with some fixes in docker build scripts for 
> s390x) on s390x based CI machines throws the following error when running 
> stout tests.
> {code}
> [ RUN      ] OsTest.ChownNoAccess
> ../../../../3rdparty/stout/tests/os_tests.cpp:839: Failure
> Value of: os::chown(uid.get(), gid.get(), "one", true).isError()
>   Actual: false
> Expected: true
> ../../../../3rdparty/stout/tests/os_tests.cpp:840: Failure
> Value of: os::chown(uid.get(), gid.get(), "one/two", true).isError()
>   Actual: false
> {code}
> One can repro this by building Mesos from my custom branch here: 
> https://github.com/vinodkone/mesos/tree/vinod/s390x



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to