Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use (ice-9 format) instead? #4

Open
jgarte opened this issue Jul 6, 2023 · 2 comments
Open

Use (ice-9 format) instead? #4

jgarte opened this issue Jul 6, 2023 · 2 comments

Comments

@jgarte
Copy link

jgarte commented Jul 6, 2023

Hi,

Did you also get this error recently?

(repl-version 0 1 1)
farg/colors.scm:75:19: warning: "~2,'0x": unsupported format option ~2, use (ice-9 format) instead
farg/colors.scm:132:6: warning: "~2,'0x": unsupported format option ~2, use (ice-9 format) instead
farg/reload.scm:12:2: warning: "\x1b]~d;~a\x1b\\": unsupported format option ~d, use (ice-9 format) instead
farg/reload.scm:15:2: warning: "\x1b]4;~d;~a\x1b\\": unsupported format option ~d, use (ice-9 format) instead

error: failed to compile '/gnu/store/vrx9zh3fglv677s1db2wyqs1wlrc1170-farg-2ac3d59//farg/home-service.scm':

In ice-9/boot-9.scm:
   222:29 19 (map1 (#<syntax:home-service.scm:71:18 (#<syntax val?> ?))
   222:17 18 (map1 (#<syntax:home-service.scm:71:18 (#<syntax val?> ?))
In ice-9/psyntax.scm:
  1403:12 17 (_ _ _ _)
  1478:23 16 (_ _ _)
In ice-9/boot-9.scm:
   222:17 15 (map1 (#<syntax:home-service.scm:71:18 (#<syntax:con?> ?))
In ice-9/psyntax.scm:
  1478:23 14 (_ _ _)
In ice-9/boot-9.scm:
   222:17 13 (map1 (#<syntax:home-service.scm:71:18 (#<syntax quo?> ?))
In ice-9/psyntax.scm:
  1401:23 12 (_ _)
  1327:27 11 (syntax-type (#<syntax quote> #<syntax ((filename . ?>) ?)
  1311:39 10 (syntax-type quote (("placeholder" placeholder) (# ?) ?) ?)
   906:15  9 (resolve-identifier quote ((m-12f4514f60cda869-ed2 ?) ?) ?)
   775:21  8 (id-var-name quote _ _)
   757:39  7 (search quote (#(ribcage (farg-theme # # # # # ?) ?) ?) ?)
In ice-9/boot-9.scm:
  1685:16  6 (raise-exception _ #:continuable? _)
  1685:16  5 (raise-exception _ #:continuable? _)
  1780:13  4 (_ #<&compound-exception components: (#<&assertion-fail?>)
In guix/build/compile.scm:
    191:6  3 (_ _ . _)
In ice-9/boot-9.scm:
  1747:15  2 (with-exception-handler #<procedure 7fffddc46480 at ic?> ?)
In guix/build/compile.scm:
   194:22  1 (_)
In unknown file:
           0 (make-stack #t)
guix/build/compile.scm:194:22: In procedure cdr: Wrong type argument in position 1 (expecting pair): ()
Backtrace:
           1 (primitive-load "/gnu/store/m9l6l663v0mic4fq4g95vm7bk1f?")
In ice-9/boot-9.scm:
   2007:7  0 (error _ . _)

ice-9/boot-9.scm:2007:7: In procedure error:
inferior failed "/gnu/store/lyw4gyr6pw190hkfs0ci8bipwd48qwq0-guix-db803cce1"
@Frewacom
Copy link
Member

Frewacom commented Jul 8, 2023

No, I have not gotten anything like this. What did you run that resulted in this error?

@ghost
Copy link

ghost commented Feb 4, 2024

I've also gotten this backtrace a few times when building the channel locally, but retrying the build seems to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants