apteryks

Results 195 issues of apteryks

Hello, I'm trying to package this for GNU Guix, and like Debian, we have as policy to use the system libraries, so I applied the following Debian's patch: https://sources.debian.org/src/ruby-hiredis/0.6.3-2/debian/patches/use_system_libhiredis.patch/. It...

Hi, According to https://github.com/lostisland/faraday_middleware/README.md, that component is deprecated and should be moved away from. Are there plans to do so for `faraday-http-cache`? Thanks!

new license/exception request
new license/exception: waiting for submitter

Hi, https://github.com/ArcticaProject/nx-libs/blob/e18eb77f397b72c1a10141d2bafa2dc975ab7d38/nx-libs.spec#L21 says the license is GPLv2 or later, while the actual license of the combined works is GPLv2 only.

Hi, The build of `nx-libs` appears to suffer from non-deterministic build failures when parallelized (make -jN). Here's an example: ``` making all in programs/Xserver... make[6]: Entering directory '/tmp/guix-build-nx-libs-3.5.99.27.drv-0/source/nx-X11/programs' make[6]: warning:...

Hi, I had the following problem attempting to build this project, setting the shell used for the build to Bash (5.x) provided `sh`, which behaves in a POSIX compatible fashion...

Hi, Currently, on GNU Guix (see: https://ci.guix.gnu.org/build/3331960/log/raw) ``` starting phase `check' ✔ shx-tokenize works with apostrophes. ✔ shx-tokenize works with partial apostrophes. ✔ shx-tokenize returns nil when quoting doesn't match....

The KEY_LockingNumLock locking version is obsolete and not supported on GNU/Linux. Use the more modern KEYPAD_NumLock_Clear equivalent instead. * src/lib/key-functions/public/special.c (numpad_toggle_numlock): Replace KEY_LockingNumLock with KEYPAD_NumLock_Clear.

Recent versions of git require to provide the '-f' argument to clean. * makefile (clean): Provide the '-f' argument.