Hi Ben,

+1

Worked for me see below.


balrog:~ pramirez$ wget
http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-inc
ubating.tar.gz
...
2013-03-04 09:19:41 (3.14 MB/s) - `mesos-0.10.0-incubating.tar.gz' saved
[26184035/26184035]

balrog:~ pramirez$ wget
http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-inc
ubating.tar.gz.md5
...
2013-03-04 09:20:01 (4.83 MB/s) - `mesos-0.10.0-incubating.tar.gz.md5'
saved [81/81]

balrog:~ pramirez$ wget
http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-inc
ubating.tar.gz.asc
...
2013-03-04 09:20:20 (95.9 KB/s) - `mesos-0.10.0-incubating.tar.gz.asc'
saved [881/881]

balrog:~ pramirez$ md5 mesos-0.10.0-incubating.tar.gz
MD5 (mesos-0.10.0-incubating.tar.gz) = 6aa70e04902d4f27d30f74a142206dd4
balrog:~ pramirez$ more mesos-0.10.0-incubating.tar.gz.md5
mesos-0.10.0-incubating.tar.gz: 6A A7 0E 04 90 2D 4F 27  D3 0F 74 A1 42 20
6D D4

balrog:~ pramirez$ wget
http://svn.apache.org/repos/asf/incubator/mesos/dist/KEYS
...
2013-03-04 09:23:52 (218 KB/s) - `KEYS' saved [7192/7192]

balrog:~ pramirez$ gpg --import KEYS
gpg: key F6FB762C: public key "Benjamin Hindman <b...@apache.org>" imported
gpg: key 1B207A4D: public key "Andy Konwinski (CODE SIGNING KEY)
<and...@apache.org>" imported
gpg: Total number processed: 2
gpg:               imported: 2  (RSA: 2)

balrog:~ pramirez$ gpg --verify mesos-0.10.0-incubating.tar.gz.asc
gpg: Signature made Thu Feb  7 22:22:30 2013 PST using RSA key ID F6FB762C
gpg: Good signature from "Benjamin Hindman <b...@apache.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: 4BF2 061E 7300 3185 CA06  E30F F99D 6AD0 F6FB 762C

balrog:~ pramirez$ tar xzvf mesos-0.10.0-incubating.tar.gz
balrog:~ pramirez$ cd mesos-0.10.0

balrog:mesos-0.10.0 pramirez$ ./configure --disable-java
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating third_party/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

balrog:mesos-0.10.0 pramirez$ make
cd . && /bin/sh ./config.status src/java/mesos.pom
config.status: creating src/java/mesos.pom
Making all in .
...
Long interlude while mesos builds to _success_
...
Then a drumroll
...
copying src/mesos.egg-info/PKG-INFO ->
build/bdist.macosx-10.6-universal/egg/EGG-INFO
copying src/mesos.egg-info/SOURCES.txt ->
build/bdist.macosx-10.6-universal/egg/EGG-INFO
copying src/mesos.egg-info/dependency_links.txt ->
build/bdist.macosx-10.6-universal/egg/EGG-INFO
copying src/mesos.egg-info/top_level.txt ->
build/bdist.macosx-10.6-universal/egg/EGG-INFO
writing build/bdist.macosx-10.6-universal/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/mesos-0.10.0-py2.6-macosx-10.6-universal.egg' and adding
'build/bdist.macosx-10.6-universal/egg' to it
removing 'build/bdist.macosx-10.6-universal/egg' (and everything under it)
Making all in ec2
make[1]: Nothing to be done for `all'.
Making all in hadoop
make[1]: Nothing to be done for `all'.






Thanks,
Paul Ramirez


On 2/7/13 10:32 PM, "Benjamin Hindman" <b...@berkeley.edu> wrote:

>Please vote on releasing the following candidate as Apache Mesos
>(incubating) version 0.10.0. This will be the second incubator release for
>Mesos in Apache.
>
>
>--------------------------------------------------------------------------
>-------
>Changes since last release candidate:
>  * Updated configure.ac to work better on OS X 10.8.
>  * Added missing license (the only blocker on the previous candidate).
>--------------------------------------------------------------------------
>-------
>
>
>The candidate for Mesos 0.10.0-incubating release is available at:
>
>http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-in
>cubating.tar.gz
>
>The tag to be voted on:
>
>https://svn.apache.org/repos/asf/incubator/mesos/tags/release-0.10.0-incub
>ating-RC4
>
>The MD5 checksum of the tarball can be found at:
>
>http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-in
>cubating.tar.gz.md5
>
>The signature of the tarball can be found at:
>
>http://people.apache.org/~benh/mesos-0.10.0-incubating-RC4/mesos-0.10.0-in
>cubating.tar.gz.asc
>
>Mesos' KEYS file, containing the PGP keys used to sign the release:
>  http://svn.apache.org/repos/asf/incubator/mesos/dist/KEYS
>
>Please vote on releasing this package as Apache Mesos 0.10.0-incubating!
>
>The vote is open until Monday, February 11th at 5:00 pm (PST) and passes
>if
>a majority of at least 3 +1 IPMC votes are cast.
>
>[ ] +1 Release this package as Apache Mesos 0.10.0-incubating
>[ ] -1 Do not release this package because ...
>
>To learn more about Apache Mesos, please see http://www.mesosproject.org.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to