failed to built xemacs port on FreeBSD

KIRIYAMA Kazuhiko <[email protected]> Sat, 30 Apr 2016 21:02:08 +0900
Newsgroups gmane.emacs.xemacs.beta
Message-ID <[email protected]>
Hi, all

I've made up xemacs port on FreeBSD 11.0-CURRENT(1100098)
and try to build. But failed to byte-compile to all *.el in
lisp direcitory after binary built.

(snip)
Loading
/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24/src/../lisp/update-elc.el...
Loading very-early-lisp...
Loading find-paths.el...
Loading packages.el...
Loading setup-paths.el...
Loading dump-paths.el...
Loading
/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24/lisp/dumped-lisp.el...
Wrote
/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24/src/NEEDTODUMP
rm -f lisp/auto-autoloads.el
/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24/src/xemacs -batch -no-autoloads  -l autoload -f batch-update-directory
lisp
^C
===> Compilation failed unexpectedly.
root@desktop:/var/ports/homekxj/editors/xemacs # Try to set
MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
failure to
the maintainer.

Correctly to say, stop to hang up at execute below:

xemacs -batch -no-autoloads  -l autoload -f batch-update-directory

and break out by C-c. To do same commandline in working
directory, then

root@desktop:/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24# ./src/xemacs -batch -no-autoloads  -l autoload -f batch-update-directory lisp
Symbol's function definition is void:
kana-keyboard-define-keys
xemacs exiting
.
root@desktop:/usr/portbuild/var/ports/homekxj/editors/xemacs/work/xemacs-21.4.24# 

Is there any suggestion?

admin@t:~ % uname -aK
FreeBSD t.pis 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Mar 23 10:12:11 JST 2016 [email protected]:/usr/obj/usr/src/sys/XIJ  amd64 1100098
admin@t:~ % 

Whole build progress is logged and put it in [1].

[1] http://people.freebsd.org/~kiri/xemacs/xemacs_build.log

Best Regards

---
KIRIYAMA Kazuhiko