bug#72535: bap is missing all subcommands

2024-08-09 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
Hello Guix, I noticed that bap (binary analysis platform)'s executable is missing all subcommands: --8<---cut here---start->8--- $ guix shell bap $ bap /bin/sh # default to disassemble bap: unknown command 'disassemble', must be either '.' or 'list'. Usage: bap

bug#63250: package dante : socksify: error: dante client not built with preloading support

2024-02-18 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
On 2024-02-15 at 17:18+01:00, Simon Tournier wrote: > On mer., 20 déc. 2023 at 16:18, Nguyễn Gia Phong wrote: > > Could you take a look at https://issues.guix.gnu.org/67675 > > if it fixes it for you? > > Since patch#67675 is merged, is it fixed now? FWIW it is fixed for me d-; signature.asc Des

bug#63250: package dante : socksify: error: dante client not built with preloading support

2023-12-19 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
Could you take a look at https://issues.guix.gnu.org/67675 if it fixes it for you? signature.asc Description: PGP signature

bug#66699: zig: fail to link SDL2

2023-10-26 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
I am trying to package Mepo, an OpenStreetMap frontend written in Zig. The currently packaged Zig fails to find transitive dependencies of SDL2: https://paste.sr.ht/~cnx/db21e1ef9a6828f3ec898db43b790d71b5ef213a Here's a minimal reproducible Zig project: // main.zig const c = @cImport(@cInclude("S

bug#32981: dconf needs to be in environment for ibus-setup to work

2023-07-15 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
On 2018-10-07 at 21:25:36-0500, Caleb Ristvedt wrote: > On installing ibus and ibus-libpinyin and ensuring > the appropriate environment variables were applied, > I attempted to run ibus-setup. I went to the "Input Method" section > and added the "Chinese - Intelligent Pinyin" method. At that poi