apteryks
apteryks
I tried to run cling in a container; if I don't include a GCC toolchain with its headers it doesn't find the linux/errno.h header: ``` $ guix shell --container cling...
I'm in the same situation, trying to update this package to 2.2.2 on GNU Guix; there's no sdalloc.h file in hiredis 1.1.1: ``` $ find /gnu/store/0clwbra3j29m97rajyi5y83lm29s2636-hiredis-1.1.0/include/ /gnu/store/0clwbra3j29m97rajyi5y83lm29s2636-hiredis-1.1.0/include/ /gnu/store/0clwbra3j29m97rajyi5y83lm29s2636-hiredis-1.1.0/include/hiredis /gnu/store/0clwbra3j29m97rajyi5y83lm29s2636-hiredis-1.1.0/include/hiredis/read.h /gnu/store/0clwbra3j29m97rajyi5y83lm29s2636-hiredis-1.1.0/include/hiredis/async.h...
The https://github.com/redis/hiredis/blob/v1.1.0/sdsalloc.h file seems to contain 3 re-definitions, perhaps for backward compatibility purpose? hiredis-py could probably be adjusted to use alloc.h and the originally named definitions it contains instead.
@mcepl hi! you may be interested in https://github.com/redis/hiredis-py/pull/159 and https://github.com/redis/hiredis-py/pull/161 to allow using a system-provided hiredis library.
I'm no sqlalchemy expert, so review carefully, but it at least passes the test suite.
@jordansissel I've tested this and it seems to work fine for me (clamp is at 1.3.2).
The state of nodejs packaging in GNU/Linux distributions is very poor, due to difficulties such as cyclic dependencies and perhaps other things I am not aware of.
I also had a failure for `ut_mimpluginmanager` on a powerpc64le system: ``` 4/11 Test #4: ut_mimpluginmanager ..............Subprocess aborted***Exception: 52.12 sec ```
Hello! It seems it was already taken care of: ``` Date: Fri Mar 10 19:09:03 2023 +0100 gnu: emacs-org-ql: Update to 0.7. * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.7. [arguments]: Remove...
The CMake build system also has that problem, it seems.