emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38946: closed (guix import fails for cabal-helper)


From: GNU bug Tracking System
Subject: bug#38946: closed (guix import fails for cabal-helper)
Date: Sat, 25 May 2024 06:57:01 +0000

Your message dated Sat, 25 May 2024 08:56:36 +0200
with message-id <ZlGLpF2iB-vx3-pe@noor.fritz.box>
and subject line Re: guix import fails for cabal-helper
has caused the debbugs.gnu.org bug report #38946,
regarding guix import fails for cabal-helper
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
38946: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38946
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: guix import fails for cabal-helper Date: Sun, 5 Jan 2020 15:23:56 +0000
I've been trying to improve the Haskell tooling we have here on Guix, but
I ran into this problem: if I try to do ~guix import hackage
cabal-helper~ it fails with:

Syntax error: unexpected token : common (at line 76, column 0)
Syntax error: unexpected end of input
guix import: error: failed to download cabal file for package 'cabal-helper'

If I import ghc-mod (which depends on cabal-helper) recursively, I get this:

Syntax error: unexpected token : common (at line 76, column 0)
Syntax error: unexpected end of input
Backtrace:
          13 (primitive-load "/home/brown/.config/guix/current/bin/g…")
In guix/ui.scm:
  1806:12 12 (run-guix-command _ . _)
In guix/scripts/import.scm:
   116:11 11 (guix-import . _)
In guix/scripts/import/hackage.scm:
   132:26 10 (guix-import-hackage . _)
In guix/import/utils.scm:
    425:7  9 (recursive-import _ _ #:repo->guix-package _ #:guix-name …)
   397:31  8 (topological-sort _ #<procedure 7f74ceff4ed0 at guix/i…> …)
In srfi/srfi-1.scm:
   592:29  7 (map1 _)
   592:29  6 (map1 _)
   592:29  5 (map1 _)
   592:29  4 (map1 _)
   592:29  3 (map1 ("monad-journal" "pipes" "cabal-helper"))
   592:29  2 (map1 ("pipes" "cabal-helper"))
   592:17  1 (map1 ("cabal-helper"))
In guix/import/utils.scm:
   421:36  0 (lookup-node "cabal-helper")

guix/import/utils.scm:421:36: In procedure lookup-node:
Throw to key `vm-error' with args `(vm-run "Wrong number of values
returned to continuation (expected ~a)" (2))'.



--- End Message ---
--- Begin Message --- Subject: Re: guix import fails for cabal-helper Date: Sat, 25 May 2024 08:56:36 +0200
Hi,

> I've been trying to improve the Haskell tooling we have here on Guix, but
> I ran into this problem: if I try to do ~guix import hackage
> cabal-helper~ it fails with:

Guix has had support for the `common` stanza for quite a while now and
importing cabal-helper works. Closing.

Lars



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]