thank you :)
@hexial fixed
@gromain I've added you as a co-maintainer
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: | GPL2 |
Submitter: | None |
Maintainer: | cybuzuma |
Last Packager: | cybuzuma |
Votes: | 35 |
Popularity: | 0.001160 |
First Submitted: | 2009-07-08 14:25 (UTC) |
Last Updated: | 2024-10-11 10:06 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
thank you :)
@hexial fixed
@gromain I've added you as a co-maintainer
Hey, I dropped the ball here, I didn't realised @ruppor was waiting for an answer from me!
Anyway, I'm happy to help you @trougnouf if needed. I use opencpn-git as a daily driver on my sailboat and I maintain the PKGBUILD over there. Let me know if you need anything.
The package is missing a dependency. It depends on lsb-release to be able to build.
I would be happy to take over as a (co-)maintainer :)
opencpn fails to compile with gcc-10. See details here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957636
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.
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
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!
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.
I'll go back to your opencpn-git package which seems ok.
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).
Pinned Comments
cybuzuma commented on 2022-09-29 08:33 (UTC) (edited on 2024-10-11 10:14 (UTC) by cybuzuma)
Please note that when using this package, you will not be able to use the Plugin Manager but have to install plugins via the aur or compile them yourself. If you need a plugin that is not in the aur, feel free to contact me for help.
If you encounter errors with plugins after a opencpn update, you might need to rebuild the affected plugin, for example using
makepkg -fi
.