bug#46691: tmux

2024-10-31 Thread Jim Dupont
On Sun, Oct 27, 2024, 15:31 Jim Dupont wrote: Hello, This may not be a bug, but I am still confused as to how to fix, this. `guix environment --container --ad-hoc glibc-utf8-locales tmux` gives `guix environment: error: glibc-utf8-locales: unknown package` `guix install glibc-utf8-locales

bug#46691: tmux

2024-10-31 Thread Jim Dupont
Hi all, since this is the #1 google hit on this query and I am not able to resolve it myself, I am running guix on ubuntu and maybe that is the cause. can someone please tell me succinctly how to work aound this problem? Thank you, happy gnu! mike On Sun, Oct 27, 2024, 15:31 Jim Dupont wrote

bug#73564: broken link on the bottom of the page https://packages.guix.gnu.org/

2024-09-30 Thread Jim Dupont
Hello gnus, https://guix.gnu.org/manual/en/manual/devel/en/html_node/Invoking-guix-shell.html is a broken link on the bottom of the page https://packages.guix.gnu.org/packages/tree-sitter-typescript/ thanks for the best emacs installation I have had so far

bug#70101: Buiding in high debug level crashed

2024-03-31 Thread Jim Dupont
guix build --debug=999 -v 99 -f cpuinfo.scm > error.log 2>&1 fails http://sprunge.us/16uhk6 ```In guix/store.scm: 1403:5 10 (map/accumulate-builds # # _ …) 1419:15 9 (_ # _ _) 739:14 8 (process-stderr _ _) In unknown file: 7 (dis

bug#69810: libunwind woes

2024-03-18 Thread Jim Dupont
About my previous email, here is a solution i found for guix on gcp. if I install guix from source and use that to build and install libunwind then I can use that unwind on my system, so it appears to be a missing dep. export LD_LIBRARY_PATH=/gnu/store/hzzr0g12n79ym28lf24y4ybqzijzqfjr-libunwind-1

bug#69814: google cloud GCP TPU

2024-03-18 Thread Jim Dupont
in the gcp machines I found /etc/environment LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4" this caused all types of problems, I finally removed it and got guix to load. nix has the same error. What I found is that libunwind is needed and if install that via guix I was able to preload that

bug#69805: Missing requirement on guile-zstd

2024-03-18 Thread Jim Dupont
on the gcp tpu platform the nix and guix both suffer from libunwind. https://github.com/NixOS/nix/issues/10113 I love your docs and the philosophy as well. I have been building guix from git sources only and testing it, goal is to build guix and then nix . I found this error message that made no