LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-27-2019, 01:31 AM   #1
zetrotrack000
Member
 
Registered: Dec 2011
Posts: 401

Rep: Reputation: Disabled
OpenWMail error


Hi
I am using OpenWMail (1.0.0-1) as desktop email client. After recent system upgrade (Manjaro Linux), instead of launching, the program is giving following error:
Code:
 openwmail 
App threw an error during load
TypeError: app.makeSingleInstance is not a function
    at /usr/lib/openwmail/app/app/main.js:5:24
    at Object.<anonymous> (/usr/lib/openwmail/app/app/main.js:268:3)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at Module.require (internal/modules/cjs/loader.js:685:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object.<anonymous> (/usr/lib/openwmail/app/index.js:1:1)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: app.makeSingleInstance is not a function
    at /usr/lib/openwmail/app/app/main.js:5:24
    at Object.<anonymous> (/usr/lib/openwmail/app/app/main.js:268:3)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:798:10)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at Module.require (internal/modules/cjs/loader.js:685:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object.<anonymous> (/usr/lib/openwmail/app/index.js:1:1)
    at Module._compile (internal/modules/cjs/loader.js:786:30)
Kindly guide me to solve this issue.
Thanks
 
Old 08-28-2019, 01:24 PM   #2
zetrotrack000
Member
 
Registered: Dec 2011
Posts: 401

Original Poster
Rep: Reputation: Disabled
OpenWMail depends upon electron. After upgrading electron to version 6.0.0-1. I am getting following error:
Code:
electron: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
Kindly help me to solve this problem.
Regards
 
Old 08-28-2019, 02:16 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,632

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by zetrotrack000 View Post
OpenWMail depends upon electron. After upgrading electron to version 6.0.0-1. I am getting following error:
Code:
electron: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
Kindly help me to solve this problem.
Ok....the error seems pretty obvious: you're missing the library mentioned. You say it's manjaro, but don't say what version. Have you installed/updated the libevent package???
 
Old 08-28-2019, 02:39 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Did you upgrade your whole system?
If Manjaro is anything like ArchLinux, you MUST always update the whole system.
 
Old 08-29-2019, 12:52 AM   #5
zetrotrack000
Member
 
Registered: Dec 2011
Posts: 401

Original Poster
Rep: Reputation: Disabled
libevent is already installed:
Code:
pacman -Ss libevent
core/libevent 2.1.11-1 [installed]
libevent was recently upgraded from 2.1.10 to 2.1.11:
Code:
[2019-08-25 14:39] [ALPM] upgraded libevent (2.1.10-1 -> 2.1.11-1)
But downgrading to 2.1.10 did not solve the problem.
Yes, Manjaro is upgraded as a whole and as it is a rolling distro, therefore, version may be meaningless.
 
Old 08-29-2019, 02:21 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
output of
Code:
pacman -Qii openwmail libevent electron
pacman -Syup
please.

PS: the openwmail AUR package has been flagged out of date. You might want to look at the comments.
 
Old 08-29-2019, 02:28 AM   #7
zetrotrack000
Member
 
Registered: Dec 2011
Posts: 401

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
output of
Code:
pacman -Qii openwmail libevent electron
pacman -Syup
please.

PS: the openwmail AUR package has been flagged out of date. You might want to look at the comments.
Code:
| pacman -Qii openwmail libevent electron
Name            : openwmail
Version         : 1.0.0-1
Description     : The missing desktop client for Gmail & Google Inbox
Architecture    : x86_64
URL             : https://openwmail.github.io/
Licenses        : MPL
Groups          : None
Provides        : None
Depends On      : electron
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 41.35 MiB
Packager        : Unknown Packager
Build Date      : Fri 28 Dec 2018 10:54:42 AM PKT
Install Date    : Wed 28 Aug 2019 10:15:43 AM PKT
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None
Backup Files    :
(none)

Name            : libevent
Version         : 2.1.11-1
Description     : An event notification library
Architecture    : x86_64
URL             : https://libevent.org/
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : openssl
Optional Deps   : python2: to use event_rpcgen.py [installed]
Required By     : electron  nfs-utils  transmission-gtk
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1226.00 KiB
Packager        : Anatol Pomozov <anatol.pomozov@gmail.com>
Build Date      : Mon 05 Aug 2019 10:17:02 PM PKT
Install Date    : Thu 29 Aug 2019 10:45:22 AM PKT
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : None
Backup Files    :
(none)

Name            : electron
Version         : 6.0.0-1
Description     : Build cross platform desktop apps with web technologies
Architecture    : x86_64
URL             : https://electronjs.org/
Licenses        : MIT  custom
Groups          : None
Provides        : None
Depends On      : c-ares  ffmpeg  gtk3  http-parser  libevent  libnghttp2  libxslt
                  libxss  minizip  nss  re2  snappy
Optional Deps   : kde-cli-tools: file deletion support (kioclient5)
                  trash-cli: file deletion support (trash-put)
                  xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
                  [installed]
Required By     : openwmail
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 135.32 MiB
Packager        : Nicola Squartini <tensor5@gmail.com>
Build Date      : Thu 01 Aug 2019 10:15:39 AM PKT
Install Date    : Wed 28 Aug 2019 11:20:43 PM PKT
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature
Backup Files    :
(none)
The electron version installed is 6.0.0.1, but the latest version available is 6.0.4. But if I upgrade electron to latest version (6.0.4) then that error appears which I mentioned in my first post.

Last edited by zetrotrack000; 08-29-2019 at 02:44 AM. Reason: Spelling Correction
 
Old 08-29-2019, 02:31 AM   #8
zetrotrack000
Member
 
Registered: Dec 2011
Posts: 401

Original Poster
Rep: Reputation: Disabled
Quote:
PS: the openwmail AUR package has been flagged out of date. You might want to look at the comments.
Maybe, that's why latest version of electron is not working with openwmail.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Parse error: parse error, unexpected '/' - can anyone see the error in this code? v@ny@ Programming 8 04-03-2010 04:07 PM
Sendmail: eocket wedge , 504 error , dsn error, mail relay connection error djcs Debian 0 03-03-2009 12:41 AM
PHP Error Parse error: parse error, unexpected $ in /home/content/S/k/i/SkinCare4U/h CowanServices Programming 2 12-09-2008 08:26 PM
Suse CUPS error: cups(File)DoRequest error:client-error-bad-request smdonelan Linux - Hardware 6 04-17-2007 06:46 PM
updating new installation of 9.3 ERROR...ERROR...ERROR Morbid SUSE / openSUSE 3 08-15-2005 11:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration