I've got the following error during installation:
checking for neon-config... /usr/bin/neon-config checking linking against neon... yes configure: incompatible neon library version 0.34.0: wanted 0.27 28 29 30 31 32 33 configure: error: could not find neon ==> ERROR: A failure occurred in build(). Aborting...
Which entirely makes sense since my Arch in on neon 0.34.0 and PKGBUILD
requires versions up to 33. Just adding "34" to the sed
command makes makepkg
to compile davfs2 without error messages.
I could successfully mount my nextcloud folder but it reacts incredibly slow. The mount
command (mount -t davfs https://cloud.example.com /mnt/
) itself took approx. 3 minutes. A simple directory listing ll /mnt
took another 5 minutes. I've got no idea, if I'm getting anything else wrong or that could be related to my too blunt PKGBUILD
hack...
Pinned Comments
carlosal1015 commented on 2022-06-21 20:51 (UTC) (edited on 2022-11-05 22:08 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.