Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 25-03-2014, 01:47   #1
Registered User
 
Don1500's Avatar

Join Date: Jul 2010
Location: On Board, just above the water
Boat: Camano Troll 31'
Posts: 1,201
Opencpn in UBUNTU (12.04 64bit) will not Unpack

I am trying to unpack opencpn_3.2.2-1_amd64.deb into Ubuntu 12.04 (64bit) and I get the error : Cannot install 'libgl1-masa-glx' Has anyone seen this and do you know what to do?
__________________
The Nomad Blog Mother, mother ocean, I have heard you call
Everything I know about cruising I learned from Travis McGee - https://theroamingnomad.com
Don1500 is offline   Reply With Quote
Old 25-03-2014, 02:51   #2
Registered User

Join Date: Aug 2011
Location: On board
Boat: Rival 41C
Posts: 74
Send a message via Skype™ to RobbieW
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

This sounds sort of similar to this problem...
http://www.cruisersforum.com/forums/...ml#post1186398

It appears that updated versions of 12.04 have installed libraries that dont conform with the original naming convention for 12.04 - this may be connected to your problem
RobbieW is offline   Reply With Quote
Old 25-03-2014, 03:14   #3
Registered User
 
Don1500's Avatar

Join Date: Jul 2010
Location: On Board, just above the water
Boat: Camano Troll 31'
Posts: 1,201
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

Read that thread and it hurt my head. Then tried to read the link to mint and my head fell off. I'll try again when I've had some sleep. Thanks for the help.
__________________
The Nomad Blog Mother, mother ocean, I have heard you call
Everything I know about cruising I learned from Travis McGee - https://theroamingnomad.com
Don1500 is offline   Reply With Quote
Old 25-03-2014, 03:33   #4
running down a dream
 
gonesail's Avatar

Join Date: Mar 2006
Location: Florida
Boat: cape dory 30 MKII
Posts: 3,115
Images: 7
Send a message via Yahoo to gonesail
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

ubuntu upgraded and renamed the opengl graphic library .. and the opencpn install does not recognize that. sounds like you may need to edit the install dependencies.
__________________
some of the best times of my life were spent on a boat. it just took a long time to realize it.
gonesail is offline   Reply With Quote
Old 25-03-2014, 04:49   #5
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

can you "apt-get install gl1-mesa-glx" ?
seandepagnier is offline   Reply With Quote
Old 25-03-2014, 08:28   #6
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

Did you try to add the lanchpad repo instead of installing it by hand?


Add line saying "deb http://ppa.launchpad.net/opencpn/opencpn/ubuntu precise main" to /etc/apt/sources.list
In terminal, execute the following commands:
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
sudo apt-get update
sudo apt-get install opencpn
SethDart is offline   Reply With Quote
Old 25-03-2014, 10:42   #7
Registered User
 
Don1500's Avatar

Join Date: Jul 2010
Location: On Board, just above the water
Boat: Camano Troll 31'
Posts: 1,201
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

Quote:
Originally Posted by SethDart View Post
Did you try to add the lanchpad repo instead of installing it by hand?


Add line saying "deb Index of /opencpn/opencpn/ubuntu precise main" to /etc/apt/sources.list
In terminal, execute the following commands:
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
sudo apt-get update
sudo apt-get install opencpn
And they say people don't help others anymore! That worked a treat, everything is up and running. Thanks!!!

I forgot to use
Code:
 sudo gedit sources.list
to update the list but it took no time to get it done once I remembered that. (three years since I worked in Linex]
__________________
The Nomad Blog Mother, mother ocean, I have heard you call
Everything I know about cruising I learned from Travis McGee - https://theroamingnomad.com
Don1500 is offline   Reply With Quote
Old 19-04-2014, 04:42   #8
Registered User

Join Date: Feb 2009
Location: Tromsø, Norway
Boat: One off steel sloop 38 ft
Posts: 28
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

My trusty old Lenovo T43 served me well running Windows XP since 2005. Speed suddenly dropped to next to nothing and with XP out of the business I thought I finally give Ubuntu a try.
With Ubuntu 12.04 it works much faster now than ever before, I like it very much. But I am completely helpless when something doesn't work as it's supposed to.
I tried installing OpenCPN and get the same error as Don:
'Cannot install 'libgl1-masa-glx'
Since I am completely new to Linux I have no idea what you guys are talking about. I am awfully proud of myself for having figured out how to open a terminal window, but what the heck are "install dependencies" and a "launch pad repo"?
Could one of you guys point my rookie index-finger through the paces step by step?
A free ride through the beautiful North-Norwegian archipelago to the helping hand - if you ever come north of 69 deg latitude, that is.
Thanks in advance!
Walter
Boatwayupnorth is offline   Reply With Quote
Old 19-04-2014, 06:38   #9
Registered User
 
Don1500's Avatar

Join Date: Jul 2010
Location: On Board, just above the water
Boat: Camano Troll 31'
Posts: 1,201
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

The answer to your quest is in the post above yours.

one change though: In a terminal window.
Code:
 sudo gedit /etc/apt/sources.list
once you open that file add:
Code:
deb Index of /opencpn/opencpn/ubuntu precise main
after the last line and save the file.
next copy the following
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
sudo apt-get update 
sudo apt-get install opencpn
and execute it in the terminal window.(you can paste it in by right clicking on the entry space.)
__________________
The Nomad Blog Mother, mother ocean, I have heard you call
Everything I know about cruising I learned from Travis McGee - https://theroamingnomad.com
Don1500 is offline   Reply With Quote
Old 19-04-2014, 10:02   #10
Registered User

