Package Details: ceph-libs-bin 18.2.4-3

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-libs
Provides: ceph-libs
Submitter: pbazaah
Maintainer: pbazaah
Last Packager: pbazaah
Votes: 10
Popularity: 1.45
First Submitted: 2022-08-14 16:06 (UTC)
Last Updated: 2024-09-17 15:04 (UTC)

Required by (5)

Sources (29)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

pbazaah commented on 2024-09-17 15:08 (UTC)

v18.2.4-3 is now available.

Release notes: https://github.com/bazaah/aur-ceph/releases/tag/v18.2.4-3

00nave198 commented on 2024-09-15 22:23 (UTC)

The fmt package had a soname bump from libfmt.so.10 to libfmt.so.11. 18.2.4-2 links to libfmt.so.10:

ldd /usr/bin/ceph-fuse
...
    libfmt.so.10 => not found
    ...

pbazaah commented on 2024-09-08 11:41 (UTC)

v18.2.4-2 is now available.

Release notes: https://github.com/bazaah/aur-ceph/releases/tag/v18.2.4-2

pbazaah commented on 2024-09-05 09:09 (UTC)

I have opened https://github.com/bazaah/aur-ceph/issues/25 to track the 18.2.4-2 rebuild, and the xfsprogs packagers have already packaged the xfs fix, so I should be able continue today

pbazaah commented on 2024-09-04 12:29 (UTC)

I have created https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/issues/1, but we'll likely need to wait for the upstream to fix this given Archlinux's bug reporting guidelines.

pbazaah commented on 2024-09-03 21:37 (UTC)

So this is fun:

In file included from /usr/include/xfs/xfs.h:46,
                 from /build/ceph/src/ceph-18.2.4/src/os/fs/XFS.cc:17:
/usr/include/xfs/xfs_fs.h: In function ‘xfs_getparents_rec* xfs_getparents_next_rec(xfs_getparents*, xfs_getparents_rec*)’:
/usr/include/xfs/xfs_fs.h:915:16: error: invalid conversion from ‘void*’ to ‘xfs_getparents_rec*’ [-fpermissive]
  915 |         return next;
      |                ^~~~
      |                |
      |                void*

https://bugzilla.kernel.org/show_bug.cgi?id=219203

I don't really want to go monkey patching other system dependencies, so I'll probably raise this as a bug report on the archlinux xfsprogs package -- if I can register with gitlab....

pbazaah commented on 2024-09-03 19:17 (UTC)

I'll kick off a rebuild, thanks for the heads up.

sxh commented on 2024-09-03 13:10 (UTC) (edited on 2024-09-03 13:13 (UTC) by sxh)

ceph binaries do not work due to new boost version (1.86.0-1) in arch repo, but the current ceph binaries need boost 1.83!

$ ldd ceph-osd
  ....
    libboost_thread.so.1.83.0 => not found
    libboost_iostreams.so.1.83.0 => not found
      ....

pbazaah commented on 2024-05-07 12:52 (UTC)

Yes, due to python 3.12 all the python bits (and there are a lot of them) in the project will need to be rebuilt. However, 3.12 has a fairly catastrophic list of removals for deprecated functionality, a lot of which I'm fairly sure ceph uses, so, rebuild for 3.12 may take some time.

You can follow along with my progress here: https://github.com/bazaah/aur-ceph/issues/23, or try your hand at building it yourself using https://github.com/bazaah/aur-ceph/tree/feature/v18.2.2-3 as a starter.

feedc0de commented on 2024-05-07 12:35 (UTC)

getting a python error when I try to use the ceph command line tool:

Traceback (most recent call last):
  File "/usr/bin/ceph", line 151, in <module>
    import rados
ModuleNotFoundError: No module named 'rados'