CC table/persistent_cache_helper.o In file included from /usr/include/c++/12.1.1/string:40, from ./include/rocksdb/iterator.h:21, from table/iterator.cc:10: 在静态成员函数‘static std::char_traits<char>::char_type std::char_traits<char>::copy(char_type, const char_type, std::size_t)’中, 内联自‘static void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_S_copy(_CharT, const _CharT, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’于 /usr/include/c++/12.1.1/bits/basic_string.h:422:21, 内联自‘static void std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_S_copy(_CharT, const _CharT, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’于 /usr/include/c++/12.1.1/bits/basic_string.h:417:7, 内联自‘std::__cxx11::basic_string<_CharT, _Traits, _Allocator>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::_M_replace(size_type, size_type, const _CharT, size_type) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’于 /usr/include/c++/12.1.1/bits/basic_string.tcc:532:22, 内联自‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::assign(const _CharT) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’于 /usr/include/c++/12.1.1/bits/basic_string.h:1646:19, 内联自‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>& std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=(const _CharT) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’于 /usr/include/c++/12.1.1/bits/basic_string.h:814:28, 内联自‘virtual rocksdb::Status rocksdb::Iterator::GetProperty(std::string, std::string)’于 table/iterator.cc:103:13: /usr/include/c++/12.1.1/bits/char_traits.h:431:56: 错误:‘void __builtin_memcpy(void, const void, long unsigned int)’ accessing 9223372036854775810 or more bytes at offsets -4611686018427387902 and [-4611686018427387903, 4611686018427387904] may overlap up to 9223372036854775813 bytes at offset -3 [-Werror=restrict] 431 | return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); |
Search Criteria
Package Details: rocksdb-static 8.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rocksdb-static.git (read-only, click to copy) |
---|---|
Package Base: | rocksdb-static |
Description: | Embedded key-value store for fast storage (static library) |
Upstream URL: | http://rocksdb.org |
Licenses: | Apache |
Submitter: | m3thodic |
Maintainer: | None |
Last Packager: | m3thodic |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-06 23:49 (UTC) |
Last Updated: | 2023-05-26 21:02 (UTC) |
Dependencies (7)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gperftools (gperftools-gitAUR)
- lz4 (lz4-gitAUR)
- snappy (snappy-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- python (python37AUR, python311AUR, python310AUR) (check)
Required by (0)
Sources (2)
Latest Comments
blight commented on 2022-08-25 12:18 (UTC)
m3thodic commented on 2016-06-07 00:34 (UTC)
This package _only_ provides the static library /usr/lib/librocksdb.a, for a complete installation also install rocksdb from the AUR (both packages can be installed at the same time).
Pinned Comments
m3thodic commented on 2016-06-07 00:34 (UTC)