Re: A Few Irc Logs

2022-10-28 Thread jbranso
October 28, 2022 6:09 PM, "jgart" wrote: > Does anyone know of any program that generates tags for irc logs? > > Kind of like afew but for massive irc logs not unlike logs.guix.gnu.org > > * https://github.com/afewmail/afew You might get better answers in the help-guix list, which I am CC-ing

Re: "guix system init" from regular system fails

2022-10-28 Thread Tobias Geerinckx-Rice
Hi Li! l...@dotdot.li 写道: The only difference is that I did not run "herd start cow-store /mnt". That service is only available when using the installer. I also believe that it is not necessary because the documentation says that Correct. It's only for (and on) the ‘live’ installer.

Re: Help packaging R Quarto Cli

2022-10-28 Thread Sébastien Rey-Coyrehourcq
Wojtek Kosior writes: > I think I almost understand your approach. Just a quick question - what > Guix command are you using to try building? With this setup I’d try > something like > > guix shell -L ./export/ rust-deno > Actually, from export folder i try : i try *guix build -L . -f

"guix system init" from regular system fails

2022-10-28 Thread li
Hello, I am trying to prepare a new system on new drive from my current Guix installation, i.e., the first way mentioned in (info "(guix)System Images"). The documentation at (info "(guix)Invoking guix system)") is sparse, so I followed those in (info "(guix)Manual Installation"), which I have

Re: Help packaging R Quarto Cli

2022-10-28 Thread Wojtek Kosior via
I think I almost understand your approach. Just a quick question - what Guix command are you using to try building? With this setup I'd try something like guix shell -L ./export/ rust-deno and then I'd put (define-module (rust-ecdsa-0.14 rust-ecdsa-0.14) #:use-module

Re: look up for Guix version installed

2022-10-28 Thread Gottfried
Sincere thanks to paren, T G-R I came to this idea because when I check: guix pull --news --details then it shows me the new and updated packages. And today there was: guix 1.3.0-32.682639c besides icedove-wayland@102.4.1,icedove@102.4.1, keepassxc@2.7.3, komikku@1.2.0,

Re: look up for Guix version installed

2022-10-28 Thread Tobias Geerinckx-Rice
Gottfried 写道: I would like to have the numbers... guix 1.3.0-32 Right. That's what ‘guix --version’ should provide, but it's currently broken: λ guix --version guix (GNU Guix) 0 You can plug the commit given by ‘guix describe’ (or ‘guix system describe’, which can differ!) into a local

Re: look up for Guix version installed

2022-10-28 Thread (
On Fri Oct 28, 2022 at 6:13 PM BST, Gottfried wrote: > I would like to have the numbers... guix 1.3.0-32 That's not the version of Guix you have installed; that's the version of the ``guix'' package, which follows its own versioning scheme and is periodically updated to the latest commit (and you

Re: look up for Guix version installed

2022-10-28 Thread Gottfried
Guix describe gives me: gfp@Tuxedo ~$ guix describe Generation 47 28. Oktober 2022 18:42:17 (aktuell) guix 8fed831 Repository-URL: https://git.savannah.gnu.org/git/guix.git Branch: master Commit: 8fed831e2affd33b6a4e092a190128f991905342 but it does not give me:

Re: look up for Guix version installed

2022-10-28 Thread (
On Fri Oct 28, 2022 at 5:53 PM BST, Gottfried wrote: > which command (CLI) should I use to get the version of Guix, that is > installed on my system. > I checked the manual but didn't find anything. May be I overread it. guix describe -- (

guix import no like lifetime fishy

2022-10-28 Thread jgart
$ guix import stackage carp -r Backtrace: 12 (primitive-load "/home/jgart/.config/guix/current/bin/g…") In guix/ui.scm: 2263:7 11 (run-guix . _) 2226:10 10 (run-guix-command _ . _) In guix/scripts/import.scm: 92:11 9 (guix-import . _) In ice-9/boot-9.scm: 1752:10 8

look up for Guix version installed

2022-10-28 Thread Gottfried
Hi Guixers, which command (CLI) should I use to get the version of Guix, that is installed on my system. I checked the manual but didn't find anything. May be I overread it. e.g.: guix@1.3.0-32.682639c Gottfried OpenPGP_0x61FAF349C9FB7F94.asc Description: OpenPGP public key

Re: Help packaging R Quarto Cli

2022-10-28 Thread Sébastien Rey-Coyrehourcq
Hi, Wojtek Kosior writes: >> Hi, >> >> I continue the packaging using guix import crate, this is a slow process, >> but everything goes well at this time. >> >> My file deno.scm contain 6000 line, with all packages imported, this is a >> problem because i need to remove duplicate. >> The best

Re: program prepared with `guix pack` unusable by end users

2022-10-28 Thread Maxim Cournoyer
Hello, Wojtek Kosior writes: >> > IMHO yes, the pack output does not work as expected. That's the >> > definition of a bug. >> >> I disagree. That Python gives precedence to USERSITE compared to >> site-packages and GUIX_PYTHONPATH is by design, so that users can >> override system

Re: Package renpy broken?

2022-10-28 Thread Wojtek Kosior via
Hi Christian, I know nothing about Ren'Py and TFD but it seems there's an approachable workaround - you can modify the package to patch launcher/game/choose_directory.rpy to have a suitable directory used. First, I'd suggest you look at how some existing packages use the `substitute*` macro[1].

Re: microscheme fails to assemble BLINK.ms due to avr-gcc search path issue

2022-10-28 Thread zimoun
Hi, Sorry for the late reply. On sam., 24 sept. 2022 at 18:53, Milind Kamble wrote: > ~/tmp> microscheme -v -m UNO -d /dev/ttyACM0 -a ./BLINK.ms > Microscheme 0.9.3, (C) Ryan Suchocki >>> './BLINK.ms' found. >>> Treeshaker: After 4 rounds: 89 globals purged! 22 bytes will be reserved. >>>