Package Details: ceph-bin 19.2.1-1

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: 0.22
First Submitted: 2022-08-14 16:06 (UTC)
Last Updated: 2025-02-13 19:07 (UTC)

Dependencies (50)

Required by (0)

Sources (29)

Latest Comments

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

pbazaah commented on 2025-02-14 09:54 (UTC)

thanks for the kind words @snack :)

snack commented on 2025-02-14 08:19 (UTC)

@pbazaah Just to say "thank you" again, man, your work for providing Ceph for Arch is awesome and much appreciated.

pbazaah commented on 2025-02-09 11:30 (UTC)

you can follow along here: https://github.com/bazaah/aur-ceph/issues/28, or try a rebuild yourself from https://github.com/bazaah/aur-ceph/tree/feature/v19.2.1-1, I'm currently working through the various boost breakages

snack commented on 2025-02-09 08:32 (UTC)

Upgrading the kernel I got this error during fallback initramfs build:

  -> Running build hook: [filesystems]
==> ERROR: binary dependency 'libboost_thread.so.1.86.0' not found for 'mount.ceph'
==> ERROR: binary dependency 'libboost_iostreams.so.1.86.0' not found for 'mount.ceph'
==> WARNING: Possibly missing '/usr/bin/python3' for script: /usr/bin/mount.fuse.ceph

@pbazaah I guess a rebuild is due.

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....