Cruisers Forum
 


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 19-01-2015, 09:10   #316
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

This may be a different problem. Can you uninstall the first plugin?
Then install the new one?
Then download the data and install it?
Pavel, Sean or a frequent Linux user will have a better sense of what is happening.

Quote:
complain about filesystem package conflict:
file /usr/lib from install of climatology_pi-1.0-1.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64
Has anyone succeeded with installation on Fedora?
Erkki
Thank you for helping us.
rgleason is offline   Reply With Quote
Old 19-01-2015, 09:19   #317
Registered User

Join Date: Jan 2015
Location: Rymättylä, Finland
Boat: Farrier F-9A
Posts: 39
Re: Climatology

Only plugin installed is squiddio_pi_0.3-1_amd64.rpm. It installed, but didn't appear in OpenCpn. Uninstalling it and trying to install Climatology resulted to same error message as before.

Thanks for the help so far.

Erkki
erkkisdt is offline   Reply With Quote
Old 19-01-2015, 11:21   #318
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

Frkki
Did you enable the pluggin under options ^ pliggins?

Sent from my SCH-I545 using Cruisers Sailing Forum mobile app
rgleason is offline   Reply With Quote
Old 19-01-2015, 11:28   #319
Registered User

Join Date: Jan 2015
Location: Rymättylä, Finland
Boat: Farrier F-9A
Posts: 39
Re: Climatology

After installing squiddio and starting OpenCpn, I checked under Options - Plugings,
but there was only GRIB and Dashboad that came with OpenCpn.
So I have actually two problems, but this last one doesn't fit under this thread.

Erkki
erkkisdt is offline   Reply With Quote
Old 19-01-2015, 12:45   #320
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

Actually using cursor right click and see if there is a aelection for squiddio. There is no icon needed.

Sent from my SCH-I545 using Cruisers Sailing Forum mobile app
rgleason is offline   Reply With Quote
Old 20-01-2015, 02:42   #321
Registered User

Join Date: Jan 2015
Location: Rymättylä, Finland
Boat: Farrier F-9A
Posts: 39
Re: Climatology

On laptop with Navigatrix Climatology is working.
On desktop

there is no icon at the end of menu or an entry in Options - Plugings that could be selected by mouse or keyboard.

Erkki
erkkisdt is offline   Reply With Quote
Old 20-01-2015, 03:27   #322
Registered User

Join Date: Jan 2015
Location: Rymättylä, Finland
Boat: Farrier F-9A
Posts: 39
Re: Climatology

I found the libsquiddio_pi.so file in /usr/lib/opencpn and not in /usr/lib64/opencpn as expected. Also it was not executable. After moving it to right place, I get a complain from OpenCpn:
Incompatible PlugIn detected:
/usr/lib64/opencpn/libsquiddio_pi.so
PluIn [libsquiddio_pi.so] version 0.2, and all previous versions, is incompatible with this version of OpenCPN.


Erkki
erkkisdt is offline   Reply With Quote
Old 20-01-2015, 04:59   #323
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: Climatology

Quote:
Originally Posted by erkkisdt View Post
I am not succeeding with climatology installation on Fedora 20 64 bit.
I am using OpenCpn 4.0 from jeo repo.
Climatology downloaded from PlugIns | Official OpenCPN Homepage
complain about filesystem package conflict:
file /usr/lib from install of climatology_pi-1.0-1.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64

Has anyone succeeded with installation on Fedora?

Erkki
It's a bug in rpms built with cmake < 2.8.12. I guess it's the case here
See this bug for reference: 0013609: RPM generator wrongly add parents directories to the package - MantisBT

Do you use my repo for installing OpenCPN? If so, I can try to compile and add plugins there. Which plugins are you interested with?
SethDart is offline   Reply With Quote
Old 20-01-2015, 05:17   #324
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: Climatology

