This has been flagged out of date for two months. Is there any way to flag this so others can maintain it?
Search Criteria
Package Details: mesos 1.5.0-1
Git Clone URL: | https://aur.archlinux.org/mesos.git (read-only) |
---|---|
Package Base: | mesos |
Description: | A cluster manager that simplifies the complexity of running applications on a shared pool of servers |
Upstream URL: | http://mesos.apache.org/ |
Licenses: | |
Groups: | |
Submitter: | dseg |
Maintainer: | mcoffin (slester) |
Last Packager: | mcoffin |
Votes: | 11 |
Popularity: | 0.001692 |
First Submitted: | 2014-07-14 09:47 |
Last Updated: | 2018-02-23 18:45 |
Dependencies (13)
- apr
- curl (curl-http2-git, curl-git, curl-ssh)
- cyrus-sasl
- java-environment (java-gcj-compat, jdk8-openjdk-infinality, jdk6, jdk5, zulu-jdk, jdk-dcevm, jdk9-openj9-bin, jdk7, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk-arm, tuxjdk, jdk8-openjdk-jetbrains, jdk8-openj9-bin, jdk7-openjdk-infinality, intellij-jdk, java-8-openjdk-shenandoah, jdk8, jdk, jdk-devel, jdk9, jdk10-openjdk, jdk7-openjdk, jdk8-openjdk, jdk9-openjdk)
- python2 (pypy19, stackless-python2, placeholder)
- subversion (subversion-1.6)
- zlib (zlib-asm, libz, zlib-git, zlib-static)
- libevent>=2 (libevent-git, libevent-fb)
- libnl>=3.2.28 (libnl-git)
- maven (mvnvm) (make)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, openssl-chacha20, libressl, openssl-tls1.3-git) (make)
- python2-setuptools (make)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, openssl-chacha20, libressl, openssl-tls1.3-git) (optional) – ssl support
Required by (3)
- apache-aurora
- apache-aurora (make)
- deimos (optional)
Sources (4)
Latest Comments
mcoffin commented on 2017-10-30 19:33
slester commented on 2017-09-09 21:08
conradkdotcom commented on 2017-07-07 13:52
hey ! thanks for the package, definitely helps setting everything up !
for some extra security, would you mind switching URLs to use HTTPS please ?
ie:
source=("https://www.apache.org/dist/$pkgname/$pkgver/$pkgname-${pkgver}.tar.gz"
"$pkgname-master.service"
"$pkgname-slave.service")
# official signature file:
# "https://www.apache.org/dist/$pkgname/$pkgver/$pkgname-${pkgver}.tar.gz.asc"
md5sums=('3585de784da66bb4c6df04a1e6bcb439'
'42e6bb21d7682b8a8f036c23532e4fe9'
'55cc5e556bb0622f5f913a1999f17766')
rains commented on 2017-06-22 06:38
agree with @rawskys.
rawskys commented on 2017-05-07 10:18
Another language can have quite different translation which wouldn't match your expression. It's better do precede "pacman -Qi python2" with "LC_ALL=C ".
tmas commented on 2017-05-06 15:09
The line
_python2_ver_major=$(pacman -Qi python2|gawk '$1~/Version/{split($3,v,".");print
Is not working in all locales because 'Version' is translated. If you get an error about your python version being too old just edit PKGBUILD and change 'Version' for whatever you see on the second line of 'pacman -Qi python2'.
A possible fix:
gawk 'FNR==2{split($3,v,".");print v[1] "." v[2]}')
huitseeker commented on 2017-04-18 01:31
I had a couple of problems compiling his one with kernel 4.10.9.
Fixed it by :
- adding the following environment variables to the `build()` :
```
CXXFLAGS=-fno-strict-aliasing \
CPPFLAGS=-fno-strict-aliasing \
```
- adding
```
#include <sys/sysmacros.h>
```
to the imports of
src/mesos-1.2.0/src/slave/containerizer/mesos/isolators/gpu/isolator.cpp
src/mesos-1.2.0/src/linux/fs.cpp
Metallion commented on 2016-11-18 09:52
For me too it fails because it tries to install existing python libraries.
It's trying to overwrite python2-setuptools and python2-protobuf. I see both are in the dependencies so why would they be bundled here?
Here's part of the error:
(1/1) checking for file conflicts [########################################################################] 100%
error: failed to commit transaction (conflicting files)
mesos: /usr/bin/easy_install exists in filesystem
mesos: /usr/bin/easy_install-2.7 exists in filesystem
mesos: /usr/lib/python2.7/site-packages/easy_install.py exists in filesystem
mesos: /usr/lib/python2.7/site-packages/google/protobuf/__init__.py exists in filesys
--snip--
mesos: /usr/lib/python2.7/site-packages/setuptools/unicode_utils.py exists in filesystem
mesos: /usr/lib/python2.7/site-packages/setuptools/version.py exists in filesystem
mesos: /usr/lib/python2.7/site-packages/setuptools/windows_support.py exists in filesystem
Errors occurred, no packages were upgraded.
==> WARNING: Your packages are saved in /tmp/yaourt-tmp-metallion
pacman -Qo /usr/lib/python2.7/site-packages/setuptools/script.tmpl
/usr/lib/python2.7/site-packages/setuptools/script.tmpl is owned by python2-setuptools 1:28.8.0-1
evilezh commented on 2016-11-17 19:50
1.1.0 is out btw.
I might maintain for time being.
dseg commented on 2016-11-10 15:46
Hi everyone, as I mentioned before, unfortunately I don't have a powerful enough PC to continue to maintain this huge and complicated product (mesos) and its packaging.
Anyone who has interested in adopting this package, please let me know, I'll disown soon.
I've messaged the maintainer of this package in an attempt to get either the issues resolved and the package updated, or potentially talk about a maintainer transfer.
@slester I CC'd you on this discussion as well.