Here's mine (not finished yet but enough to show that heap_profiler isn't failing for me):
https://gist.github.com/bazaah/fd768694aec21e4485d192a97aae327b#file-ceph-20-2-1-1-x86_64-build-log
Check line 2402: https://gist.github.com/bazaah/fd768694aec21e4485d192a97aae327b#file-ceph-20-2-1-1-x86_64-build-log-L2402
So I'm confused now.
I'm building from v20.2.1-1 (06b20aa09107) using the command: makechrootpkg -r ~/chroot/root -l 20.2.1_1 -c -C -n, after running arch-nspawn ~/chroot/root pacman -Syu, basically
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.