Re: About packaging (was: About packaging documentation)

2021-04-04 Thread Zelphir Kaltstahl
Hi! On 4/4/21 4:35 PM, Ricardo Wurmus wrote: > Hi Zelphir, > >> ice-9/boot-9.scm:3300:6: In procedure resolve-interface: >> no code for module (gcrypt hash) > You’ll need guile-gcrypt. > >> How exactly and when exactly did you run make and what other commands did you >> run to get it working when

Re: About packaging (was: About packaging documentation)

2021-04-04 Thread Zelphir Kaltstahl
Hello Tobias! (Reply is below.) On 4/4/21 4:38 PM, Tobias Geerinckx-Rice wrote: > Hi Zelphir, > > Zelphir Kaltstahl writes: >> The guide at https://guix.gnu.org/manual/en/html_node/Building-from-Git.html >> does not >> mention runn

Re: How do I get the "locale" command?

2021-04-04 Thread Julien Lepiller
It's "installed" in the sense that it's used by almost every package, but it's not explicitely part of your profile. Dependencies are installed to the store, but not explicitely accessible unless you install them to your profile. I hope it makes sense, and glad you found a solution! Le 4 avril

Re: About packaging (was: About packaging documentation)

2021-04-04 Thread Tobias Geerinckx-Rice
Hi Zelphir, Zelphir Kaltstahl writes: The guide at https://guix.gnu.org/manual/en/html_node/Building-from-Git.html does not mention running a lone `make`. It says, after running ./configure: Finally, you have to invoke 'ma

Re: About packaging (was: About packaging documentation)

2021-04-04 Thread Ricardo Wurmus
Hi Zelphir, > ice-9/boot-9.scm:3300:6: In procedure resolve-interface: > no code for module (gcrypt hash) You’ll need guile-gcrypt. > How exactly and when exactly did you run make and what other commands did you > run to get it working when put into guile-xyz.scm? Can you write your complete >

Re: About packaging documentation

2021-04-04 Thread Zelphir Kaltstahl
On 4/2/21 11:56 PM, Ricardo Wurmus wrote: > Hi Zelphir, > >> (1) The cookbook does not even mention the guile-build-system. […] >> I guess this is, because the cookbook tries to be generic in a way, to apply >> to >> all languages, if only one uses autotools, as those are applicable to all >> lang

Re: About packaging (was: About packaging documentation)

2021-04-04 Thread Zelphir Kaltstahl
Hi Ricardo! On 4/2/21 11:59 PM, Ricardo Wurmus wrote: > Hi Zelphir, > >> $ ./pre-inst-env guix build guile-fslib >> guix build: error: guile-fslib: unknown package > […] >> Ugh. Not working. > for what it’s worth, I added the definition to > gnu/packages/guile-xyz.scm and it worked. > > I note tha

Re: How do I get the "locale" command?

2021-04-04 Thread Luis Felipe
On Sunday, April 4, 2021 7:40 AM, Guillaume Le Vaillant wrote: > Luis Felipe luis.felipe...@protonmail.com skribis: > > > Hi, > > The GNU C library documentation mentions this "locale" program that I'd > > like to use > > (https://ftp.gnu.org/old-gnu/Manuals/glibc-2.2.3/html_chapter/libc_toc.ht

Re: How do I get the "locale" command?

2021-04-04 Thread Guillaume Le Vaillant
Luis Felipe skribis: > Hi, > > The GNU C library documentation mentions this "locale" program that I'd like > to use > (https://ftp.gnu.org/old-gnu/Manuals/glibc-2.2.3/html_chapter/libc_toc.html#TOC112), > but I can't seem to find the package [output] that provides it... > > > --- > Luis Felip