unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-hall error on probably every command
@ 2020-06-11 18:59 Zelphir Kaltstahl
  2020-06-11 19:07 ` Aleix Conchillo Flaqué
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-11 18:59 UTC (permalink / raw)
  To: Mailing list Guile User

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
@ 2020-06-11 19:07 ` Aleix Conchillo Flaqué
  2020-06-11 19:47   ` Zelphir Kaltstahl
  2020-06-11 19:09 ` tomas
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Aleix Conchillo Flaqué @ 2020-06-11 19:07 UTC (permalink / raw)
  To: Zelphir Kaltstahl; +Cc: Mailing list Guile User

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
>
>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
  2020-06-11 19:07 ` 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 20:34 ` Ludovic Courtès
  3 siblings, 1 reply; 12+ messages in thread
From: tomas @ 2020-06-11 19:09 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

On Thu, Jun 11, 2020 at 08:59:35PM +0200, Zelphir Kaltstahl 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:

[...]

> In unknown file:
>            0 (make-regexp "^-[a-Z]*h[a-Z]*$|^--help$")

> ERROR: In procedure make-regexp:
> In procedure make-regexp: Invalid range end

I think Guile relies on the system lib for regexps. Not all take [a-Z] as
a valid range (FWIW my plain "grep" on some Debian GNU/Linux complains
also about an "invalid range end".

I think the longer version [A-Za-z] is safer.

Cheers
-- t

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 19:07 ` Aleix Conchillo Flaqué
@ 2020-06-11 19:47   ` Zelphir Kaltstahl
  2020-06-11 20:06     ` Aleix Conchillo Flaqué
  0 siblings, 1 reply; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-11 19:47 UTC (permalink / raw)
  To: Aleix Conchillo Flaqué; +Cc: Mailing list Guile User

Hi Aleix!

Ah, so that means, once the guile-config Guix package is updated,
guile-hall installed through Guix package manager would also get that
fix, correct?

Regards,
Zelphir

On 11.06.20 21:07, Aleix Conchillo Flaqué wrote:
> 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 <mailto: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
>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 19:09 ` tomas
@ 2020-06-11 19:48   ` Zelphir Kaltstahl
  0 siblings, 0 replies; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-11 19:48 UTC (permalink / raw)
  To: tomas; +Cc: guile-user

I see! I also haven't seen [a-Z] before, anywhere, I think. Thanks for
the explanation!

On 11.06.20 21:09, tomas@tuxteam.de wrote:
> On Thu, Jun 11, 2020 at 08:59:35PM +0200, Zelphir Kaltstahl 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:
> [...]
>
>> In unknown file:
>>            0 (make-regexp "^-[a-Z]*h[a-Z]*$|^--help$")
>> ERROR: In procedure make-regexp:
>> In procedure make-regexp: Invalid range end
> I think Guile relies on the system lib for regexps. Not all take [a-Z] as
> a valid range (FWIW my plain "grep" on some Debian GNU/Linux complains
> also about an "invalid range end".
>
> I think the longer version [A-Za-z] is safer.
>
> Cheers
> -- t



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 19:47   ` Zelphir Kaltstahl
@ 2020-06-11 20:06     ` Aleix Conchillo Flaqué
  0 siblings, 0 replies; 12+ messages in thread
From: Aleix Conchillo Flaqué @ 2020-06-11 20:06 UTC (permalink / raw)
  To: Zelphir Kaltstahl; +Cc: Mailing list Guile User

Yes, I believe so.

On Thu, Jun 11, 2020, 12:47 PM Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
wrote:

> Hi Aleix!
>
> Ah, so that means, once the guile-config Guix package is updated,
> guile-hall installed through Guix package manager would also get that fix,
> correct?
>
> Regards,
> Zelphir
> On 11.06.20 21:07, Aleix Conchillo Flaqué wrote:
>
> 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
>>
>>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
  2020-06-11 19:07 ` Aleix Conchillo Flaqué
  2020-06-11 19:09 ` tomas
@ 2020-06-11 21:22 ` Alex Sassmannshausen
  2020-06-12  8:54   ` Zelphir Kaltstahl
  2020-06-12 20:34 ` Ludovic Courtès
  3 siblings, 1 reply; 12+ messages in thread
From: Alex Sassmannshausen @ 2020-06-11 21:22 UTC (permalink / raw)
  To: Zelphir Kaltstahl, Mailing list Guile User

[-- Attachment #1: Type: text/plain, Size: 3569 bytes --]

Hi Zelphir,

Always nice to hear someone is interested in Hall!  Sorry you ran into
this issue though :-(

Aleix and Tomas rightly point out the issue is caused by the regexp
used in guile-config.  Aleix provided a merge request fixing the issue,
but as you correctly point out, I have not rolled a new release yet.

I will attempt to release a new version this weekend and push the new
release to Guix.

I'll make an announcement when it's done!

Best wishes,

Alex

On Thu, 2020-06-11 at 20:59 +0200, Zelphir Kaltstahl 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
> 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 273 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 21:22 ` Alex Sassmannshausen
@ 2020-06-12  8:54   ` Zelphir Kaltstahl
  0 siblings, 0 replies; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-12  8:54 UTC (permalink / raw)
  To: Alex Sassmannshausen; +Cc: Mailing list Guile User

Hi Alex!

Sounds great! No stress! I'll try it when it is there.

I still have a project, which I would like to publish on GUIX package
manager and I guess guile-hall can help me with that.

Regards,
Zelphir

On 11.06.20 23:22, Alex Sassmannshausen wrote:
> Hi Zelphir,
>
> Always nice to hear someone is interested in Hall!  Sorry you ran into
> this issue though :-(
>
> Aleix and Tomas rightly point out the issue is caused by the regexp
> used in guile-config.  Aleix provided a merge request fixing the issue,
> but as you correctly point out, I have not rolled a new release yet.
>
> I will attempt to release a new version this weekend and push the new
> release to Guix.
>
> I'll make an announcement when it's done!
>
> Best wishes,
>
> Alex
>
> On Thu, 2020-06-11 at 20:59 +0200, Zelphir Kaltstahl 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
>>




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
                   ` (2 preceding siblings ...)
  2020-06-11 21:22 ` Alex Sassmannshausen
@ 2020-06-12 20:34 ` Ludovic Courtès
  2020-06-14 11:50   ` Zelphir Kaltstahl
  3 siblings, 1 reply; 12+ messages in thread
From: Ludovic Courtès @ 2020-06-12 20:34 UTC (permalink / raw)
  To: guile-user

Hi Zelphir,

Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> skribis:

> 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;;

Not related to Hall, but what terminal gave you the above result?
(Terminals are supposed to ignore escapes that they can’t interpret.)

Ludo’.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-12 20:34 ` Ludovic Courtès
@ 2020-06-14 11:50   ` Zelphir Kaltstahl
  2020-06-14 20:16     ` Ludovic Courtès
  0 siblings, 1 reply; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-14 11:50 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-user

Hi Ludo!

That would be "MATE Terminal 1.12.1".

Regards,
Zelphir

On 12.06.20 22:34, Ludovic Courtès wrote:
> Hi Zelphir,
>
> Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> skribis:
>
>> 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;;
> Not related to Hall, but what terminal gave you the above result?
> (Terminals are supposed to ignore escapes that they can’t interpret.)
>
> Ludo’.
>
>




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-14 11:50   ` Zelphir Kaltstahl
@ 2020-06-14 20:16     ` Ludovic Courtès
  2020-06-17  6:47       ` Zelphir Kaltstahl
  0 siblings, 1 reply; 12+ messages in thread
From: Ludovic Courtès @ 2020-06-14 20:16 UTC (permalink / raw)
  To: Zelphir Kaltstahl; +Cc: guile-user

Hi,

Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> skribis:

> That would be "MATE Terminal 1.12.1".

Thanks, hopefully it was fixed in the meantime:

  https://issues.guix.gnu.org/41811

Ludo’.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: guile-hall error on probably every command
  2020-06-14 20:16     ` Ludovic Courtès
@ 2020-06-17  6:47       ` Zelphir Kaltstahl
  0 siblings, 0 replies; 12+ messages in thread
From: Zelphir Kaltstahl @ 2020-06-17  6:47 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-user

Thanks, I will look out for it!

On 14.06.20 22:16, Ludovic Courtès wrote:
> Hi,
>
> Zelphir Kaltstahl <zelphirkaltstahl@posteo.de> skribis:
>
>> That would be "MATE Terminal 1.12.1".
> Thanks, hopefully it was fixed in the meantime:
>
>   https://issues.guix.gnu.org/41811
>
> Ludo’.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-06-17  6:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 18:59 guile-hall error on probably every command Zelphir Kaltstahl
2020-06-11 19:07 ` Aleix Conchillo Flaqué
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

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).