Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 180044

Summary: dev-scheme/gauche-0.8.9 fails loading files from the current directory
Product: Gentoo Linux Reporter: Marijn Schouten (RETIRED) <hkbst>
Component: Current packagesAssignee: Akinori Hattori <hattya>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marijn Schouten (RETIRED) gentoo-dev 2007-05-27 19:36:51 UTC
gauche-0.8.9 fails loading files from the current directory:

N="file.scm"; touch N; gosh -e "(load \"$N\")" 

#<error "cannot find file "file.scm" in ...">

N="file.scm"; echo "(load \"$N\")" >> $N; gosh $N

*** ERROR: cannot find file "file.scm" in *load-path* ("/usr/share/gauche/site/lib" "/usr/share/gauche/0.8.9/lib")
Stack Trace:
_______________________________________
  0  (load "file.scm")
        At line 1 of "./file.scm"
Comment 1 Akinori Hattori gentoo-dev 2007-05-28 12:19:10 UTC
This is a default behavior of Gauche.
Please report this to the upstream, if you think this is a bug.