zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.09k stars 85 forks source link

not specified dependency ob-yaml #394

Closed Anoncheg1 closed 1 year ago

Anoncheg1 commented 1 year ago

undocumented dependency ob-yaml for MELPA

Telega Setup

OS: Gentoo Emacs: GNU Emacs 28.2 Telega: 0.8.3 (installed), 20230212.1547 (melpa)

installation method as MELPA

Current Behavior

unknown dependency ob-yaml

Steps to Reproduce

install

Possible Solution

add dependece ob-yaml to dependencies

Log

telega-chat.el:41:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/telega-company.el at Wed Feb 15 06:46:36 2023
telega-company.el:31:1: Error: Cannot open load file: No such file or directory, ob-yaml

telega-chat.el:41:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/telega-company.el at Wed Feb 15 06:46:36 2023
telega-company.el:31:1: Error: Cannot open load file: No such file or directory, ob-yaml
Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/telega-vvnote.el at Wed Feb 15 06:46:42 2023
telega-vvnote.el:30:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/telega-webpage.el at Wed Feb 15 06:46:43 2023
telega-webpage.el:37:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/telega.el at Wed Feb 15 06:46:43 2023
telega.el:48:1: Error: Cannot open load file: No such file or directory, ob-yaml
Leaving directory ‘/home/t/.emacs.d/elpa/telega-20230212.1547/’

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/contrib/ol-telega.el at Wed Feb 15 06:46:44 2023
Entering directory ‘/home/t/.emacs.d/elpa/telega-20230212.1547/contrib/’
ol-telega.el:39:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/contrib/telega-adblock.el at Wed Feb 15 06:46:44 2023
telega-adblock.el:55:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/contrib/telega-dired-dwim.el at Wed Feb 15 06:46:44 2023
telega-dired-dwim.el:15:1: Error: Cannot open load file: No such file or directory, ob-yaml

Compiling file /home/t/.emacs.d/elpa/telega-20230212.1547/contrib/telega-mnz.el at Wed Feb 15 06:46:45 2023
telega-mnz.el:57:1: Error: Cannot open load file: No such file or directory, ob-yaml
zevlg commented 1 year ago

telega.el does not depend on ob-yaml package. However, telega.el uses org package, and org package should be loadable at telega compilation time. org is part of the Emacs and it should be loadable. Check your configuration and fix things that prevent org package to be loaded

Anoncheg1 commented 1 year ago

I removed my Org mode hook and error vanished.