Hi, I am attempting to package the OpenCASCADE-OCE library for Guix using the Nix opencascade_oce package as a starting point.  I have a standard Guix installation, a standard Nix installation plus the Guix source to work on separately.  opencascade_oce is not installed in the Nix store.  The Nix setup is: $ echo $NIX_PATH nixpkgs=/home/paul/.nix-defexpr/channels/nixpkgs $ which nix-instantiate /home/paul/.nix-profile/bin/nix-instantiate I try: $ export NIX_REMOTE=daemon $ ./pre-inst-env guix import nix $HOME/.nix-defexpr/channels/nixpkgs opencascade_oce i get: ;;; SSAX warning: Skipping PI: xml trace: lib.zip is deprecated, use lib.zipAttrsWith instead trace: `mkStrict' is obsolete; use `mkOverride 0' instead. Backtrace: In guix/import/snix.scm:  190: 19 [loop # () #f (() . #)]  190: 18 [loop # () ...]  190: 17 [loop # () #f (() . #)]  190: 16 [loop # () ...]  190: 15 [loop # () #f (() . #)]  190: 14 [loop # () ...]  190: 13 [loop # () #f (() . #)]  190: 12 [loop # () ...]  190: 11 [loop # () #f (() . #)]  190: 10 [loop # () ...]  190: 9 [loop # () #f (() . #)]  190: 8 [loop # () #f (() . #)]  190: 7 [loop # () #f (() . #)]  190: 6 [handle-start-tag function # ...] In sxml/upstream/SSAX.scm: 1523: 5 [# function ...] 1246: 4 [# # ...] 1190: 3 [read-attrib-value #\" # () ()] In sxml/ssax/input-parse.scm:  103: 2 [next-token () (#\" #\space #\newline ...) ...] In ice-9/rdelim.scm:   88: 1 [read-delimited "\" \n\t\r<&" # peek] In unknown file:    ?: 0 [%read-delimited! "\" \n\t\r<&" ...] ERROR: In procedure %read-delimited!: ERROR: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'. Backtrace: In guix/import/snix.scm:  190: 19 [loop # () #f (() . #)]  190: 18 [loop # () ...]  190: 17 [loop # () #f (() . #)]  190: 16 [loop # () ...]  190: 15 [loop # () #f (() . #)]  190: 14 [loop # () ...]  190: 13 [loop # () #f (() . #)]  190: 12 [loop # () ...]  190: 11 [loop # () #f (() . #)]  190: 10 [loop # () #f (() . #)]  190: 9 [loop # () #f (() . #)]  190: 8 [handle-start-tag function # ...] In sxml/upstream/SSAX.scm: 1523: 7 [# function ...] 1246: 6 [# # ...] 1190: 5 [read-attrib-value #\" # () ()] In sxml/ssax/input-parse.scm:  103: 4 [next-token () (#\" #\space #\newline ...) ...] In ice-9/rdelim.scm:   88: 3 [read-delimited "\" \n\t\r<&" # peek] In unknown file:    ?: 2 [%read-delimited! "\" \n\t\r<&" ...] In ice-9/boot-9.scm:  108: 1 [# vm-error ...]   68: 0 [abort-to-prompt catch14 vm-error vm-run "VM: Stack overflow" ()] ice-9/boot-9.scm:68:2: In procedure abort-to-prompt: ice-9/boot-9.scm:68:2: Throw to key `vm-error' with args `(vm-run "VM: Stack overflow" ())'. paul$ error: stack overflow (possible infinite recursion) I can see references to snix.scm but I am not sure how to interpret the error output.  Bug or operator error?##SELECTION_END## Best, Paul.