Bug 44129 - Update port: lang/gauche (function info doesn't work)
Summary: Update port: lang/gauche (function info doesn't work)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 06:40 UTC by Kimura Fuyuki
Modified: 2002-10-27 06:13 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (984 bytes, patch)
2002-10-16 06:40 UTC, Kimura Fuyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-10-16 06:40:00 UTC
(info 'proc) doesn't work unless INFOPATH has been set properly.

How-To-Repeat: $ gosh
gosh> (info 'car)
*** ERROR: couldn't find info file "gauche-refe.info" in paths: ("/usr/local/share/info" "../doc")
Stack Trace:
_______________________________________
  0  (find-info-file)
        At line 83 of "/usr/local/share/gauche/0.6.3/lib/gauche/interactive/info.scm"
  1  (open-info-file (find-info-file))
        At line 83 of "/usr/local/share/gauche/0.6.3/lib/gauche/interactive/info.scm"
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-23 17:16:13 UTC
>>(info 'proc) doesn't work unless INFOPATH has been set properly.

	Did you report this problem to gauche's author, Shiro Kawai
	(shiro@acm.org)?
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-23 17:17:06 UTC
State Changed
From-To: open->analyzed

I'll handle this.
Comment 3 Kimura Fuyuki 2002-10-24 02:03:30 UTC
At Thu, 24 Oct 2002 01:16:13 +0900,
Norikatsu Shigemura <nork@FreeBSD.org> wrote:
> 
> >>(info 'proc) doesn't work unless INFOPATH has been set properly.
> 
> 	Did you report this problem to gauche's author, Shiro Kawai
> 	(shiro@acm.org)?

Now going on. :)

http://sourceforge.net/mailarchive/forum.php?thread_id=1220753&forum_id=2043

-- fuyuki
Comment 4 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-24 03:07:40 UTC
On Thu, 24 Oct 2002 10:03:30 +0900
Kimura Fuyuki <fuyuki@hadaly.org> wrote:
> > 	Did you report this problem to gauche's author, Shiro Kawai
> > 	(shiro@acm.org)?
> Now going on. :)

	I understand.  ad-hoc, it's ok! :-). No problem.
	I will commit a temporary patch.
Comment 5 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-27 06:13:17 UTC
State Changed
From-To: analyzed->closed

Committed, Thanks!