Package Base Details: ceph

Git Clone URL: https://aur.archlinux.org/ceph.git (read-only, click to copy)
Submitter: foxxx0
Maintainer: pbazaah
Last Packager: pbazaah
Votes: 6
Popularity: 0.067301
First Submitted: 2022-08-08 09:09 (UTC)
Last Updated: 2024-03-23 14:44 (UTC)

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 9 .. 11 Next › Last »

hurufu commented on 2023-03-30 13:42 (UTC) (edited on 2023-03-30 13:43 (UTC) by hurufu)

Linking of multiple libraries fails with undefined reference error, eg.:

[ 18%] Linking CXX shared library ../../../lib/libec_isa.so
...
usr/bin/ld: CMakeFiles/ec_isa.dir/ErasureCodeIsa.cc.o: in function `ceph::buffer::v15_2_0::list::list()':
/home/build/tmp/ceph-aur/ceph/src/ceph-17.2.5/src/include/buffer.h:931: undefined reference to `ceph::buffer::v15_2_0::list::always_empty_bptr'
/usr/bin/ld: CMakeFiles/ec_isa.dir/ErasureCodeIsa.cc.o: in function `ErasureCodeIsa::encode_chunks(std::set<int, std::less<int>, std::allocator<int> > const&, std::map<int, ceph::buffer::v15_2_0::list, std::less<int>, std::allocator<std::pair<int const, ceph::buffer::v15_2_0::list> > >*)':
...

I tried to remove already installed ceph and ceph-libs packages, but it didn't help. Any ideas?

@insanemal, imho it's good idea to use something like nproc --ignore=1 for number of parallel jobs.

petronny commented on 2023-03-14 09:09 (UTC)

@insanemal Set that locally in your /etc/makepkg.conf.

insanemal commented on 2023-03-14 08:58 (UTC)

Can you add a -j4 or something into this to help the C++ build a tad faster? It's downright painful even on a powerful CPU at the moment because it's all being built one at a time

pbazaah commented on 2023-03-07 17:15 (UTC)

v17.2.5-6 has been released.

https://github.com/bazaah/aur-ceph/releases/tag/v17.2.5-6

pbazaah commented on 2023-03-07 11:10 (UTC)

tests passed except for two random py failures (boo hiss).

I'll see if I can push something out after work

pbazaah commented on 2023-03-06 23:28 (UTC)

looking good, but tests are still running. I'll pick this up tomorrow.

pbazaah commented on 2023-03-06 16:40 (UTC)

I've figured out a patch without needing to move off of core packages. A bit sad that neither the upstream nor the Archlinux package fixed this though.

Working through the to_string() stuff now

petronny commented on 2023-03-04 04:41 (UTC) (edited on 2023-03-04 04:42 (UTC) by petronny)

I've created librdkafka1 and it does fix the issue.

Other fixes you may need for boost:

sed -i 's/\.to_string()//g' src/rgw/rgw_asio_client.cc
sed -i 's/remote_endpoint\.address())/remote_endpoint.address().to_string())/g' src/rgw/rgw_asio_client.cc

petronny commented on 2023-03-03 14:15 (UTC)

Another option is creating a package called librdkafka1 or librdkafka-ceph at version 1.9.2.

pbazaah commented on 2023-03-01 09:01 (UTC)

@cap60552

I'll take a look at replacing rdkakfa with cppkakfa, however I won't get to it this weekend, as I have a bunch of irl stuff happening.