Re: guile-hall issues converting my project to a hall project

2021-02-21 Thread Alex Sassmannshausen
Hi Zelphir, Some notes inline: Zelphir Kaltstahl writes: > I am willing to test/try some more. Great, that's really good to hear! > When you say "since commit xyz", do you mean commit of guile-hall > itself, or a commit of Guix, where an updated version of guile-hall is > available? I mean i

Re: guile-hall issues converting my project to a hall project

2021-02-18 Thread Zelphir Kaltstahl
Hi Alex! I am willing to test/try some more. When you say "since commit xyz", do you mean commit of guile-hall itself, or a commit of Guix, where an updated version of guile-hall is available? How would I test the master branch version? I would guess install it in a guix environment and then use

Re: guile-hall issues converting my project to a hall project

2021-02-18 Thread alex sassmannshausen
Yes, I forgot to mention this in my wall of text. Vladimir's solution is correct. Hall does this in master too. Alex On Wed, 17 Feb 2021, 23:47 Vladimir Zhbanov, wrote: > > Hi Zelphir, > > On Tue, Feb 16, 2021 at 01:23:34AM +0100, Zelphir Kaltstahl wrote: > ... > > > The line in the generated

Re: guile-hall issues converting my project to a hall project

2021-02-17 Thread Vladimir Zhbanov
Hi Zelphir, On Tue, Feb 16, 2021 at 01:23:34AM +0100, Zelphir Kaltstahl wrote: ... > The line in the generated `configure` file looks quite simple. It is only: > > > GUILE_PKG(3.0 2.2 2.0) > > It looks like there could be a simple fix, but I do not know what to do > about this error

Re: guile-hall issues converting my project to a hall project

2021-02-17 Thread Alex Sassmannshausen
Hi Zelphir and Tim, I am the author of guile hall — apologies for only now getting into this thread. I'm afraid I have been somewhat distracted with other things. First of all I want to echo what others have said — thank you very much for your detailed descriptions of what exactly happened when y

Re: guile-hall issues converting my project to a hall project

2021-02-16 Thread Zelphir Kaltstahl
Hello Tim! Thank you, it works now! Removing the duplicate entry of `fslib` in hall.scm fixed it. Regarding the license: OK, I have no problem moving my license to `COPYING`. However, I still think, that it should not put GPL there, when I specified AGPL in `hall.scm`. This looks like a hardcode

Re: guile-hall issues converting my project to a hall project

2021-02-16 Thread Tim Van den Langenbergh
Err, looking at your hall.scm file, you have the fslib file added to your libraries twice. Guix environment is not needed if you have all the requirements for building the package installed locally, but if you want to distribute your package it's good practise to ensure it builds in a clean enviro

Re: guile-hall issues converting my project to a hall project

2021-02-15 Thread Zelphir Kaltstahl
On 07.02.21 14:30, Tim Van den Langenbergh wrote: > On Saturday, 6 February 2021 22:49:12 CET Zelphir Kaltstahl wrote: >> Hello Guile Users! >> >> I decided to try to use guile-hall to convert my project at >> https://notabug.org/ZelphirKaltstahl/guile-fslib into a Guix package. >> For that purpose

Re: guile-hall issues converting my project to a hall project

2021-02-11 Thread Zelphir Kaltstahl
On 2/7/21 2:30 PM, Tim Van den Langenbergh wrote: > On Saturday, 6 February 2021 22:49:12 CET Zelphir Kaltstahl wrote: >> Hello Guile Users! >> >> I decided to try to use guile-hall to convert my project at >> https://notabug.org/ZelphirKaltstahl/guile-fslib into a Guix package. >> For that purpose

Re: guile-hall issues converting my project to a hall project

2021-02-07 Thread Tim Van den Langenbergh
On Saturday, 6 February 2021 22:49:12 CET Zelphir Kaltstahl wrote: > Hello Guile Users! > > I decided to try to use guile-hall to convert my project at > https://notabug.org/ZelphirKaltstahl/guile-fslib into a Guix package. > For that purpose I created a separate branch > "wip-guix-package-using-g

Re: guile-hall issues converting my project to a hall project

2021-02-07 Thread tomas
On Sat, Feb 06, 2021 at 10:49:12PM +0100, Zelphir Kaltstahl wrote: > Hello Guile Users! Hi, Zelphir not that I could help you in any way wrt. your guile-hall quest, but thanks for your long and detailed report. Way better than silently cursing at the screen and drinking too much coffe ;-) An exa

guile-hall issues converting my project to a hall project

2021-02-06 Thread Zelphir Kaltstahl
Hello Guile Users! I decided to try to use guile-hall to convert my project at https://notabug.org/ZelphirKaltstahl/guile-fslib into a Guix package. For that purpose I created a separate branch "wip-guix-package-using-guile-hall" (branch:  https://notabug.org/ZelphirKaltstahl/guile-fslib/src/wip-g