Check your logfile, please. It is likely going to tell us that there is an incompatibilty and we need to build other packages for Fedora 20...


Sent from my iPhone using Cruisers Sailing Forum
nohal is offline   Reply With Quote
Old 20-01-2015, 06:29   #325
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

I am trying to compile Climatology with recent git fetch with DATA.

Tried the old way, making sure the data was in the proper location,
..\o-plugin\climatology_pi\data\
then tried copying the entire data directory into
..\o-plugin\climatology_pi\build\_CPack_Packages\win32\ NSIS\climatology_pi-1.0-win32\plugins
Then running cmake and the data disappears and the plugin is compiled with no data.

Then tried
CMakeLists.txt Line 17 SET(BUNDLE_DATA TRUE) <--set as true

Run "cmake .."
Message

Quote:
-- Lib: glu32opengl32
-- Include:
-- Install Prefix: C:/Program Files (x86)/climatology_pi
CMake Warning (dev) at cmake/PluginInstall.cmake:78 (IF): given arguments:
"TRUE" "AND" "EXISTS" "C:/Data-Dart/Up-Soft/Navigation/o-plugin/climatology_ pi/data"
An argument named "TRUE" appears in a conditional statement. Policy
CMP0012 is not set: if() recognizes numbers and boolean constants. Run
"cmake --help-policy CMP0012" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Call Stack (most recent call first):
CMakeLists.txt:71 (INCLUDE)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done
Then I run

Quote:
C:\..\o-plugin\climatology_pi\build>cmake_policy(SET CMP0012 NEW)
'cmake_policy' is not recognized as an internal or external command,
operable program or batch file.
Why doesn't this work? Maybe I should just put a "1" instead of "True" in CMakeLists.txt Line 17?

I tried compiling anyway and after the "cpack" command and the smaller version is compiled still.
What is necessary to compile with data now, please?
rgleason is offline   Reply With Quote
Old 20-01-2015, 06:51   #326
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

Now I am trying this in the PluginConfigure.cmake file

Quote:
IF (COMMAND cmake_policy)
CMAKE_POLICY(SET CMP0003 OLD)
CMAKE_POLICY(SET CMP0005 OLD)
CMAKE_POLICY(SET CMP0011 OLD)
CMAKE_POLICY(SET CMP0012 NEW) <-----added
ENDIF (COMMAND cmake_policy)
Run the normal commands and Ta DA!!!!
We have data!

Quote:
..o-plugin\climatology_pi\build\_CPack_Packages\win32\ NSIS\climatology_pi-1.0-win32\plugins\climatology_pi\data
I wonder if I had just put "1" instead of "TRUE" in line 17 whether I would have had this trouble?
rgleason is offline   Reply With Quote
Old 20-01-2015, 07:26   #327
Registered User

Join Date: Jan 2015
Location: Rymättylä, Finland
Boat: Farrier F-9A
Posts: 39
Re: Climatology

I found the log file in my home directory:
________

