Looks like CAMotics does use some OpenSSL features. See this link from upstream. I will update to the versions recommended.
Search Criteria
Package Details: cbang 1.8.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/cbang.git (read-only, click to copy) |
---|---|
Package Base: | cbang |
Description: | a library of cross-platform C++ utilities |
Upstream URL: | https://github.com/CauldronDevelopmentLLC/cbang |
Licenses: | LGPL2.1 |
Submitter: | hpmachining |
Maintainer: | hpmachining |
Last Packager: | hpmachining |
Votes: | 3 |
Popularity: | 0.104407 |
First Submitted: | 2019-02-19 22:15 (UTC) |
Last Updated: | 2024-10-09 23:49 (UTC) |
Dependencies (12)
- 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-compat)
- scons (make)
- python (python37AUR, python311AUR, python310AUR) (check)
- python-six (check)
- mariadb-libs (libmysqlclient81AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-lts-libs) (optional) – MariaDB database support
Required by (1)
- camotics (make)
Sources (5)
Latest Comments
« First ‹ Previous 1 2
hpmachining commented on 2023-04-11 11:55 (UTC)
onekk commented on 2023-04-11 10:40 (UTC)
Thanks, it seems to work now, camotics, is starting. (Sorry no more in deep testing for now)
hpmachining commented on 2023-04-11 01:58 (UTC)
Should be good to go now. I removed openssl support from cbang because camotics doesn't need it and this older version isn't updated to support the latest openssl release. Let me know if you still have any issues.
hpmachining commented on 2023-04-03 18:31 (UTC) (edited on 2023-04-03 18:31 (UTC) by hpmachining)
You can try building with the -fpermissive
flag as a workaround until I get a chance to look at this later tonight.
onekk commented on 2023-04-03 17:42 (UTC) (edited on 2023-04-03 17:42 (UTC) by onekk)
Error compiling the AUR.
I have made a clean build.
src/cbang/openssl/KeyPair.cpp:116:27: error: invalid conversion from ‘const rsa_st*’ to ‘RSA*’ {aka ‘rsa_st*’} [-fpermissive]
116 | return EVP_PKEY_get0_RSA(key);
| ~~~~~~~~~~~~~~~~~^~~~~
| |
| const rsa_st*
In file included from src/cbang/openssl/KeyPair.h:37,
from src/cbang/openssl/KeyPair.cpp:35:
hpmachining commented on 2020-04-17 14:10 (UTC)
I am leaving this package at version 1.3.1 for now because this is the version that the latest release of camotics needs to build.
Pinned Comments
hpmachining commented on 2020-04-17 14:10 (UTC)
I am leaving this package at version 1.3.1 for now because this is the version that the latest release of camotics needs to build.