Skip to content

Instantly share code, notes, and snippets.

Created January 4, 2013 17:50
Show Gist options
  • Save anonymous/4454521 to your computer and use it in GitHub Desktop.
Save anonymous/4454521 to your computer and use it in GitHub Desktop.
jbogenturfa'i error
Syntax error (import): cannot import from undefined module
jbogerna
Expansion history:
<syntax> (##core#begin (use jbogerna))
<syntax> (use jbogerna)
<syntax> (##core#require-extension (jbogerna) #t)
<syntax> (##core#begin (##core#begin (##sys#require (quote jbogerna)) (import jbogerna)) (##core#undefined))
<syntax> (##core#begin (##sys#require (quote jbogerna)) (import jbogerna))
<syntax> (##sys#require (quote jbogerna))
<syntax> (quote jbogerna)
<syntax> (##core#quote jbogerna)
<syntax> (import jbogerna) <--
@alanpost
Copy link

alanpost commented Jan 4, 2013

Will you provide the output of 'uname -a' to me?

Also, may I see the command you ran to cause this error?

I did just check in a small fix, but it didn't directly address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment