Re: crate importer throws

2022-10-12 Thread Csepp
jgart writes: > On Wed, 12 Oct 2022 14:24:26 +0200 Maxime Devos > wrote: > > That still throws: > > guix shell guile-semver -- guix import crate the-way > ;;; Failed to autoload string->semver-range in (semver ranges): > ;;; no code for module (semver ranges) > Backtrace: > In

Re: Supported architectures

2022-10-12 Thread Vagrant Cascadian
On 2022-10-07, Efraim Flashner wrote: > On Thu, Oct 06, 2022 at 04:50:22PM +0200, Ludovic Courtès wrote: > Firstly, I'd like to mention that we, in general, have a minimum system > requirement of 2GB of RAM, and IIRC there aren't a lot of armhf boards > out there which have that much. We do have

Creating a container from a container

2022-10-12 Thread Konrad Hinsen
Hi everyone, I am trying to run "guix shell -C" inside another container created with "guix shell -C". I figured out that I need to take care of three aspects: - Include the package "guix" in the outer container. - --expose=/gnu/store such that guix-in-the-container can access the store

Re: crate importer throws

2022-10-12 Thread jgart
On Wed, 12 Oct 2022 14:24:26 +0200 Maxime Devos wrote: That still throws: guix shell guile-semver -- guix import crate the-way ;;; Failed to autoload string->semver-range in (semver ranges): ;;; no code for module (semver ranges) Backtrace: In ice-9/boot-9.scm: 1752:10 9

Re: emacs-next native compilation failures

2022-10-12 Thread zimoun
Hi, On mer., 12 oct. 2022 at 14:44, Max Brieiev wrote: > "Thompson, David" writes: >> I wouldn't mind seeing native compilation disabled until upstream >> improves the experience, but it's been decided that native compilation >> is staying on. So, we're stuck on an old Guix until there's a >>

Re: crate importer throws

2022-10-12 Thread Maxime Devos
On 11-10-2022 23:39, jgart wrote: ``` λ guix import crate the-way ;;; Failed to autoload string->semver-range in (semver ranges): ;;; no code for module (semver ranges) Backtrace: In ice-9/boot-9.scm: 1752:10 9 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 8

Re: emacs-next native compilation failures

2022-10-12 Thread Max Brieiev
"Thompson, David" writes: > Hi Max, > I don't know of a fix, but Guix is tracking this issue here: > https://issues.guix.gnu.org/issue/57878 I think the issue is related, but different. In the original issue, the problem is the avalance of the compilation processes (AFAIU). My problem is that

Re: emacs-next native compilation failures

2022-10-12 Thread Thompson, David
Hi Max, On Wed, Oct 12, 2022 at 4:24 AM Max Brieiev wrote: > > Hi, > > Recently, Guix started building Emacs with native compilation. > > I did 'guix pull' few days ago (I hadn't done it for a few months), and > it broke my Emacs. > > The 'guix package -u emacs-next' finished building Emacs

[PATCH mumi] view/html: Unambiguously imply date:YYYY-MM-DD.

2022-10-12 Thread Tobias Geerinckx-Rice
--- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 552d435..171fbf9 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -167,7 +167,7 @@ simple query language. Here is a list of

Re: crate importer throws

2022-10-12 Thread Csepp
jgart writes: > ``` > λ guix import crate the-way > ;;; Failed to autoload string->semver-range in (semver ranges): > ;;; no code for module (semver ranges) > Backtrace: > In ice-9/boot-9.scm: > 1752:10 9 (with-exception-handler _ _ #:unwind? _ # _) > In unknown file: >8

emacs-next native compilation failures

2022-10-12 Thread Max Brieiev
Hi, Recently, Guix started building Emacs with native compilation. I did 'guix pull' few days ago (I hadn't done it for a few months), and it broke my Emacs. The 'guix package -u emacs-next' finished building Emacs successfully. However, when I start Emacs, the native compiler starts doing