You are a champion. I will try this now.
Search Criteria
Package Details: ceph-node-proxy 19.2.3-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ceph.git (read-only, click to copy) |
|---|---|
| Package Base: | ceph |
| Description: | Ceph Storage daemon for cephadm deployments to collect RedFishAPI hardware metrics |
| Upstream URL: | https://ceph.com/ |
| Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later |
| Submitter: | foxxx0 |
| Maintainer: | pbazaah |
| Last Packager: | pbazaah |
| Votes: | 8 |
| Popularity: | 0.019904 |
| First Submitted: | 2022-08-08 09:09 (UTC) |
| Last Updated: | 2025-10-24 09:41 (UTC) |
Dependencies (78)
- python
- bash (bash-devel-gitAUR, bash-gitAUR) (make)
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR) (make)
- cryptsetup (cryptsetup-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- cython (cython-gitAUR) (make)
- expat (expat-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- fuse3 (fuse3-gitAUR) (make)
- gawk (gawk-gitAUR) (make)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-eacAUR) (make)
- gperf (gperf-gitAUR) (make)
- gperftools (gperftools-gitAUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- junit (make)
- Show 58 more dependencies...
Required by (1)
- ceph-osd (optional)
Sources (32)
- ceph-13.2.2-dont-install-sysvinit-script.patch
- ceph-17.2.4-pybind-unmock-cythonize.patch
- ceph-17.2.4-test-bluefs-split.patch
- ceph-17.2.4-tox-flake8-git-ls-files.patch
- ceph-17.2.5-fix-iterator-depreciations.patch
- ceph-17.2.5-logrotate-ignore-dups.patch
- ceph-17.2.6-cython-fixes.patch
- ceph-17.2.6-mgr-dashboard-cherrypy-18.patch
- ceph-17.2.6-mgr-dashboard-pylint-217.patch
- ceph-18.2.0-fix-ecode-shec-test.patch
- ceph-18.2.0-fmt10-fixes.patch
- ceph-18.2.2-disable-mypy-flake8-tests.patch
- ceph-18.2.2-py312-fixes.patch
- ceph-18.2.2-std-atomic-depreciations.patch
- ceph-18.2.2-test-mempool-shard-select-disable.patch
- ceph-18.2.4-avoid-cpython-pysys-api.patch
- ceph-18.2.4-boost-1.86-fixes.patch
- ceph-18.2.4-fmt-formatter-const.patch
- ceph-18.2.4-py313-fixes.patch
- ceph-19.2.0-backport-mds-link-boost-urls.patch
- ceph-19.2.0-fix-cohort-lru-include.patch
- ceph-19.2.1-backport-fix-importlib-metadata-compat.patch
- ceph-19.2.1-boost-1.87-fixes.patch
- ceph-19.2.2-gcc15-zpp-bits.patch
- ceph-19.2.2-rgw-lua-boost-process-v1.patch
- ceph-19.2.2-rocksdb-cstdint.patch
- ceph-19.2.3-boost-189-fixes.patch
- ceph-20.2.0-backport-pybind-avoid-pyo3-errors-by-child-process.patch
- ceph-disable-empty-readable.sh-test.patch
- ceph.sudoers
- ceph.sysusers
- https://download.ceph.com/tarballs/ceph-19.2.3.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »
insanemal commented on 2025-05-03 13:18 (UTC)
pbazaah commented on 2025-05-03 13:06 (UTC)
- Create a
ceph-19.2.2-2-rocksdb-cstdint.patchwith:
diff --git b/src/rocksdb/db/blob/blob_file_meta.h a/src/rocksdb/db/blob/blob_file_meta.h
index d7c8a12..d688825 100644
--- b/src/rocksdb/db/blob/blob_file_meta.h
+++ a/src/rocksdb/db/blob/blob_file_meta.h
@@ -10,6 +10,7 @@
#include <memory>
#include <string>
#include <unordered_set>
+#include <cstdint>
#include "rocksdb/rocksdb_namespace.h"
diff --git b/src/rocksdb/include/rocksdb/trace_record.h a/src/rocksdb/include/rocksdb/trace_record.h
index c00f5ca..e6c9b7e 100644
--- b/src/rocksdb/include/rocksdb/trace_record.h
+++ a/src/rocksdb/include/rocksdb/trace_record.h
@@ -8,6 +8,7 @@
#include <memory>
#include <string>
#include <vector>
+#include <cstdint>
#include "rocksdb/rocksdb_namespace.h"
#include "rocksdb/slice.h"
- add it to PKGBUILD
source 'skip'it insha512sums(makepkg -gshould be able to print this out for you too)- build
I haven't done this yet, so there may be other issues later in the build.
insanemal commented on 2025-05-03 12:30 (UTC)
Could I get a link to the patch, or a tad more guidance on where to move the include to?
It might build later in the process, but I did spot those issues about isal_ext not having a download step, but obviously the build never completes so perhaps it will take care of it later.
pbazaah commented on 2025-05-03 12:22 (UTC)
I can confirm that the latest gcc seems to have changed the rules around #includes (again) and causes rocksdb to fail because there no #include <cstdint> coming before blob_file_meta.h tries to use uint64.
ISA builds just fine however:
❯ just cexec ninja -j4 -C build ec_isa
ninja: Entering directory `build'
[14/14] Linking CXX shared library lib/libec_isa.so
The former is trivially fixable for yourself right now if you need it built. I'll look into putting out a patch for this later.
insanemal commented on 2025-05-03 08:44 (UTC)
Also it looks like we're still missing something for isa
[33/2125] No download step for 'isal_ext'
insanemal commented on 2025-05-03 08:24 (UTC)
Took me a second. Found the issue was much earlier
FAILED: CMakeFiles/rocksdb.dir/db/blob/blob_file_meta.cc.o
/usr/bin/c++ -DHAVE_PCLMUL -DHAVE_SSE42 -DLZ4 -DOS_LINUX -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_IOURING_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USA
BLE_SIZE -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_PORTABLE -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB
_SCHED_GETCPU_PRESENT -DSNAPPY -DZLIB -I/build/ceph/src/ceph-19.2.2/src/rocksdb -I/build/ceph/src/ceph-19.2.2/src/rocksdb/include -isystem /build/ceph/src
/ceph-19.2.2/src/rocksdb/third-party/gtest-1.8.1/fused-src -isystem /build/ceph/src/ceph-19.2.2/src/liburing/src/include -march=x86-64 -mtune=generic -O2
-pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-fr
ame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/build/ceph/src=/usr/src/debug/ceph -Wno-deprecated-copy -Wno-pess
imizing-move -W -Wextra -Wall -pthread -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-mis
sing-field-initializers -Wno-strict-aliasing -Wno-invalid-offsetof -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-builtin-memcmp -O2 -g -DNDEBUG -
std=gnu++17 -fPIC -MD -MT CMakeFiles/rocksdb.dir/db/blob/blob_file_meta.cc.o -MF CMakeFiles/rocksdb.dir/db/blob/blob_file_meta.cc.o.d -o CMakeFiles/rocksd
b.dir/db/blob/blob_file_meta.cc.o -c /build/ceph/src/ceph-19.2.2/src/rocksdb/db/blob/blob_file_meta.cc
In file included from /build/ceph/src/ceph-19.2.2/src/rocksdb/db/blob/blob_file_meta.cc:6:
/build/ceph/src/ceph-19.2.2/src/rocksdb/db/blob/blob_file_meta.h:28:7: error: ‘uint64_t’ has not been declared
28 | uint64_t blob_file_number, uint64_t total_blob_count,
insanemal commented on 2025-05-03 08:14 (UTC)
Getting a build failure in PGMap.cc I think. I can't find the build error, just a few warns.
But I do get
ninja: build stopped: subcommand failed.
pbazaah commented on 2025-04-22 19:04 (UTC)
v19.2.2-1 has been released.
This patch version has a fix for a data-loss bug in the RGW / S3 component, so I recommend you upgrade ASAP if this is a thing you use.
See: https://ceph.io/en/news/blog/2025/v19-2-2-squid-released (https://tracker.ceph.com/issues/70746)
Release notes: https://github.com/bazaah/aur-ceph/releases/tag/v19.2.2-1
and special thanks to https://gitlab.archlinux.org/carsme for fixing the snappy problem so quickly :)
pbazaah commented on 2025-04-20 11:40 (UTC)
The snappy maintainer pushed a fix for it yesterday which I confirmed worked from extra-testing/.
When snappy-1.2.2-2 makes its way to extra/ I'll push a new pkgrel that enables ISA erasure
insanemal commented on 2025-04-08 01:55 (UTC)
Thanks for all your hard work.
That does explain what was going on as I was building in a chroot on an automated build server.
You are absolutely fantastic.
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.