-- Norbert Koch <nk(a)LF.net> spake thusly:
make bindist currently has a hard landing:
> gmake[3]: Entering directory
`/usr/local/users/support/nk/cvs/xemacs-packages/co mm/tm/texi'
xemacs -batch -q -no-site-file tm-ja.texi \
-eval '(unless (featurep (quote mule)) (kill-emacs 0))' \
-l texinfmt -f texinfo-format-buffer \
-eval '(setq file-coding-system (quote iso-2022-7))' \
-eval '(save-buffer 0)'
Formatting Info file...
Formatting Info file: tm-ja.info
Converting tm-ja.texi to Info format...
Removing trailing whitespace from Info buffer...
Formatting: tm 7.100 Manual~~~~~~ ... > Formatting: tm ~~~~ ... > Formatting: ~~
... > Formatting: 7bit ... Fatal error: assertion failed, file insdel.c,
line 1122, VALID_BYTIND_P (buf, x)
...
#2 0x80c977a in assert_failed (file=0x82eaa51 "insdel.c",
line=1122, > expr=0x82ea44f "VALID_BYTIND_P (buf, x)") at emacs.c:3214
#3 0x8190d52 in bytind_to_bufpos (buf=0x8464200, x=203) at
insdel.c:1122 #4 0x81dbeaa in re_match_2 (bufp=0x83f55b4, > string1=0x857116f
"\222¤·\222¤«\222¤·\222¡¢7bit
\222¤Ç\222¤¢\222¤ì\222¤Ð\222¤É\222¤ó\222¤Ê data
\222¤Ç\222¤â\222ÎÉ\222¤¤\222¤È\222¤Ï\222¤¤\222¤¨\222¤Ê\222¤¤\222¡
£\222¤Ê\222¤¼\222¤Ê\222¤é\222¡¢\222£±\222¹Ô\222¤Î", size1=101, >
string2=0x85718ab
"\222Ĺ\222¤µ\222¤¬\222¤¢\222¤Þ\222¤ê\222¤Ë\222Ĺ\222¤¤\222¤È\222
¡¢MTA \222¤Ï\222¤½\222¤Î message
\222¤ò\222ž\222Á÷\222¤¹\222¤ë\222¤³\222¤È\222¤¬\222¤Ç\222¤\222¤
Ê\222¤¤\222¤«\222¤é\222¤Ç\n\222¤¢\222¤ë\222¡£\222¤Á\222¤Ê\222¤ß\2
22¤Ë\222¡¢RFC 821 (*Note RFC 821::)
\222¤Ï\222£±\222¹Ô\222¤Ï\222²þ\222¹Ô\222ʸ\222»ú\222¤ò\222½ü\222¤
¤\222¤Æ 998\nbyte \222°Ê"..., size2=406, pos=202,
regs=0x83f6bf4, stop=507) at regex.c:4327
This one's the syntax stuff again. I'm pretty sure that all of these
'VALID_BYTIND_P' crashes (there are at least three that I know of) are
the same error, or at least related. Fortunately this particular one is
easily reproducible on my system, so I'm sure I'll be able to get this
figured out within the next day or two.
Thanks for the report, Norbert.