Subject: pkg/7569: dircategory is not handled by texinfo
To: None <gnats-bugs@gnats.netbsd.org>
From: None <oster@cs.usask.ca>
List: netbsd-bugs
Date: 05/12/1999 17:50:54
>Number: 7569
>Category: pkg
>Synopsis: ispell package installation complains that @dircategory is not handled by texinfo
>Confidential: yes
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager (NetBSD software packages system bug manager)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 12 17:50:01 1999
>Last-Modified:
>Originator: Greg Oster
>Organization:
>Release: 1.4
>Environment:
NetBSD 1.4 (MERLIN) #5: Tue May 11 17:52:19 CST 1999
oster@merlin:/fujitsu/merlin/usr/src/sys/arch/i386/compile/MERLIN
>Description:
While installing ispell via pkgsrc, I encountered:
chmod +x zapdups
./ispell -v | head -1
@(#) International Ispell Version 3.1.20 10/10/95
. ./config.sh; sed -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" -e
"s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" -e "s@!!COUNTSUFFIX!!@$C
OUNTSUFFIX@g" -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" -e "s@!!STATSUFFIX!!@$STATSU
FFIX@g" $SORTTMP < ispell.1X > ispell.1
set +e; . ./config.sh; set +vx; if [ -d $TEXINFODIR ]; then if sh iwhich mak
einfo >/dev/null && makeinfo --no-split --force ispell.texinfo 2>/dev/null; the
n :; elif sh iwhich $EMACS >/dev/null; then set -e; $EMACS -batch dummy -i i
spell.texinfo -f texinfo-format-buffer -f save-buffer; fi; rm -f ispell.info~
; else : ; fi
Making info file `ispell.info' from `ispell.texinfo'.
Formatting Info file...
Converting ispell.texinfo to Info format...
Formatting Info file: ispell.info
@dircategory is not handled by texinfo
*** Error code 255
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
My guess is that this error is actually from texinfo, but I havn't gone digging to see if that's true or not. I'm hoping this is more an issue with the pkg stuff than with texinfo, although that might be wrong.
>How-To-Repeat:
On a NetBSD 1.4/i386 box:
cd pkgsrc/textproc/ispell
make install
watch it get upset after it's mostly done.
>Fix:
Dunno.
>Audit-Trail:
>Unformatted: