Search Criteria
Package Details: pcs 0.10.4-1
Git Clone URL: | https://aur.archlinux.org/pcs.git (read-only, click to copy) |
---|---|
Package Base: | pcs |
Description: | pacemaker corosync shell utility for cluster configuration |
Upstream URL: | http://clusterlabs.org/ |
Licenses: | |
Submitter: | bidulock |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-07 04:24 |
Last Updated: | 2019-12-23 09:25 |
Dependencies (24)
- pacemaker (pacemaker1.1, pacemaker1.1-git, pacemaker-git)
- python (python-dbg)
- python-dateutil
- python-lxml
- python-pycurl
- python-simplejson
- python-urllib3
- python-yaml
- ruby (ruby1.8, rvm)
- ruby-backports
- ruby-ethon
- ruby-ffi
- ruby-json (ruby-json-1)
- ruby-open4
- ruby-rack
- ruby-rack-protection
- ruby-rack-test
- ruby-sinatra
- ruby-tilt
- ttf-liberation
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git) (make)
- python-setuptools (make)
- ruby-bundler (make)
- wget (wget-git) (make)
Required by (1)
- booth (optional)
Latest Comments
Thermi commented on 2019-07-01 19:50
Package also requires python-pyopenssl and python-tornado at runtime.
Also requires that pcsd_gem_path in pcs/settings_default.py is set to None. You could do that in pcs/settings.py. The reason is that it points to vendor/bundle/ruby by default, but this package doesn't bundle any gems.
Also: All paths in pcs/settings_default.py that contain /usr/libexec need to be changed to point to /usr/lib instead.
E.g.
joekhoobyar commented on 2018-11-30 21:28
Most recent build has errors when trying to start up pcsd:
Nov 30 16:26:30 bokbok systemd[1]: Starting PCS GUI and remote configuration interface...
-- Subject: Unit pcsd.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit pcsd.service has begun starting up.
Nov 30 16:26:30 bokbok pcsd[3414]: /usr/lib/ruby/2.5.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'rack' (< 2.0.0) - did find: [rack-2.0.5] (Gem::MissingSpecVersionError)
Nov 30 16:26:30 bokbok pcsd[3414]: Checked in 'GEM_PATH=/.gem/ruby/2.5.0:/usr/lib/ruby/gems/2.5.0:/usr/lib/pcsd/vendor/bundle/ruby', execute
gem env
for more informationNov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/dependency.rb:323:in `to_spec'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_gem.rb:65:in `gem'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/pcsd/ssl.rb:5:in `<top (required)>'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:135:in `require'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:39:in `require'
Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/pcsd/pcsd:14:in `<main>'
salosh commented on 2017-08-01 09:55
# git log -n 1
commit d9fee38ca2d057b032c1438ecdb074b3437bd35e (HEAD -> master, origin/master, origin/HEAD)
Author: Brian Bidulock <bidulock@openss7.org>
Date: Thu May 18 06:46:54 2017 -0600
version 0.9.157
# makepkg -si
==> Starting build()...
make: Entering directory '/remote/git/cluster/pcs/src/pcs-0.9.157/pcsd'
bundle package
Fetching source index from https://tojeline.fedorapeople.org/rubygems/
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/
Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/
make: *** [Makefile:37: get_gems] Error 17
make: Leaving directory '/remote/git/cluster/pcs/src/pcs-0.9.157/pcsd'
==> ERROR: A failure occurred in build().
Aborting...
Any help would be appreciated...