Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180044 - dev-scheme/gauche-0.8.9 fails loading files from the current directory
Summary: dev-scheme/gauche-0.8.9 fails loading files from the current directory
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-27 19:36 UTC by Marijn Schouten (RETIRED)
Modified: 2007-05-28 12:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.