Package Details: ceph 18.2.2-2

Git Clone URL: https://aur.archlinux.org/ceph.git (read-only, click to copy)
Package Base: ceph
Description: Ceph Storage full install [VIRTUAL]
Upstream URL: https://ceph.com/
Licenses: GPL
Submitter: foxxx0
Maintainer: pbazaah
Last Packager: pbazaah
Votes: 6
Popularity: 0.064636
First Submitted: 2022-08-08 09:09 (UTC)
Last Updated: 2024-03-23 14:44 (UTC)

Sources (24)

Pinned Comments

pbazaah commented on 2022-10-05 13:03 (UTC) (edited on 2022-10-05 13:03 (UTC) by pbazaah)

For future commenters:

TLDR:

https://aur.archlinux.org/pkgbase/ceph | From source build (slow)

https://aur.archlinux.org/pkgbase/ceph-bin | Pre-built binaries (fast)


Unlike the original community version, this repo builds ceph from source. Ceph is a large, complicated project so this takes several hours on a good build server.

To get a similar experience to how community/ceph worked (pre-built binaries) use ceph-bin instead.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

pbazaah commented on 2023-05-17 20:23 (UTC)

I'm looking for feedback on RFC: Split packages for Ceph

I'd prefer it under the issue itself, but if you don't have a Github account, post it here and I'll cross post it.

Thanks in advance!

pbazaah commented on 2023-05-12 22:16 (UTC) (edited on 2023-05-12 22:17 (UTC) by pbazaah)

v17.2.6-2 has been released. Notably including fixes for a lot of issues from python 3.11 and gcc 13.

Python has not been tested extensively this time, but all the unit tests pass.

https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-2

pbazaah commented on 2023-05-10 20:29 (UTC)

test failures fixed, got my first successful test run just now.

Hopefully I can release a new version this weekend

pbazaah commented on 2023-05-08 22:58 (UTC) (edited on 2023-05-08 23:00 (UTC) by pbazaah)

Got my first successful build post gcc13 / py3.11 tonight, but some test failures.

https://git.st8l.com/luxolus/aur.ceph/compare/master...feature/v17.2.6-2 for those interested

vnt-83 commented on 2023-04-30 00:31 (UTC) (edited on 2023-04-30 00:33 (UTC) by vnt-83)

pbazaah, моё почтение! 🎩 Thank for: https://aur.archlinux.org/packages/ceph-libs#comment-884150

pbazaah commented on 2023-04-29 18:14 (UTC)

v17.2.6-1 has been released.

See:

https://ceph.io/en/news/blog/2023/v17-2-6-quincy-released https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-1

For details (nothing major)

pbazaah commented on 2023-04-28 13:44 (UTC)

Right got real life squared away.

I'm planning on pushing out a release this weekend, but there will likely be a series of followups to handle the impending python 3.11 release, and any issues gcc 13 brings.

pbazaah commented on 2023-04-21 19:28 (UTC)

@Warjavi

To be fixed in the next release, IRL and $dayJob stuff has prevented me from working on it. This patch should be all you need to make it work on the current version:

https://git.st8l.com/luxolus/aur.ceph/commit/1bd9308f5ed3d31709eba7cc5e949f0a1d964d47

Warjavi commented on 2023-04-21 16:35 (UTC) (edited on 2023-04-21 17:25 (UTC) by Warjavi)

MAKEPKG fails due to rdkafka being "read only", any ideas?

File /usr/lib/pkgconfig/rdkafka.pc is read-only; trying to patch anyway patching file __pkgconfig__/rdkafka.pc (read from /usr/lib/pkgconfig/rdkafka.pc) Hunk #1 FAILED at 6. 1 out of 1 hunk FAILED -- saving rejects to file __pkgconfig__/rdkafka.pc.rej ==> ERROR: A failure occurred in prepare(). Aborting...

pbazaah commented on 2023-03-30 15:19 (UTC)

@hurufu

I can't reproduce this in a clean chroot, running the current PKGBUILD.

So while unhelpful as a response goes, its a problem on your end.

Based on previous experiences the leading causes of build errors is user modification of the PKGBUILD, followed by an out-of-date Archlinux install. I'd check those off first before exploring more esoteric causes.