Package Details: davfs2 1.7.0-3

Git Clone URL: https://aur.archlinux.org/davfs2.git (read-only, click to copy)
Package Base: davfs2
Description: File system driver that allows you to mount a WebDAV folder
Upstream URL: https://savannah.nongnu.org/projects/davfs2
Licenses: GPL
Submitter: arojas
Maintainer: Kewl (skyenet)
Last Packager: skyenet
Votes: 20
Popularity: 0.67
First Submitted: 2022-04-01 19:07 (UTC)
Last Updated: 2024-03-28 01:51 (UTC)

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:

$ gpg --recv-keys B94556F81C85D0D5

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

1 2 3 Next › Last »

arichiardi commented on 2024-05-15 22:35 (UTC)

Stopped by to say that receiving the key from gpg runs into:

$ gpg --recv-keys B94556F81C85D0D5
gpg: key 0xB94556F81C85D0D5: no user ID
gpg: Total number processed: 1

Fortunately, the Savannah davfs2 page allows to download their Group release GPG keyring that works like a charm.

FTS427 commented on 2024-05-13 13:20 (UTC)

Add makedepends=('autoconf' 'automake') plz, or the package won't be built

Sabu commented on 2024-04-19 18:54 (UTC) (edited on 2024-04-19 18:55 (UTC) by Sabu)

On my installation davfs2 failed to build because po4a can't be executed (not found). It is installed and executable under /usr/bin/vendor_perl/po4a. To successfully build davfs2 I have manually made a symlink to po4a by $ ln -s /usr/bin/vendor_perl/po4a /usr/bin/po4a.

je-vv commented on 2024-03-28 01:28 (UTC) (edited on 2024-03-28 01:28 (UTC) by je-vv)

FYI, po4a is now a make dependency when running bootstrap.

skyenet commented on 2024-03-27 17:08 (UTC)

Hello, I have a fix (well, really a workaround) for the neon issue, all it involves is adding the following code to the PKGBUILD. If you add me as a co-maintainer I'll add the change.

prepare() { 
  cd ${pkgname}-${pkgver}
  sed -i 's/NE_REQUIRE_VERSIONS(\[0\], \[27 28 29 30 31 32\])/NE_REQUIRE_VERSIONS(\[0\], \[27 28 29 30 31 32 33\])/g' configure.ac
  ./bootstrap
}

Kewl commented on 2024-03-27 12:54 (UTC)

I will not be able to look at this earlier than next month, I will accept co-maintainers or orphan it

glenntanner3 commented on 2024-03-27 12:49 (UTC)

configure: incompatible neon library version 0.33.0: wanted 0.27 28 29 30 31 32

michalszmidt commented on 2024-03-25 21:12 (UTC)

I suggest - contacting maintainer directly - if ignored, taking ownership (is there any volunteer?) - submitting davfs2-git

@systemofapwne could you post your patch?

As a workaround, is there any alternative, localfs webdav sync client?

vschwaberow commented on 2024-03-24 08:35 (UTC)

Please fix the package for neon 0.33

10ne1 commented on 2024-03-16 21:40 (UTC)

Hello, can you please apply the following commit to this PKGBUILD repo to fix the build with neon 0.33? Works fine on my side. Thank you!

https://github.com/10ne1/davfs2/commit/20fc6fa4d81dba1aeb41a4a70b37dda4f29d7639