Re: failed to built xemacs port on FreeBSD

KIRIYAMA Kazuhiko <[email protected]> Sun, 01 May 2016 11:02:42 +0900
Newsgroups gmane.emacs.xemacs.beta
Message-ID <[email protected]>
Hi, Stephen

At Sun, 1 May 2016 08:16:50 +0900,
Stephen J. Turnbull wrote:
> 
> KIRIYAMA Kazuhiko writes:
>  > 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.
> 
> The error messages you provide are insufficient to diagnose the
> problem.  At a minimum, we need to know which file is failing to
> compile.  Normally each file's compilation process is reported quite
> verbosely IIRC, but I don't see that.  Are there any .elcs in the
> build lisp/ directory?

I've up to [1] all stuffs at the time to cause hunged up.

[1] https://people.freebsd.org/~kiri/xemacs/xemacs-21.4.24/

> Also, this:
> 
>   Testing for Lisp shadows ...
>   This site has duplicate Lisp libraries with the same name.
>   If a locally-installed Lisp library overrides a library in the Emacs release,
>   that can cause trouble, and you should probably remove the locally-installed
>   version unless you know what you are doing.

I already installed latin1 and mule lisp pakcages because
they need in build process in xemacs. They are below:

admin@desktop:~ % pkg info -aI | grep xepkg
xepkg-c-support-1.22           Basic single-file add-ons for editing C code
xepkg-cc-mode-1.45             C,C++,Objective-C,Java,CORBA IDL,Pike and AWK language support
xepkg-debug-1.18               GUD, gdb, dbx debugging support
xepkg-dired-1.20               Manage file systems
xepkg-edict-1.17               Lisp Interface to EDICT, Kanji Dictionary
xepkg-edit-utils-2.43          Miscellaneous editor extensions
xepkg-efs-1.34                 Treat files on remote systems the same as local files
xepkg-egg-its-1.27             Wnn (4.2 and 6) support. SJ3 support
xepkg-fsf-compat-1.19          FSF Emacs compatibility files
xepkg-latin-euro-standards-1.09 Support for the Latin{7,8,9,10} character sets and coding systems
xepkg-latin-unity-1.20         Find single ISO 8859 character set to encode a buffer
xepkg-latin1-1.0               Meta port for latin1 XEmacs pacakges
xepkg-leim-1.31                Quail. All non-English and non-Japanese language support
xepkg-locale-1.28              Localized menubars and localized splash screens
xepkg-lookup-1.15              Mule Dictionary support
xepkg-mail-lib-1.80            Fundamental lisp files for providing email support
xepkg-mule-1.0                 Meta port for Mule XEmacs pacakges
xepkg-mule-base-1.56           Basic Mule support
xepkg-mule-ucs-1.18            Extended coding systems(including Unicode) for XEmacs
xepkg-net-utils-1.56           Miscellaneous Networking Utilities
xepkg-os-utils-1.41            Miscellaneous Operating System utilities
xepkg-prog-modes-2.20          Support for various programming languages
xepkg-skk-1.24                 Japanese Language Input Method
xepkg-text-modes-1.98          Miscellaneous support for editing text files
xepkg-time-1.14                Display time and date on the modeline
admin@desktop:~ % 
admin@desktop:~ % pkg info -aI | grep xepkg
xepkg-c-support-1.22           Basic single-file add-ons for editing C code
xepkg-cc-mode-1.45             C,C++,Objective-C,Java,CORBA IDL,Pike and AWK language support
xepkg-debug-1.18               GUD, gdb, dbx debugging support
xepkg-dired-1.20               Manage file systems
xepkg-edict-1.17               Lisp Interface to EDICT, Kanji Dictionary
xepkg-edit-utils-2.43          Miscellaneous editor extensions
xepkg-efs-1.34                 Treat files on remote systems the same as local files
xepkg-egg-its-1.27             Wnn (4.2 and 6) support. SJ3 support
xepkg-fsf-compat-1.19          FSF Emacs compatibility files
xepkg-latin-euro-standards-1.09 Support for the Latin{7,8,9,10} character sets and coding systems
xepkg-latin-unity-1.20         Find single ISO 8859 character set to encode a buffer
xepkg-latin1-1.0               Meta port for latin1 XEmacs pacakges
xepkg-leim-1.31                Quail. All non-English and non-Japanese language support
xepkg-locale-1.28              Localized menubars and localized splash screens
xepkg-lookup-1.15              Mule Dictionary support
xepkg-mail-lib-1.80            Fundamental lisp files for providing email support
xepkg-mule-1.0                 Meta port for Mule XEmacs pacakges
xepkg-mule-base-1.56           Basic Mule support
xepkg-mule-ucs-1.18            Extended coding systems(including Unicode) for XEmacs
xepkg-net-utils-1.56           Miscellaneous Networking Utilities
xepkg-os-utils-1.41            Miscellaneous Operating System utilities
xepkg-prog-modes-2.20          Support for various programming languages
xepkg-skk-1.24                 Japanese Language Input Method
xepkg-text-modes-1.98          Miscellaneous support for editing text files
xepkg-time-1.14                Display time and date on the modeline
admin@desktop:~ % 

Is that wrong?

> 
> is quite possibly the source of your problem.
> 
> _______________________________________________
> XEmacs-Beta mailing list
> [email protected]
> http://lists.xemacs.org/mailman/listinfo/xemacs-beta
> 

---
KIRIYAMA Kazuhiko