Package Details: cbang 1.8.0-3

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: 2
Popularity: 0.000000
First Submitted: 2019-02-19 22:15 (UTC)
Last Updated: 2023-12-11 00:18 (UTC)

Latest Comments

onekk commented on 2023-04-18 06:56 (UTC) (edited on 2023-04-18 07:06 (UTC) by onekk)

Hello, I can't install, due to some error in v8-r installation.

Solved: I have to remove the old v8-8.3.14-bin with

pacman -Rdd and then reinstall the newly compiled v8-r package

Sorry for the noise.

Regards

Carlo D.

hpmachining commented on 2023-04-11 11:55 (UTC)

Looks like CAMotics does use some OpenSSL features. See this link from upstream. I will update to the versions recommended.

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.