Join Date: Feb 2009
Location: Tromsø, Norway
Boat: One off steel sloop 38 ft
Posts: 28
Re: Opencpn in UBUNTU (12.04 64bit) will not unpack

I did as you wrote, but nothing happens
I just noticed that you started the discussion with Ubuntu 12.04, 64bit. I think I installed the 32bit version, but that shouldn't make a difference?
Boatwayupnorth is offline   Reply With Quote
Old 19-04-2014, 12:27   #11
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Opencpn in UBUNTU (12.04 64bit) will not Unpack

No difference between 32 and 64 bits.
What exactly can we imagine under "nothing happens"? To which of the steps posted above it refers?

Pavel
nohal is offline   Reply With Quote
Old 19-04-2014, 12:46   #12
Registered User
 
Don1500's Avatar

Join Date: Jul 2010
Location: On Board, just above the water
Boat: Camano Troll 31'
Posts: 1,201
Re: Opencpn in UBUNTU (12.04 64bit) will not Unpack

Quote:
Originally Posted by nohal View Post
No difference between 32 and 64 bits.
What exactly can we imagine under "nothing happens"? To which of the steps posted above it refers?

Pavel
Sorry, down at the pool for lunch.
Try this as the inserted line: (Take out the *)

deb http*://ppa.launchpad.net/opencpn/opencpn/ubuntu precise main

The browser shortened the name.
__________________
The Nomad Blog Mother, mother ocean, I have heard you call
Everything I know about cruising I learned from Travis McGee - https://theroamingnomad.com
Don1500 is offline   Reply With Quote
Old 19-04-2014, 12:56   #13
Registered User

Join Date: Feb 2009
Location: Tromsø, Norway
Boat: One off steel sloop 38 ft
Posts: 28
Re: Opencpn in UBUNTU (12.04 64bit) will not Unpack

Pavel: Step 3. I wrote

sudo gedit /etc/apt/sources.list

in the terminal window and opened the sources list, added

deb Index of /opencpn/opencpn/ubuntu precise main

at the end and saved the file. Then I copied and pasted

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40 sudo apt-get update sudo apt-get install opencpn

in the terminal window and hit "return". That's when nothing happened.

I attach a pdf of the source list and a screen shot from the terminal window and from the download folder.
Thank you for taking the time!
Walter
Attached Thumbnails
Click image for larger version

Name:	Screenshot terminal window.png
Views:	155
Size:	42.4 KB
ID:	79587   Click image for larger version

Name:	Screenshot from OpenCPN download.png
Views:	168
Size:	46.9 KB
ID:	79588  

Attached Files
File Type: pdf Sources.list.pdf (18.8 KB, 47 views)
Boatwayupnorth is offline   Reply With Quote
Old 19-04-2014, 13:48   #14
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Opencpn in UBUNTU (12.04 64bit) will not Unpack

Quote:
Originally Posted by Boatwayupnorth View Post
Pavel: Step 3. I wrote

sudo gedit /etc/apt/sources.list

in the terminal window and opened the sources list, added

deb Index of /opencpn/opencpn/ubuntu precise main



at the end and saved the file. Then I copied and pasted

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40 sudo apt-get update sudo apt-get install opencpn

in the terminal window and hit "return". That's when nothing happened.

I attach a pdf of the source list and a screen shot from the terminal window and from the download folder.
Thank you for taking the time!
Walter
Pavel isn't around, so I'll give this a try.

The deb line you need is
Code:
deb http://ppa.launchpad.net/nohal/opencpn/ubuntu precise main
after that do
Quote:
sudo add-apt-repository ppa:nohal/opencpn
then
Quote:
sudo apt-get update
and last
Quote:
sudo apt-get install opencpn
The reason why my deb line is different is that this forum steps in automatically and distorts the line unless it's marked as "CODE".

Thomas
cagney is offline   Reply With Quote
Old 20-04-2014, 01:45   #15
Registered User

Join Date: Feb 2009
Location: Tromsø, Norway
Boat: One off steel sloop 38 ft
Posts: 28
Re: Opencpn in UBUNTU (12.04 64bit) will not Unpack

Thomas, still no luck. I tried it several times from the start. I copied in the deb-line you suggested and copied in the sudo lines in the terminal window both individually and all three together. That's as far as I get.
The bad thing is that I am completely ignorant in what I am doing since this is the first time I ever touched Linux.
Any ideas? Should I delete the download file and start over again?
Walter
Boatwayupnorth is offline   Reply With Quote
Reply

Tags
enc, opencpn


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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 14.04 64bit crashes for opengl nkiesel OpenCPN 11 12-05-2014 11:56
Compiling OCPN on Scientific Linux 6.4 64bit HotRod OpenCPN 6 23-05-2013 06:51
OCPN installation on Ubuntu 12.10 64bit fails. HotRod OpenCPN 37 03-05-2013 10:17
Windows 7 (64bit) and BU 353 GPS captmikecoin OpenCPN 10 25-12-2012 06:53
Unpack My Bags Before I Am Even Out The Door? spencerj1961 General Sailing Forum 8 02-09-2009 10:24

Advertise Here


All times are GMT -7. The time now is 12:07.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.