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 29-08-2021, 14:08   #2731
Registered User

Join Date: Feb 2019
Location: Cartagena, Spain
Boat: Furia 372 - 11.20m
Posts: 348
Re: Beta Test / Technical

Quote:
Originally Posted by nohal View Post
BTW, reading that PDF again, the reason behind the implementation is they don't support just MMSI, but also the "Geo Area" (https://www.itu.int/dms_pubrec/itu-r...0-S!!PDF-E.pdf) as address, which is 10 digits long and as such can't be converted to uint32_t.
Yes, this is the reason, but only for DSC messages.
Tehani is offline   Reply With Quote
Old 18-09-2021, 05:50   #2732
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Got an odd error I can't figure out and need help from the community.
Generating a new release I get this from Travis within a few seconds:
-----------------------------------------------
git clone --depth=50 --branch=master https://github.com/LennartG-Sve/GPS-Odometer_pi.git LennartG-Sve/GPS-Odometer_pi

$ export TRAVIS_COMPILER=g++
$ export CXX=${CXX:-g++}
$ export CXX_FOR_BUILD=${CXX_FOR_BUILD:-g++}
$ export CC=${CC:-gcc}
$ export CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
$ g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ ./configure && make && make test
/home/travis/.travis/functions: line 109: ./configure: No such file or directory
The command "./configure && make && make test" exited with 127.

Done. Your build exited with 1.
-----------------------------------------------
All builds appear to be correct and uploaded, in this case to beta.
To me it looks like a Travis configure build problem.

I've used the testplugin as FE2 base and most is equal apart from the JSON parts.

Thanks in advance
/LennartG
LennartG is offline   Reply With Quote
Old 18-09-2021, 11:30   #2733
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Lennart, have you been updating your TP frontend? Travis for some reason decided to shut out opensource and then decided it was a mistake and changed things. As a result recent TP Frontend drops Travis services and uses Circleci.

I would try to update the plugin for TP Frontend to get rid of Travis.


I have this to do on a number of PI, but am temporarily mired in PI manuals.
rgleason is offline   Reply With Quote
Old 19-09-2021, 00:41   #2734
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Rick, thanks for your reply.
After scanning for travis I'm just even more confused. The only references I have to travis are the ones (outcommented) in travis.yml. The same goes for TP v175.
Can't see that travis is even required or how it's called. Have two references in my .git library (binary files), not sure if that's it.
I will simply disregard the error message and keep looking in due time. It does not seem to do any harm.
/LennartG
LennartG is offline   Reply With Quote
Old 19-09-2021, 14:30   #2735
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Lennart, GPS-odometer is due for an update to frontend. I will look at it and may also do that. Thanks.
rgleason is offline   Reply With Quote
Old 19-09-2021, 23:18   #2736
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Rick, that would be great.
Please note that the current version in git (and also in beta) is now supporting Signal K, selectable in preferences,
/LennartG
LennartG is offline   Reply With Quote
Old 20-09-2021, 02:06   #2737
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Rick, googled a bit further and found that removing travis, if that is what I should do, could be as easy as:
Going to: https://github.com/LennartG-Sve/GPS-.../installations
and delete the 'Travis Ci' app. Then just delete travis.yml and problem is fixed.

Does that sound correct?
Feel like I need a confirmation not messing up something within the FE/package manager.
/LennartG
LennartG is offline   Reply With Quote
Old 20-09-2021, 05:00   #2738
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Lennart we'll just remove the .travis file. May take me some days.
rgleason is offline   Reply With Quote
Old 13-10-2021, 05:51   #2739
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Tried to build a new GPS Odometer beta release (based on testplugin v176) but macos build failed (twice) with theese messages:

----------------------------------------------------------------------
Downloading https://ghcr.io/v2/homebrew/core/rea...a256:c596199dc
==> Downloading from https://pkg-containers.githubusercon...ghcr1/blobs/sh
################################################## ###################### 100.0%
Downloading https://ghcr.io/v2/homebrew/core/sql...nifests/3.36.0
-=O=- # # # #
curl: (7) Failed to connect to ghcr.io port 443: Operation timed out
Error: cairo: Failed to download resource "sqlite_bottle_manifest"
Download failed: https://ghcr.io/v2/homebrew/core/sql...nifests/3.36.0

Exited with code exit status 1

CircleCI received exit code 1
----------------------------------------------------------------------
Second time it timed out with the meaasge:

==> Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core...

Too long with no output (exceeded 10m0s): context deadline exceeded
----------------------------------------------------------------------

Remaining builds went ok (not doing android). Travis has been completely disabled.

Any ideas?
/LennartG
LennartG is offline   Reply With Quote
Old 13-10-2021, 22:00   #2740
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Beta Test / Technical

The last build I did with testplugin_pi v1.0.178.0 worked, you can see the output here:
https://app.circleci.com/pipelines/g...b256/jobs/7703
However, I have not had a failure for the macos build since before 1.0.175.3, as it is a timeout that seems to be occurring it could be to do with the time you ran the builds (I have had this issue in the past where 'upgrades' to the underlying systems have caused timeout issues).


Can you please try the build again and see if you get a different result?
jongough is offline   Reply With Quote
Old 13-10-2021, 23:41   #2741
Registered User

Join Date: Aug 2016
Location: Stockholm, Sweden
Posts: 272
Re: Beta Test / Technical

Jon,
the latest build I can find, looking at your github, is "176.1", dated "09/10/2021" and that is also my reference. Have also, like you, not had any problems with macos for quite a while.
However, did a third test (building beta) and it worked. Will now upload a prod release, fingers crossed.
Thanks!
/LennartG
LennartG is offline   Reply With Quote
Old 14-10-2021, 17:15   #2742
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

I have built the updated version and will make a pr to lennart
rgleason is offline   Reply With Quote
Old 21-10-2021, 03:19   #2743
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Lennart, it would probably be best to use github Issues under your repository or under jon's testplugin for these communications. Just a thought for the future.
rgleason is offline   Reply With Quote
Old 23-10-2021, 06:29   #2744
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Cloudsmith OpenCPN Organization Plugin Repositories
Retention Policy for all "Prod" Repositories for all plugins have been increased to 528+ packages.
rgleason is offline   Reply With Quote
Old 01-11-2021, 14:27   #2745
Registered User

Join Date: Aug 2012
Location: San Jose, CA, USA
Posts: 83
Re: Beta Test / Technical

The latest (built from GitHub) version of OpenCPN has a problem rendering current arrows on my laptop (see attached screenshot). This is running on Debian unstable with Wayland. The same setup did work some time back (sorry, do not know how long ago).
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2021-11-01 14-20-36.jpg
Views:	41
Size:	392.3 KB
ID:	247661  
nkiesel is offline   Reply With Quote
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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


All times are GMT -7. The time now is 17:35.


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.