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.26 |
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)
- Show 30 more dependencies...
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 »
snack commented on 2023-05-05 05:55 (UTC)
@pbazaah I use yay as well, and trying to upgrade with it I got the request to install the makedependencies of the non-bin packages. That's what triggered my suspects. Then I decided to buid the packages with makepkg and then install with pacman -U. That way I did not get any problem with the makedependencies, but then at install time I got the request to remove ceph-bin since it conflicts with ceph, even if I was installing ceph-bin. Now pacman believes the non-bin packages are installed on my system. I inspected the PKGBUILD and I see no evident error so I'm a bit clueless. I'll try to remove ceph and install ceph-bin from scratch using yay.
pbazaah commented on 2023-05-04 22:04 (UTC)
@snack
Nope, but I don't use
-U
for installs. All I can say is that I've just updated a decent number of machines myself, and never ran into this problem.Does this problem present itself if you
yay -S ceph-libs-bin ceph-bin
? If not, I'd guess its a problem with pacman/libalpm dependency resolution, because the ceph packages have aprovides
clause for the src variant, and a strict dependency on equal versioned sister packages.@Kevdog
I'm fairly surprised you managed to trigger a cmake error, given this package doesn't invoke cmake at all.
Lastly as PSA: this package will likely need (several) rebuilds in the coming days, as python 3.11 is imminent. I have no idea how much work will be involved in the fixing, as the changes from 3.10 are considerable.
snack commented on 2023-05-04 14:04 (UTC) (edited on 2023-05-04 14:06 (UTC) by snack)
@pbazaah I built and installed ceph-bin and ceph-libs-bin. As I wrote in my previous post pacman removed the installed -bin versions and installed the packages as non -bin. This is the complete output:
So it can be seen that even if I installed the -bin packages now it seems that pacman believes that non -bin versions are installed. I believe this is not correct, do you have any clue about this? Anybody experiencing the same?
Kevdog commented on 2023-05-04 00:57 (UTC) (edited on 2023-05-04 01:00 (UTC) by Kevdog)
When trying to install ceph-bin I get the following:
I have the following java installed:
snack commented on 2023-05-01 17:18 (UTC)
@pbazaah On my system there are just
-bin
packages as you can see in the output ofpacman -Qs ceph
below. Still, when trying to installceph-bin
17.2.6-1 it asks me to removeceph-bin
itself since it conflicts withceph
; but there's noceph
packagebon my system, nor I'm trying to install it. This sounds strange to me.pbazaah commented on 2023-05-01 12:32 (UTC) (edited on 2023-05-01 12:34 (UTC) by pbazaah)
They are different. Quoting https://aur.archlinux.org/packages/ceph#comment-884150
I'd recommend you only use bin packages, or src packages but not both at the same time
snack commented on 2023-05-01 12:06 (UTC)
I get a strange behavior while updating to 17.2.6. It seems that the
ceph-bin
package thinks to beceph
, and tries to remove itself on installing:Am I missing something?
pbazaah commented on 2023-03-07 17:16 (UTC)
v17.2.5-6 has been released.
https://github.com/bazaah/aur-ceph/releases/tag/v17.2.5-6
pbazaah commented on 2023-01-28 19:47 (UTC) (edited on 2023-01-28 19:48 (UTC) by pbazaah)
@mimhof
Yes, however, rdkafka is currently broken which is blocking a rebuild.
See:
mimhof commented on 2023-01-28 16:35 (UTC)
Dependency for boost-libs is broken. Boost-Libs are now on 1.81.0
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »