Package Details: subsurface-git 20260321.ffca89ee5-1

Git Clone URL: https://aur.archlinux.org/subsurface-git.git (read-only, click to copy)
Package Base: subsurface-git
Description: Divelog program
Upstream URL: https://subsurface-divelog.org/
Licenses: GPL2
Conflicts: subsurface
Provides: subsurface
Submitter: Francois_B
Maintainer: vesath
Last Packager: vesath
Votes: 15
Popularity: 0.000000
First Submitted: 2011-09-25 04:33 (UTC)
Last Updated: 2026-03-23 07:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

vesath commented on 2023-12-27 07:01 (UTC)

This package has been dropped from the official repos. If you still need it somehow, I strongly recommend you look for an alternative, since it will not receive security updates, which is kind of worrying for a Web browser. Please try compiling subsurface-git again once you have uninstalled it.

Divert commented on 2023-12-27 01:38 (UTC) (edited on 2023-12-27 01:38 (UTC) by Divert)

pacman -Qo /usr/lib/libQt5WebKit.so.5.212.0 yields:

/usr/lib/libQt5WebKit.so.5.212.0 is owned by qt5-webkit 5.212.0alpha4-20

vesath commented on 2023-12-26 23:00 (UTC)

Interesting. I just did another build and it was fine. But I also don't have libQt5WebKit.so on my system. Could you run? pacman -Qo /usr/lib/libQt5WebKit.so.5.212.0

Divert commented on 2023-12-25 23:52 (UTC)

Package stopped compiling with a lot of errors related to: ld: /usr/lib/libQt5WebKit.so.5.212.0: undefined reference to "A bunch of things in several lines" Any ideas?

vesath commented on 2023-06-06 04:41 (UTC)

Don't do this. Just rebuild the package. It will automatically link to the latest libgit2 soname. Cheers.

ohli commented on 2023-06-05 19:15 (UTC)

In case anyone got subsurface: error while loading shared libraries: libgit2.so.1.5: cannot open shared object file: No such file or directory

sudo ln -s /usr/lib/libgit2.so /usr/lib/libgit2.so.1.5 helps.

Maybe this could be added to the PKGBUILD or patched upstream...

ohli commented on 2023-06-05 19:11 (UTC)

In case anyone got subsurface: error while loading shared libraries: libgit2.so.1.5: cannot open shared object file: No such file or directory

sudo ln -s /usr/lib/libgit2.so /usr/lib/libgit2.so.1.5 helps.

Maybe this could be added to the PKGBUILD or patched upstream...

vesath commented on 2023-04-04 00:22 (UTC)

Compilation works fine for me. Details are lacking from the excerpt you posted but it's probably the "googlemaps" package you're missing: it must be built from the AUR. Cheers.

Divert commented on 2023-04-04 00:02 (UTC)

Compilation is failing with:

:: Processing package changes... (1/3) removing asciidoc [####################################################################] 100% (2/3) removing docbook-xsl [####################################################################] 100% (3/3) removing docbook-xml [####################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... -> Failed to install the following packages. Manual intervention is required: subsurface-git - exit status 4

Salamandar commented on 2022-12-19 20:58 (UTC)

I would suggest removing qt5-webkit from the dependencies. It's now in the AUR it seems, and very time consuming to build. It's only for manual and printing support.