It is normally expected that 'base-devel' package is installed when using makepkg. This also includes 'autoconf' and 'automake'
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 (skyenet) |
Last Packager: | skyenet |
Votes: | 21 |
Popularity: | 1.25 |
First Submitted: | 2022-04-01 19:07 (UTC) |
Last Updated: | 2024-03-28 01:51 (UTC) |
Required by (4)
- backupd (optional)
- clouddrive (optional)
- udevil (optional)
- udevil-git (optional)
Sources (2)
hyp3r commented on 2024-10-08 12:52 (UTC)
Spheerys commented on 2024-10-07 18:51 (UTC)
Oh thanks, it's working !
archiebee commented on 2024-10-07 18:48 (UTC)
Problem: "error during the build : davfs2-exit status 4"
Solution: You need to install "autoconf" and "automake"!
Spheerys commented on 2024-09-12 13:43 (UTC) (edited on 2024-09-12 13:47 (UTC) by Spheerys)
I have this error during installation :
config.status: error: in '/home/me/.cache/yay/davfs2/src/davfs2-1.7.0': config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See 'config.log' for more details ==> ERREUR : There is an error inside the build(). Abandon… -> error during the build : davfs2-exit status 4 -> Impossible to install the following packages. A manual intervention is need : davfs2 - exit status 4
What's wrong ?
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
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.