Re: Building portable binaries

2015-09-19 Thread F21
Hey James, Thanks for sharing the ebuild! I spun up gentoo as a docker container and copied the ebuild to /usr/local/portage/clustering/mesos/mesos-0.22.0.ebuild. However, when I run ebuild mesos-0.22.0.ebuild manifest, it throws an error about the metadata: Appending /usr/local/portage

Re: Building portable binaries

2015-09-19 Thread CCAAT
Hey F21, The ebuild is attached. Hopefully I'll be setting up github for this and other ebuilds I have been hacking on. I'm not a dev, but debugging these ebuilds in not difficult [1]. Please let me know how this ebuild works for you. I never tested it extensively James On

Re: [VOTE] Release Apache Mesos 0.24.1 (rc1)

2015-09-19 Thread haosdent
I use ``` sudo make -j8 distcheck ``` do test. Passed in Ubuntu 14.04. But could not pass in CentOS 6.6 because of DockerContainerizerTest. On Sat, Sep 19, 2015 at 9:21 AM, Adam Bordelon wrote: > Hi friends, > > Please vote on releasing the following candidate as Apache

Re: [VOTE] Release Apache Mesos 0.24.1 (rc1)

2015-09-19 Thread haosdent
Failed on CentOS 6.6 is because of I don't add correct hosts record in /etc/hosts. Now ``` sudo make -j8 distcheck ``` could pass on both Ubuntu 14.04 and CentOS 6.6 +1 On Sat, Sep 19, 2015 at 5:04 PM, haosdent wrote: > I use > ``` > sudo make -j8 distcheck > ``` > do