Search Criteria
Package Details: cbang-git r1771.1b05ea96-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cbang-git.git (read-only, click to copy) |
---|---|
Package Base: | cbang-git |
Description: | A library of cross-platform C++ utilities |
Upstream URL: | https://github.com/CauldronDevelopmentLLC/cbang |
Licenses: | LGPL2.1 |
Conflicts: | cbang |
Provides: | cbang |
Submitter: | greyltc |
Maintainer: | hpmachining |
Last Packager: | hpmachining |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-26 19:01 (UTC) |
Last Updated: | 2024-07-14 17:30 (UTC) |
Dependencies (13)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- libevent (libevent-gitAUR)
- libyaml (libyaml-gitAUR)
- re2 (re2-gitAUR)
- sqlite (sqlite-fossilAUR)
- v8-rAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- git (git-gitAUR, git-glAUR) (make)
- scons (make)
- python (python37AUR, python311AUR, python310AUR) (check)
- python-six (check)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs) (optional) – MariaDB database support
Required by (2)
- camotics (requires cbang) (make)
- camotics-git (make)
Latest Comments
1 2 Next › Last »
vami commented on 2023-10-23 20:01 (UTC)
Hello, as of 22.10.2023
cbang-git
builds fine without manual intervention, using JanMarvin's prebuilt package.Versions:
hpmachining commented on 2023-10-22 03:53 (UTC)
Thank you @vami. Your help is very much appreciated. I passed your information along to JanMarvin and he has patched the V8-R package. I haven't rebuilt and tested yet, but I think it should fix the issue.
vami commented on 2023-10-21 09:44 (UTC)
Hello @hpmachining. It was built against
v8-r 12.0.29-1
, built at 12.10.2023 22:35:20 (UTC+3) however, since I don't have the patience to rebuild it myself I download it fromhttps://garbuszus.de/archpkgs/x86_64/
, which is built from user @JanMarvin, as stated in the AUR page ofv8-r
. That's why it could be issue from my configuration and probably further reproduction/investigation is required.Since as of this writing there are newer versions of the packages soon I will rebuild them and report if there are newer or fixed issues. Collaboration from my side is always welcome, thank you!
hpmachining commented on 2023-10-15 16:44 (UTC)
Hello @vami. Thank you for the information. What is your version of V8? The last time I built it was 11.7.199 and it works with that. I will start a build of the latest, 12.0.85 as of this writing, and see if I have the same problem. Thank you for the check fix. I will update the PKGBUILD to include it.
vami commented on 2023-10-12 14:42 (UTC) (edited on 2023-10-12 14:42 (UTC) by vami)
Hello,
as of 10/10/23 I had two issuess building the package. First issue was related with
And I fixed it by updating line 26 of
v8-typed-array.h
by replacing the#if
with#ifdef
. This probably is not directly related withcbang
, rather withv8
.Second issue I had was with
check()
. The procedure fails to findre2
although it's installed. I've resolved it by usingscons
with the same arguments, as if inbuild()
:Then the tests completed without errors and the
package()
succeded. However I am welcome to discussions, because it could be happening on my side only, because I might have screwed the installation at some point. I am using the latest arch distribution.hpmachining commented on 2023-08-27 12:46 (UTC)
Well that's a bit embarrassing. Fixed now.
orson commented on 2023-08-26 09:51 (UTC)
Hi hpmachining, sha256sums contains too many entires, resulting in: ==> ERROR: Integrity checks (sha256) differ in size from the source array.
s218 commented on 2023-07-19 16:00 (UTC)
Блестяще работает, СПАСИБО!!! Brilliant work, THANK YOU!!!
hpmachining commented on 2023-07-19 15:43 (UTC)
I pushed a patch. Let me know if it works for you.
s218 commented on 2023-07-19 14:14 (UTC)
g++ -o build/cbang/util/Random.o -c -faligned-new -std=c++17 -fsigned-char -ffunction-sections -fdata-sections -O3 -funroll-loops -fno-pie -fPIC -DNDEBUG -D_REENTRANT -DUSING_CBANG -Iinclude -Isrc -Isrc/boost src/cbang/util/Random.cpp g++ -o build/cbang/util/Regex.o -c -faligned-new -std=c++17 -fsigned-char -ffunction-sections -fdata-sections -O3 -funroll-loops -fno-pie -fPIC -DNDEBUG -D_REENTRANT -DUSING_CBANG -Iinclude -Isrc -Isrc/boost src/cbang/util/Regex.cpp src/cbang/util/BIP39Words.cpp:47:8: ошибка: no declaration matches «std::string cb::BIP39Words::getPhrase(const uint8_t, unsigned int, const std::string&)» 47 | string BIP39Words::getPhrase( | ^~~~~~~~~~ src/cbang/util/BIP39Words.h:42:24: замечание: кандидат «static std::string cb::BIP39Words::getPhrase(const int, unsigned int, const std::string&)» 42 | static std::string getPhrase( | ^~~~~~~~~ src/cbang/util/BIP39Words.h:39:9: замечание: «class cb::BIP39Words» defined here 39 | class BIP39Words { | ^~~~~~~~~~ scons: *** [build/cbang/util/BIP39Words.o] Error 1 scons: building terminated because of errors. ==> ОШИБКА: Произошел сбой в build(). Прерывание...
1 2 Next › Last »