Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2005 23:56:24 GMT
From:      Takehito Sasaki <my-bsd@achikochi.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/85996: wiliki requires gauche-sxml to run, but case mismatch
Message-ID:  <200509112356.j8BNuOjw061929@www.freebsd.org>
Resent-Message-ID: <200509120000.j8C00PPq039114@freefall.freebsd.org>

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

>Number:         85996
>Category:       ports
>Synopsis:       wiliki requires gauche-sxml to run, but case mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 00:00:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Takehito Sasaki
>Release:        RELEASE_4_11
>Organization:
AchiKochi.net
>Environment:
FreeBSD home.achikochi.net 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #4: Sat Sep 10 19:59:41 CDT 2005     root@home.achikochi.net:/usr/obj/usr/src/sys/A7V8X  i386

>Description:
1. www/wiliki requires textproc/gauche-sxml to run.  need to add dependecy check.
2. due to gauche spec change, there are some case mismatches in the source codes between wiliki and gauche-sxml.  May require wiliki developer's attention to fix.
>How-To-Repeat:
      Build wiliki-0.5 with the following ports
- gauche-0.8.3
- gauche-sxml-0.9_1

Go to www/wiliki/work/WiLiKi-0.5/test and run 'make check'.
>Fix:
     Current workaround is as follows.

*** ssax.scm    Sun Sep 11 12:23:50 2005
--- ssax.scm.orig       Sun Sep 11 18:54:29 2005
***************
*** 28,34 ****
            SSAX:make-pi-parser
            SSAX:make-elem-parser
            SSAX:make-parser
!           ssax:xml->sxml
            *SSAX:warn-handler*
            ))
  (select-module sxml.ssax)
--- 28,34 ----
            SSAX:make-pi-parser
            SSAX:make-elem-parser
            SSAX:make-parser
!           SSAX:XML->SXML
            *SSAX:warn-handler*
            ))
  (select-module sxml.ssax)

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



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