Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2002 14:38:12 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@smluc.org
Subject:   ports/44129: Update port: lang/gauche (function info doesn't work)
Message-ID:  <20021016053812.B2BB45675@hadaly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         44129
>Category:       ports
>Synopsis:       Update port: lang/gauche (function info doesn't work)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 22:40:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Wed Oct 9 13:04:34 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
(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"
	
>Fix:
diff -ruN --exclude=CVS gauche/files/patch-lib-gauche-interactive-info.scm gauche.orig/files/patch-lib-gauche-interactive-info.scm
--- gauche/files/patch-lib-gauche-interactive-info.scm	Wed Oct 16 14:23:26 2002
+++ gauche.orig/files/patch-lib-gauche-interactive-info.scm	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
---- lib/gauche/interactive/info.scm.orig	Wed Oct 16 14:21:59 2002
-+++ lib/gauche/interactive/info.scm	Wed Oct 16 14:22:13 2002
-@@ -61,9 +61,9 @@
-                         (else '())))
-          (instpath 
-           (let1 pathcomps (string-split (gauche-library-directory) #\/)
--            (if (> (length pathcomps) 3)
-+            (if (> (length pathcomps) 4)
-                 (list (apply build-path
--                             (append (drop-right pathcomps 3) '("info"))))
-+                             (append (drop-right pathcomps 4) '("info"))))
-                 '())))
-          (in-place (list "../doc")))
-     (append syspath instpath in-place)))

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021016053812.B2BB45675>