13:19:41 EET: 2015-01-20
13:19:41 EET: ------- Starting OpenCPN -------
13:19:41 EET: Version 4.0.0 Build 2015-01-08
13:19:41 EET: wxWidgets version: wxWidgets 2.8.12
13:19:41 EET: MemoryStatus: mem_total: 11888 mb, mem_initial: 18 mb
13:19:41 EET: SData_Locn is /usr/share/opencpn/
13:19:41 EET: Using existing Config_File: /home/es/.opencpn/opencpn.conf
13:19:41 EET: Styles loading from /usr/share/opencpn/uidata/styles.xml
13:19:41 EET: No styles found at: /home/es/
13:19:41 EET: No styles found at: /home/es/.opencpn/
13:19:41 EET: Detected display size: 677 mm
13:19:41 EET: Detected display size: 677 mm
13:19:41 EET: Setting Viewpoint Lat/Lon 60.3556, 21.6703
13:19:41 EET: Setting Ownship Lat/Lon 60.4061, 21.8086
13:19:41 EET: Loading navobjects from navobj.xml
13:19:41 EET: Done loading navobjects
13:19:41 EET: System default Language: en_US
13:19:41 EET: Opencpn language set to: en_US
13:19:41 EET: ChartSymbols loaded from /usr/share/opencpn/s57data/chartsymbols.xml
13:19:41 EET: Using s57data in /usr/share/opencpn/s57data
13:19:41 EET: Setting Viewpoint Lat/Lon 60.3556, 21.6703
13:19:41 EET: Setting Ownship Lat/Lon 60.4061, 21.8086
13:19:41 EET: Creating glChartCanvas
13:19:41 EET: PlugInManager searching for PlugIns in location /usr/lib64/opencpn
13:19:41 EET: PlugInManager: Loading PlugIn: /usr/lib64/opencpn/libgrib_pi.so
13:19:41 EET: /usr/lib64/opencpn/libgrib_pi.so
API Version detected: 112
PlugIn Version detected: 203
13:19:41 EET: Opencpn language reload for: en_US
13:19:41 EET: Loading catalog for: opencpn-grib_pi
13:19:41 EET: Loading catalog for opencpn core.
13:19:41 EET: OpenGL-> Renderer String: Gallium 0.4 on AMD JUNIPER
13:19:41 EET: OpenGL-> Version reported: 3.0 Mesa 10.3.3
13:19:41 EET: OpenGL-> Texture rectangle format: de1
13:19:41 EET: OpenGL-> Using Vertexbuffer Objects
13:19:41 EET: OpenGL-> Using Framebuffer Objects
13:19:41 EET: OpenGL-> Using FBO Stencil buffer
13:19:41 EET: OpenGL-> Using Stencil buffer clipping
13:19:41 EET: OpenGL-> Using Scissor Clipping
13:19:41 EET: OpenGL-> Not Using compression
13:19:41 EET: OpenGL-> Minimum cartographic line width: 1.0
13:19:41 EET: OpenGL-> Minimum symbol line width: 1.0
13:19:41 EET: Warning: iCCP: known incorrect sRGB profile
13:19:41 EET: ChartDB Cache policy: Application target is 1024 MBytes
13:19:41 EET: Warning: found incorrect chart db version: V017
13:19:41 EET: Scheduling db upgrade to current db version on Options->Charts page visit...
13:19:41 EET: Chartdb: Chart directory list follows
13:19:41 EET: Chart directory #0: /home/es/Maps/Suomi
13:19:41 EET: Chart directory #1: /home/es/Maps/Sweden
13:19:41 EET: Chart directory #2: /home/es/Maps/Eesti
13:19:41 EET: Chart directory #3: /home/es/Maps/Itameri
13:19:41 EET: GPS Watchdog Timeout is: 6 sec.
13:19:41 EET: Loading World Chart Q=0 in 0 ms.
13:19:41 EET: Background world map loaded from GSHHS datafiles found in: /usr/share/opencpn/gshhs/
13:19:41 EET: Loading World Chart Q=2 in 0 ms.
13:19:41 EET: Initializing Chart /home/es/Maps/Suomi/M719.kap
13:19:41 EET: Initializing Chart /home/es/Maps/Suomi/M720.kap
13:19:41 EET: Initializing Chart /home/es/Maps/Suomi/M725.kap
13:19:41 EET: Initializing Chart /home/es/Maps/Suomi/M726.kap
13:19:43 EET: ***GPS Watchdog timeout at Lat:60.4061 Lon: 21.8086
13:19:59 EET: PlugInManager searching for PlugIns in location /usr/lib64/opencpn
13:19:59 EET: PlugInManager: Loading PlugIn: /usr/lib64/opencpn/libsquiddio_pi.so
13:19:59 EET: Error: libbz2.so.1.0: cannot open shared object file: No such file or directory
13:20:09 EET: PlugInManager: Cannot load library: /usr/lib64/opencpn/libsquiddio_pi.so
13:20:09 EET: PlugInManager: Loading PlugIn: /usr/lib64/opencpn/libweatherfax_pi18_v06_amd64_pi.so
13:20:09 EET: Error: /usr/lib64/opencpn/libweatherfax_pi18_v06_amd64_pi.so: ELF load command past end of file
13:20:09 EET: PlugInManager: Cannot load library: /usr/lib64/opencpn/libweatherfax_pi18_v06_amd64_pi.so
13:20:09 EET: PlugInManager: Loading PlugIn: /usr/lib64/opencpn/libdashboard_pi.so
13:20:09 EET: /usr/lib64/opencpn/libdashboard_pi.so
API Version detected: 106
PlugIn Version detected: 102
13:20:42 EET: LOGBOOK: 2015-01-20 11:20:42 UTC DR Lat 60.40610 Lon 21.80860
13:20:51 EET: PlugInManager: Deactivating PlugIn: /usr/lib64/opencpn/libgrib_pi.so
13:20:51 EET: opencpn::MyFrame exiting cleanly.
13:20:51 EET: Chart cache purge
13:20:51 EET: PlugInManager: UnLoading PlugIn: /usr/lib64/opencpn/libgrib_pi.so
13:20:51 EET: PlugInManager: UnLoading PlugIn: /usr/lib64/opencpn/libdashboard_pi.so
13:20:51 EET: Chart cache purge
13:20:51 EET: LOGBOOK: 2015-01-20 11:20:51 UTC OFF: Lat 60.40610 Lon 21.80860
13:20:51 EET: opencpn::MyApp exiting cleanly...

