Search Criteria
Package Details: ceph-bin 18.2.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/ceph-bin.git (read-only, click to copy) |
---|---|
Package Base: | ceph-bin |
Description: | Distributed, fault-tolerant storage platform delivering object, block, and file system |
Upstream URL: | https://ceph.com/ |
Licenses: | GPL-2.0-or-later OR LGPL-2.1-or-later OR LGPL-3.0-or-later |
Conflicts: | ceph |
Submitter: | pbazaah |
Maintainer: | pbazaah |
Last Packager: | pbazaah |
Votes: | 10 |
Popularity: | 1.19 |
First Submitted: | 2022-08-14 16:06 (UTC) |
Last Updated: | 2024-09-17 15:04 (UTC) |
Dependencies (50)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- boost-libs
- ceph-libs-binAUR
- cryptsetup (cryptsetup-gitAUR)
- expat (expat-gitAUR)
- fmt (fmt-gitAUR)
- fuse3 (fuse3-gitAUR)
- gawk (gawk-gitAUR, busybox-coreutilsAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gperftools (gperftools-gitAUR)
- libaio (libaio-gitAUR)
- libcap
- libcap-ng (libcap-ng-gitAUR)
- libnl (libnl-gitAUR)
- librabbitmq-c
- librdkafka (librdkafka-gitAUR)
- lua
- lvm2 (lvm2-gitAUR)
- oath-toolkit (oath-toolkit-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-bcrypt
- python-cheroot
- python-cherrypy
- python-cmd2
- python-colorama (python-colorama-gitAUR)
- python-coverage
- python-dateutil
- python-importlib-metadata
- python-jinja
- python-jsonpatch
- python-packaging
- python-pecan
- python-prettytable
- python-pyopenssl
- python-requests
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-setuptools
- python-typing_extensions
- python-urllib3
- python-werkzeug
- python-yaml (python-yaml-gitAUR)
- snappy (snappy-gitAUR)
- sqlite (sqlite-fossilAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR)
- cephadmAUR (cephadm-gitAUR, cephadmAUR, ceph-cephadmAUR) (optional) – Required if cluster is managed via cephadm
- nvme-cli (nvme-cli-gitAUR) (optional) – disk monitoring for NVMe drives
- python-influxdbAUR (optional) – For mgr/module:influx
- python-kubernetes (python-kubernetes-gitAUR) (optional) – For mgr/module:rook,k8sevents
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (optional) – For mgr/module:diskprediction_local
- smartmontools (smartmontools-svnAUR) (optional) – disk monitoring via S.M.A.R.T
Required by (0)
Sources (29)
- cephfs_shell_18.2.4_3.tar.zst
- cephfs_top_18.2.4_3.tar.zst
- ceph_base_18.2.4_3.tar.zst
- ceph_cephfs_18.2.4_3.tar.zst
- ceph_common_18.2.4_3.tar.zst
- ceph_compressor_18.2.4_3.tar.zst
- ceph_crypto_18.2.4_3.tar.zst
- ceph_erasure_18.2.4_3.tar.zst
- ceph_mds_18.2.4_3.tar.zst
- ceph_mgr_18.2.4_3.tar.zst
- ceph_mon_18.2.4_3.tar.zst
- ceph_node_proxy_18.2.4_3.tar.zst
- ceph_osd_18.2.4_3.tar.zst
- ceph_rados_18.2.4_3.tar.zst
- ceph_rbd_18.2.4_3.tar.zst
- ceph_rgw_18.2.4_3.tar.zst
- ceph_test_18.2.4_3.tar.zst
- ceph_tools_18.2.4_3.tar.zst
- ceph_volume_18.2.4_3.tar.zst
- libcephfs_18.2.4_3.tar.zst
- libcephsqlite_18.2.4_3.tar.zst
- librados_18.2.4_3.tar.zst
- librbd_18.2.4_3.tar.zst
- librgw_18.2.4_3.tar.zst
- python_cephfs_18.2.4_3.tar.zst
- python_ceph_common_18.2.4_3.tar.zst
- python_rados_18.2.4_3.tar.zst
- python_rbd_18.2.4_3.tar.zst
- python_rgw_18.2.4_3.tar.zst
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
pbazaah commented on 2023-01-25 14:46 (UTC)
@snack
Thanks, good to know. I'll prepare a patch for the second, though I'm leery to modify system files.
I have also raised https://bugs.archlinux.org/task/77257?project=5&string=librdkafka so hopefully either arch or the upstream will fix.
snack commented on 2023-01-25 14:39 (UTC)
@pbazaah I successfully rebuilt Ceph starting from your aur-ceph repo and replacing
curl
withlibcurl
in/usr/lib/pkgconfig/rdkafka.pc
. At first sight everything seems to be working, but I have not run the tests (not enough memory on my machine) and I had to fix these compiler errors:by removing all the occurrences of
.to_string()
insrc/rgw/rgw_asio_client.cc
.Hope this helps those needing to rebuild the package quickly.
pbazaah commented on 2023-01-23 18:07 (UTC)
I have opened https://github.com/bazaah/aur-ceph/issues/11, which tracks this issue.
pbazaah commented on 2023-01-23 17:32 (UTC)
So I found the issue:
curl
is not a pkg-config module (that would belibcurl
), but I'm not sure who's to blame yet.pbazaah commented on 2023-01-23 12:09 (UTC)
Bad news, ran into some strange issue with rdkafka's version. I'll look into this later
pbazaah commented on 2023-01-23 09:54 (UTC)
I'll start a rebuild now, all goes well, I'll push it this evening, after work
snack commented on 2023-01-23 09:36 (UTC)
I think this package needs a rebuild after today's upgrade of boost to 1.81.0:
SilentStoat commented on 2023-01-12 23:25 (UTC)
Using pacaur at least running them at the same time still tried to install ceph-libs. I had to run
pacaur -S ceph-libs-bin
first and thenpacaur -S ceph-bin
for it to see that the dependency was filled.pbazaah commented on 2023-01-09 07:49 (UTC)
@sampsoncrowley,
TLDR: run
<yay/paru/aur helper> -S ceph-libs-bin ceph-bin
The problem itself comes from AUR packages not having their
provides=()
array being resolved correctly (or at all?), so you have to manually select the-bin
package which is then recognized as providingceph-libs
.There are two ways I can fix this.
ceph-libs-bin
, but give up allowing people to mix the from source and binary versions of cephI'm currently exploring 2, but am curious if you (or anyone else using this package) has an opinion on the matter.
sampsoncrowley commented on 2023-01-09 03:39 (UTC)
Every time I try to install this bin package, ceph-libs (not bin) starts building. am I doing something wrong? (well obviosuly yes, but I can't figure out why the non-bin package keeps adding itself back into the list)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »