unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
Cc: Mailing list Guile User <guile-user@gnu.org>
Subject: Re: guile-hall error on probably every command
Date: Thu, 11 Jun 2020 12:07:36 -0700	[thread overview]
Message-ID: <CA+XASoV-QO00U5JXqMegnp8PPihN+VW8SiKCML7vyfWBw+Vk-A@mail.gmail.com> (raw)
In-Reply-To: <99d059b1-925c-5cb6-8be6-708e172b8005@posteo.de>

Hi!

I provided a fix for this a couple of weeks ago, I believe...

https://gitlab.com/a-sassmannshausen/guile-config/-/commit/0c6335194db214ad6ef20e13805008bf389b44c4

The fix is in guile-config.

Aleix

On Thu, Jun 11, 2020, 11:59 AM Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
wrote:

> Hi Guile users!
>
> I was about to follow the guile-hall tutorial posted on the list today,
> but unfortunately, I get an error the first time I need to input a
> guile-hall command:
>
> ~~~~~~~~
> xiaolong@xlx200:~/dev/Guile/guile-hall-example-project$ hall init dummy
> --author="Red Nose Hacker" --license="gpl3+" --prefix="guile" --execute
> guile: warning: failed to install locale
> Backtrace:
> In ice-9/boot-9.scm:
>   1736:10  9 (with-exception-handler _ _ #:unwind? _ # _)
> In unknown file:
>            8 (apply-smob/0 #<thunk 7feae8a4f9a0>)
> In ice-9/boot-9.scm:
>     718:2  7 (call-with-prompt _ _ #<procedure default-prompt-handle?>)
> In ice-9/eval.scm:
>     619:8  6 (_ #(#(#<directory (guile-user) 7feae866df00>)))
>    293:34  5 (_ #(#(#<directory (guile-user) 7feae866df00>) ("/?" ?)))
> In config.scm:
>     62:13  4 (getopt-config-auto _ _)
>    106:22  3 (getopt-config-x ("/gnu/store/3ip3nm2kjv046v37gi1wy?" ?) ?)
> In srfi/srfi-1.scm:
>    836:15  2 (any1 #<procedure 7feae6fd6c40 at config.scm:106:27 (t?> ?)
> In ice-9/regex.scm:
>    131:12  1 (string-match "^-[a-Z]*h[a-Z]*$|^--help$" "/gnu/store/3?")
> In unknown file:
>            0 (make-regexp "^-[a-Z]*h[a-Z]*$|^--help$")
>
> ERROR: In procedure make-regexp:
> In procedure make-regexp: Invalid range end
> ~~~~~~~~
>
> Here are my versions:
>
> Guile:
>
> ~~~~~~~~
> xiaolong@xlx200:~/dev/Guile/guile-hall-example-project$ guile --version
> guile (GNU Guile) 3.0.2
> Copyright (C) 2020 Free Software Foundation, Inc.
>
> License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> ~~~~~~~~
>
> guile-hall: errors. But it is installed through GUIX package manager, so
> it is version:
>
> ~~~~~~~~
> xiaolong@xlx200:~/dev/Guile/guile-hall-example-project$ guix search
> guile-hall
> guile: warning: failed to install locale
> name: guile-hall
> version: 0.3.1
> outputs: out
> systems: x86_64-linux i686-linux
> dependencies: autoconf@2.69 automake@1.16.2 guile-config@0.4.1 guile@3.0.2
> pkg-config@0.29.2
> + texinfo@6.7
> location:
> ]8;;file://xlx200/gnu/store/xcyarhvbxz5m3l6yvarryx5wm10j9j4k-guix-module-union/share/guile/site/3.0/gnu/packages/guile-xyz.scmgnu/packages/guile-xyz.scm:1441:2
> ]8;;
> homepage: https://gitlab.com/a-sassmannshausen/guile-hall
> license:  ]8;;https://www.gnu.org/licenses/gpl.htmlGPL 3+ ]8;;
> synopsis: Guile project tooling
> description: Hall is a command-line application and a set of Guile
> libraries that allow you to
> + quickly create and publish Guile projects.  It allows you to
> transparently support the GNU build
> + system, manage a project hierarchy & provides tight coupling to Guix.
> relevance: 20
> ~~~~~~~~
>
> Any ideas, what could be the problem with my guile-hall?
>
> Regards,
> Zelphir
>
>


  reply	other threads:[~2020-06-11 19:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
2020-06-11 19:07 ` Aleix Conchillo Flaqué [this message]
2020-06-11 19:47   ` Zelphir Kaltstahl
2020-06-11 20:06     ` Aleix Conchillo Flaqué
2020-06-11 19:09 ` tomas
2020-06-11 19:48   ` Zelphir Kaltstahl
2020-06-11 21:22 ` Alex Sassmannshausen
2020-06-12  8:54   ` Zelphir Kaltstahl
2020-06-12 20:34 ` Ludovic Courtès
2020-06-14 11:50   ` Zelphir Kaltstahl
2020-06-14 20:16     ` Ludovic Courtès
2020-06-17  6:47       ` Zelphir Kaltstahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+XASoV-QO00U5JXqMegnp8PPihN+VW8SiKCML7vyfWBw+Vk-A@mail.gmail.com \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=zelphirkaltstahl@posteo.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).