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
.
Search Criteria
Package Details: davfs2 1.7.0-3
Package Actions
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 |
Last Packager: | skyenet |
Votes: | 22 |
Popularity: | 1.12 |
First Submitted: | 2022-04-01 19:07 (UTC) |
Last Updated: | 2024-03-28 01:51 (UTC) |
Required by (5)
- backupd (optional)
- clouddrive (optional)
- tail-tray-git
- udevil (optional)
- udevil-git (optional)
Sources (2)
Sabu commented on 2024-04-19 18:54 (UTC) (edited on 2024-04-19 18:55 (UTC) by Sabu)
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
systemofapwne commented on 2024-03-03 23:03 (UTC)
Regarding neon 0.33: The package built for me successfully by patching "configure" at line 7605 to also include "33". Until upstream fixes the src (last update in nov 2022), this AUR might consider adding a patch.
<deleted-account> commented on 2024-02-05 20:40 (UTC)
Some issue with neon 0.33.0 here too. A bug report has been already been opened upstream. https://savannah.nongnu.org/bugs/?65247
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.