Page 2 of 3

Re: Amateur Radio JS8Call

Posted: Fri Jul 12, 2019 5:16 am
by kc1di
The .deb package should work for you. It works fine here.
good Luck.

Re: Amateur Radio JS8Call

Posted: Fri Jul 12, 2019 8:10 pm
by NevilsStation
old_guy wrote: Thu Jul 11, 2019 6:45 pm NevilsStation

I don't have any equipment, but the link you show:

http://files.js8call.com/latest.html

has a 64 bit deb, which I downloaded and clicking on the file installs it through GDebi and it looks like it runs. You don't need to compile it.

Earl
I'm getting a pop-up error when I install "Error: Cannot install libqt5gui5:i386"

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 4:26 am
by kc1di
The install needs a 32 bit lib you can activate 32bit repositories by doing this in a terminal.

Code: Select all

sudo dpkg --add-architecture i386
Then do this

Code: Select all

sudo apt update
Try the install again. Good luck.

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 5:30 am
by JayM
kc1di wrote: Sat Jul 13, 2019 4:26 am The install needs a 32 bit lib you can activate 32bit repositories by doing this in a terminal.

Code: Select all

sudo dpkg --add-architecture i386
Then do this

Code: Select all

sudo apt update
Try the install again. Good luck.
If you do this, please run

Code: Select all

sudo dpkg --remove-architecture i386
after installing your app and prior to allowing any updates to run or you'll probably break your installation and render MX unbootable.

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 9:24 am
by NevilsStation
kc1di wrote: Sat Jul 13, 2019 4:26 am The install needs a 32 bit lib you can activate 32bit repositories by doing this in a terminal.

Code: Select all

sudo dpkg --add-architecture i386
Then do this

Code: Select all

sudo apt update
Try the install again. Good luck.
OK, this appears to have worked (it allowed the Install to proceed and complete).

Thanks!

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 9:27 am
by NevilsStation
JayM wrote: Sat Jul 13, 2019 5:30 am If you do this, please run

Code: Select all

sudo dpkg --remove-architecture i386
after installing your app and prior to allowing any updates to run or you'll probably break your installation and render MX unbootable.
This makes sense to me - it closes the 32bit Repository - so nothing else uses it.

I'm getting "error: cannot remove architecture "i386" currently in use by the database"

All windows are closed and I have not yet opened the JS8Call program.

How should I proceed, please?

Thanks!

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 9:58 am
by JayM
Try restarting? (I don't know, I've never enabled the 32-but repos in a 64-bit system before. I was just warning that leaving 32-bit repositories enabled would hose your 64-bit system when upgrades happen. I found out the command by running

Code: Select all

man dpkg
in a terminal.)

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 10:34 am
by kc1di
NevilsStation wrote: Sat Jul 13, 2019 9:27 am
JayM wrote: Sat Jul 13, 2019 5:30 am If you do this, please run

Code: Select all

sudo dpkg --remove-architecture i386
after installing your app and prior to allowing any updates to run or you'll probably break your installation and render MX unbootable.
This makes sense to me - it closes the 32bit Repository - so nothing else uses it.

I'm getting "error: cannot remove architecture "i386" currently in use by the database"

All windows are closed and I have not yet opened the JS8Call program.

How should I proceed, please?

Thanks!
The reason is that you now have 32 bit libs on the system data base and the package manger will need those repositories to keep them updated. I've never had my 64 bit system damaged by 32 bit libs on it or the 32 bit repositories. just be careful of what you install and you should be fine. In fact most Distros have them already enabled by default. Debian (which MX is based upon) being one of the exceptions. Glad it worked for you and hope the program works well 73's
Cheers!

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 11:22 am
by JayM
kc1di wrote: Sat Jul 13, 2019 10:34 am
NevilsStation wrote: Sat Jul 13, 2019 9:27 am
JayM wrote: Sat Jul 13, 2019 5:30 am If you do this, please run

Code: Select all

sudo dpkg --remove-architecture i386
after installing your app and prior to allowing any updates to run or you'll probably break your installation and render MX unbootable.
This makes sense to me - it closes the 32bit Repository - so nothing else uses it.

I'm getting "error: cannot remove architecture "i386" currently in use by the database"

All windows are closed and I have not yet opened the JS8Call program.

How should I proceed, please?

Thanks!
The reason is that you now have 32 bit libs on the system data base and the package manger will need those repositories to keep them updated. I've never had my 64 bit system damaged by 32 bit libs on it or the 32 bit repositories. just be careful of what you install and you should be fine. In fact most Distros have them already enabled by default. Debian (which MX is based upon) being one of the exceptions. Glad it worked for you and hope the program works well 73's
Cheers!
I bow to the brass-pounder. You know more about this than I do. 73s.

Re: Amateur Radio JS8Call

Posted: Sat Jul 13, 2019 4:06 pm
by NevilsStation
The JS8Call program appears to be working.

Thanks for the assist!