Erkki
erkkisdt is offline   Reply With Quote
Old 20-01-2015, 09:00   #328
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,632
Images: 2
Re: Climatology

Quote:
13:19:41 EET: PlugInManager searching for PlugIns in location /usr/lib64/opencpn
13:19:41 EET: PlugInManager: Loading PlugIn: /usr/lib64/opencpn/libgrib_pi.so
13:19:41 EET: /usr/lib64/opencpn/libgrib_pi.so API Version detected: 112 PlugIn Version detected: 203
13:19:41 EET: Opencpn language reload for: en_US 13:19:41 EET: Loading catalog for: opencpn-grib_pi
Looks to me like it loaded Grib_pi but not Dashboard_pi and then when you closed it unloaded Grib_pi.

You could check your plugin directory [in windows it is usually "plugins'] to see if there are any other plugins....
There may be some problem with installing plugins, Dashboard installs with Opencpn so it should be there! Have you enabled it in Options > Plugins? When you install Opencpn 4.0 are there any messages that would pertain? (an experienced Linuz user would help more here)
rgleason is offline   Reply With Quote
Old 20-01-2015, 09:14   #329
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: Climatology

erkkisdt...
OK, the plugin packages are clearly broken for Fedora, especially 64bit, now. The solution is not simple with the current infrastructure I have available to produce the builds, unfortunately.

Pavel
nohal is offline   Reply With Quote
Old 20-01-2015, 12:40   #330
Registered User
 
AISEAG's Avatar

Join Date: May 2012
Location: Dahouet (Brittany)
Boat: BENETEAU
Posts: 491
Re: Climatology

XP, O 4.0

The transparency slider does not seem to be effective ?

I cannot see through what ever on which side is the cursor (tested for wind and pressure).

Serge
Attached Thumbnails
Click image for larger version

Name:	transparency-slider-1.GIF
Views:	110
Size:	140.7 KB
ID:	95788   Click image for larger version

Name:	transparency-slider-2.GIF
Views:	99
Size:	51.9 KB
ID:	95790  

AISEAG is offline   Reply With Quote
Reply

Tags
paracelle


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


Advertise Here


All times are GMT -7. The time now is 21:14.


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.