Search Criteria
Package Details: opencpn 5.2.4-2
Git Clone URL: | https://aur.archlinux.org/opencpn.git (read-only, click to copy) |
---|---|
Package Base: | opencpn |
Description: | Open Source Chart Plotting / Marine Navigation |
Upstream URL: | http://opencpn.org |
Licenses: | |
Submitter: | None |
Maintainer: | trougnouf (gromain) |
Last Packager: | trougnouf |
Votes: | 31 |
Popularity: | 0.030874 |
First Submitted: | 2009-07-08 14:25 |
Last Updated: | 2020-10-25 09:42 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
trougnouf commented on 2020-08-16 07:50
I would be happy to take over as a (co-)maintainer :)
glenjo commented on 2020-06-12 02:54
opencpn fails to compile with gcc-10. See details here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957636
ruppor commented on 2020-05-05 07:57
Hi @gromain, I've switched from Arch some time ago. The only reason I updated the repo was because it looked abandoned. I haven't got an Arch distro installed to continue maintaining this, so you are welcome to pick it up again if you are still using Arch.
gromain commented on 2020-05-05 07:54
Hi, I realized I'm not the maintainer for this repo! Sorry @ruppor, I got mixed up and answered as if I were you!
Still I believe the problem lies in the cmake/GetArch.cmake . This file has had a big overhaul since the latest release, you may want to add the changes as a patch file in the meantime.
Stay safe
gromain commented on 2020-04-27 09:07
Hi!
I did not realize it did was not working, I'll check that later today then. I know there are lot of differences between this PKGBUILD and the one from Opencpn-git since this one has been released about a year ago.
Thanks for the heads up!
jynio commented on 2020-04-27 09:01
gHello Romain, I tried to install this package on my RPi 4 with Manjaro 20.04 The CMAKE added wrong compilation Flags for 'arm' architecture.
In fact, it didn't recognize the arm architecture so it take i386 one (as default). This implies a '-messe2' option in the compilation flag which is not allowed for the RPi (and arm achitecture). Have you already noticed this point ?
More specifically, in the file CMakelists.txt, the following lines are commented.
IF (CMAKE_SYSTEM_PROCESSOR MATCHES "arm*")
SET (ARCH "armhf")
ENDIF (CMAKE_SYSTEM_PROCESSOR MATCHES "arm*")
I'll go back to your opencpn-git package which seems ok.
gromain commented on 2019-11-20 11:38
Hello, Using this PKGBUILD sends back a warning from CMAKE. Apparently, CMAKE should not be used without specifying a folder, as this will be removed and sends an error in the future. The opencpn doc recommends creating a build folder and building inside this folder. This is something I've done in the opencpn-git repo ( https://aur.archlinux.org/packages/opencpn-git/ ).
I believe it's important to keep this in mind for the next update (IMO it's not urgent to change this now).
ruppor commented on 2019-05-15 20:36
Good to know it worked for you, Npa. I've checked the list of explicit dependencies - https://opencpn.org/wiki/dokuwiki/doku.php?id=opencpn:developer_manual:developer_guide:compiling_linux and couldn't find webkit2gtk there. I didn't have to install webkit2gtk to compile, but it could be that it is an actual dependency. Would be interesting to know if anyone else had a similar problem or maybe it's your system specific.
Npa commented on 2019-05-15 19:51
I install it today and the build was OK so thanks again Ruppor. BUT : The build failed the first time and i have to install webkit2gtk to success. This package is not in the dependencies. Is it normal ?
ve7it commented on 2019-05-15 00:20
ruppor, thank you, I can confirm its building and running on an i7 linux arch box. (Linux Z77 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019 x86_64 GNU/Linux)