[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Dependencies: mule-ucs, apel, oauth2, flim



Thank you, Boruch, for taking the time to look into these potential issues.

Here are three (3) errors during byte-compilation and the build recipe.  The ultimate goal is to have a recipe to install emacs-w3m from scratch without the byte-compiler complaining of missing dependencies.  Similar errors will be reported if a user installs apel/flim/emacs-w3m through the built-in package manager drawing upon MELPA sources.

In toplevel form:
sasl-xoauth2.el:44:1:Error: Cannot open load file: No such file or directory, oauth2
Compiling /Users/HOME/.emacs.d/lisp/flim/sasl.el...
Compiling /Users/HOME/.emacs.d/lisp/flim/sha1-dl.el...

In toplevel form:
mew-w3m.el:82:1:Error: Cannot open load file: No such file or directory, mew
Compiling /Users/HOME/.emacs.d/lisp/emacs-w3m/mime-w3m.el...

In toplevel form:
w3m-ucs.el:46:1:Error: Cannot open load file: No such file or directory, un-define
Compiling /Users/HOME/.emacs.d/lisp/emacs-w3m/w3m-util.el...
Compiling /Users/HOME/.emacs.d/lisp/emacs-w3m/w3m-weather.el...
Compiling /Users/HOME/.emacs.d/lisp/emacs-w3m/w3m-xmas.el...

BUILD RECIPE:

mkdir ~/.emacs.d

mkdir ~/.emacs.d/lisp

mkdir ~/.emacs.d/lisp/apel

mkdir ~/.emacs.d/lisp/flim

mkdir ~/.emacs.d/lisp/emacs-w3m

mkdir ~/.emacs.d/src

cd ~/.emacs.d/src

git clone https://github.com/wanderlust/apel.git

git clone https://github.com/wanderlust/flim.git

cvs -d :pserver:anonymous@xxxxxxxxxxxxxx:/storage/cvsroot co emacs-w3m

find ~/.emacs.d/src/apel -maxdepth 1 -iname "*.el" -exec cp {} ~/.emacs.d/lisp/apel/ \;

find ~/.emacs.d/src/flim -maxdepth 1 -iname "*.el" -exec cp {} ~/.emacs.d/lisp/flim/ \;

find ~/.emacs.d/src/emacs-w3m -maxdepth 1 -iname "*.el" -exec cp {} ~/.emacs.d/lisp/emacs-w3m/ \;

/absolute/path/to/emacs_26 --batch --eval "(progn (add-to-list 'load-path \"~/.emacs.d/lisp/apel/\") (add-to-list 'load-path \"~/.emacs.d/lisp/flim/\") (add-to-list 'load-path \"~/.emacs.d/lisp/emacs-w3m/\") (byte-recompile-directory \"~/.emacs.d/lisp/apel\" 0) (byte-recompile-directory \"~/.emacs.d/lisp/flim\" 0) (byte-recompile-directory \"~/.emacs.d/lisp/emacs-w3m\" 0))"

;;;;;;;;;;;;;;;;;;;;;;; PREVIOUS MESSAGE ;;;;;;;;;;;;;;;;;;;;;;

> Date: [12-17-2018 07:05:28] <17 Dec 2018 10:05:28 -0500>
> From: Boruch Baum <boruch_baum@xxxxxxx>
> To: esq@xxxxxxxxxxx, emacs-w3m@xxxxxxxxxx
> Subject: Re: [emacs-w3m:13073] Dependencies:  mule-ucs, apel, oauth2, flim
> 
> * * *
> 
> On 2018-12-16 09:48, Keith David Bershatsky wrote:
> > 1. The REQUIREMENTS page does not mention the need for mule-ucs and/or oauth2:
> 
> AFAIK, they're not requirements. I've been using emacs-w3m for years without them.