Subject: pkg/12959: problem report
To: None <gnats-bugs@gnats.netbsd.org>
From: None <nagai@hc.uec.ac.jp>
List: netbsd-bugs
Date: 05/16/2001 13:13:50
>Number: 12959
>Category: pkg
>Synopsis: package mule cannot use canna.
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 16 01:41:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: NAGAI Yutaka
>Release: 2001/02/16
>Organization:
The University of Electro-Commnications
>Environment:
System: NetBSD ThinkPad 1.5 NetBSD 1.5 (GENERIC_LAPTOP) #1: Sun Nov 19 21:53:48 MET 2000 fvdl@sushi:/work/trees/netbsd-1-5/sys/arch/i386/compile/GENERIC_LAPTOP i386
>Description:
The package mule cannot be able to use canna.
>How-To-Repeat:
add package mule and execute following lisp codes.
(load-library canna.el)
(canna)
>Fix:
Apply following patch to toplevel Makefile of mule.
(i.e. /usr/pkgsrc/editors/mule/Makefile)
===cut here===
*** Makefile.orig Sat Feb 17 21:23:28 2001
--- Makefile Mon May 14 21:35:30 2001
***************
*** 42,46 ****
.if !defined(USE_CANNA) || ${USE_CANNA} == YES
! CONFIGURE_ARGS+= --with-canna --canna-includes=${LOCALBASE}/include/canna --canna-libraries=${LOCALBASE}/lib
.endif
--- 42,46 ----
.if !defined(USE_CANNA) || ${USE_CANNA} == YES
! CONFIGURE_ARGS+= --canna --canna-includes=${LOCALBASE}/include --canna-libraries=${LOCALBASE}/lib
.endif
===cut here===
>Release-Note:
>Audit-Trail:
>Unformatted: