[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About packaging (was: About packaging documentation)
From: |
Zelphir Kaltstahl |
Subject: |
Re: About packaging (was: About packaging documentation) |
Date: |
Sun, 4 Apr 2021 17:57:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
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 put into guile-xyz.scm? Can you write your
>> complete
>> list of commands to run after adding the package definition?
> I’m on Guix System and I have a recent Guix so “guix environment guix”
> is all I need to enter an environment sufficient to build Guix. I then
> do the usual GNU build system dance:
>
> ./bootstrap
> ./configure --localstatedir=/var
> make
>
> I re-run “make” whenever I modify the sources.
Yep, I think it was missing guile-gcrypt, because I did not run it inside the
created environment. Thanks!
Regards,
Zelphir
--
repositories: https://notabug.org/ZelphirKaltstahl
Re: About packaging documentation, Ricardo Wurmus, 2021/04/02