One or more PGP signatures could not be verified!

I’ve got “==> ERROR: One or more PGP signatures could not be verified!” error while trying to upgrade davfs2 AUR package. There are many such problems on the internet, but in my specific case, I somehow do not get the hash of the failed PGP key. So, what should I do? The full output of the update command is:

==> Making package: davfs2 1.7.0-1 (Сб 12 ноя 2022 17:16:35)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading davfs2-1.7.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  465k  100  465k    0     0   384k      0  0:00:01  0:00:01 --:--:--  384k
  -> Downloading davfs2-1.7.0.tar.gz.sig...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   566  100   566    0     0   1259      0 --:--:-- --:--:-- --:--:--  1260
==> Validating source files with sha512sums...
    davfs2-1.7.0.tar.gz ... Passed
    davfs2-1.7.0.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
    davfs2-1.7.0.tar.gz ... cat: write error: Broken pipe
FAILED
==> ERROR: One or more PGP signatures could not be verified!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 2.547s
CPU time consumed: 994ms
Error: Failed to build davfs2

Hi @PG_LoLo,

Since it’s an AUR package, as you mentioned:

See the first pinned comment on the package’s AUR page:

https://aur.archlinux.org/packages/davfs2

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.

Hope this helps!

1 Like

Yes, I of course did that and it did not help. And even if it would, what should I do in general case? Why does the error message not tell me which GPG key was not verified?

I don’t really know anything else, my dude. I just installed it, using pamac without any problems:

$ pamac build davfs2       
Preparing...
Cloning davfs2 build files...
Generating davfs2 information...
Checking davfs2 dependencies...
Warning: davfs2-1.7.0-1 is up to date -- reinstalling
Resolving dependencies...
Checking inter-conflicts...

To build (1):
davfs2  1.7.0-1             AUR


Edit build files : [e]
Apply transaction ? [e/y/N] y


Building davfs2...
==> Making package: davfs2 1.7.0-1 (Thu 17 Nov 2022 09:06:38)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found davfs2-1.7.0.tar.gz
-> Found davfs2-1.7.0.tar.gz.sig
==> Validating source files with sha512sums...
davfs2-1.7.0.tar.gz ... Passed
davfs2-1.7.0.tar.gz.sig ... Skipped
==> Verifying source file signatures with gpg...
davfs2-1.7.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting davfs2-1.7.0.tar.gz with bsdtar
==> Starting build()...
configure: WARNING: unrecognized options: --disable-debug
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: using neon library 0.32.4
configure: SSL is supported by neon
configure: zlib is supported by neon
configure: IPv6 is supported by neon
configure: LFS is not supported by neon
configure: SOCKSv5 is not supported by neon
configure: thread-safe SSL is supported by neon
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for vfork.h... no
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for utime.h... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for fcntl.h... yes
checking for iconv.h... yes
checking for libintl.h... yes
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for mntent.h... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... yes
checking for sys/mount.h... yes
checking for sys/time.h... (cached) yes
checking for syslog.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_blksize... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint32_t... yes
checking for uint64_t... yes
checking for working volatile... yes
checking size of void *... 8
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing getmntent... none required
checking whether gcc needs -traditional... no
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for GNU libc compatible malloc... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking whether utime accepts a null argument... yes
checking for endpwent... yes
checking for ftruncate... yes
checking for getmntent... (cached) yes
checking for iconv... yes
checking for memset... yes
checking for mkdir... yes
checking for nl_langinfo... yes
checking for rpmatch... yes
checking for select... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoull... yes
checking for utime... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating etc/Makefile
config.status: creating man/Makefile
config.status: creating man/de/Makefile
config.status: creating man/es/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: unrecognized options: --disable-debug

Configuration for building davfs2 1.7.0:

Install Prefix:            /usr
Compiler:                  gcc
Large File Support:        no
Neon Library:              library in /usr (0.32.4)
SSL is supported by neon
Native Language Support:   libc
Host                       linux-gnu
make  all-recursive
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
Making all in po
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/po'
Making all in etc
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
Making all in man
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
Making all in de
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' davfs2.conf.5 | gzip -9 > davfs2.conf.5.gz
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' mount.davfs.8 | gzip -9 > mount.davfs.8.gz
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' umount.davfs.8 | gzip -9 > umount.davfs.8.gz
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
Making all in es
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' davfs2.conf.5 | gzip -9 > davfs2.conf.5.gz
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' davfs2.conf.5 | gzip -9 > davfs2.conf.5.gz
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' mount.davfs.8 | gzip -9 > mount.davfs.8.gz
sed -e 's|@PACKAGE[@]|davfs2|g' -e 's|@PACKAGE_STRING[@]|davfs2 1.7.0|g' -e 's|@PACKAGE_BUGREPORT[@]|http://savannah.nongnu.org/projects/davfs2|g' -e 's|@PROGRAM_NAME[@]|mount.davfs|g' -e 's|@SYS_CONF_DIR[@]|/etc/davfs2|g' -e 's|@SYS_RUN[@]|/var/run/mount.davfs|g' -e 's|@SYS_CACHE_DIR[@]|/var/cache/davfs2|g' -e 's|@SECRETSFILE[@]|secrets|g' -e 's|@CONFIGFILE[@]|davfs2.conf|g' -e 's|@CERTS_DIR[@]|certs|g' -e 's|@CLICERTS_DIR[@]|private|g' -e 's|@USER[@]|nobody|g' -e 's|@GROUP[@]|network|g' umount.davfs.8 | gzip -9 > umount.davfs.8.gz
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
Making all in src
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT dav_fuse.o -MD -MP-MF .deps/dav_fuse.Tpo -c -o dav_fuse.o dav_fuse.c
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT kernel_interface.o-MD -MP -MF .deps/kernel_interface.Tpo -c -o kernel_interface.o kernel_interface.c
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT mount_davfs.o -MD -MP -MF .deps/mount_davfs.Tpo -c -o mount_davfs.o mount_davfs.c
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT webdav.o -MD -MP -MF .deps/webdav.Tpo -c -o webdav.o webdav.c
gcc -DPROGRAM_NAME=\"mount.davfs\" -DDAV_SYS_CONF_DIR=\"/etc/davfs2\" -DDAV_LOCALSTATE_DIR=\"/var/run\" -DDAV_SYS_RUN=\"/var/run/mount.davfs\" -DDAV_SYS_CACHE=\"/var/cache/davfs2\" -DDAV_SECRETS=\"secrets\" -DDAV_CONFIG=\"davfs2.conf\" -DDAV_CERTS_DIR=\"certs\" -DDAV_CLICERTS_DIR=\"private\" -DDAV_DATA_DIR=\"/usr/share/davfs2\" -DLOCALEDIR=\"/usr/share/locale\" -DDAV_USER=\"nobody\" -DDAV_GROUP=\"network\" -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I. -I..    -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon -MT umount_davfs.o -MD-MP -MF .deps/umount_davfs.Tpo -c -o umount_davfs.o umount_davfs.c
mv -f .deps/kernel_interface.Tpo .deps/kernel_interface.Po
mv -f .deps/umount_davfs.Tpo .deps/umount_davfs.Po
gcc -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o umount.davfs umount_davfs.o  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lneon -lz -lssl -lcrypto -lgssapi_krb5 -lexpat
mv -f .deps/dav_fuse.Tpo .deps/dav_fuse.Po
mv -f .deps/webdav.Tpo .deps/webdav.Po
mv -f .deps/mount_davfs.Tpo .deps/mount_davfs.Po
mv -f .deps/cache.Tpo .deps/cache.Po
gcc -Wall -Werror=format-security -fstack-protector-strong --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -I/usr/include/neon  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o mount.davfs cache.o dav_fuse.o kernel_interface.o mount_davfs.o webdav.o  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lneon -lz -lssl -lcrypto -lgssapi_krb5 -lexpat
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in po
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/po'
installing cs.gmo as /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/locale/cs/LC_MESSAGES/davfs2.mo
installing de.gmo as /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/locale/de/LC_MESSAGES/davfs2.mo
if test "davfs2" = "gettext-tools"; then \
/usr/bin/mkdir -p /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/po'
Making install in etc
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/sh /var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/config/install-sh -d /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/davfs2'
/usr/bin/install -c -m 644 davfs2.conf secrets '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/davfs2'
/usr/bin/install -c -m 644 -b ./davfs2.conf /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2/davfs2.conf
/usr/bin/install -c -m 644 -b -m 600 ./secrets /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2/secrets
/bin/sh /var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/config/install-sh -d /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2/certs
/bin/sh /var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/config/install-sh -d /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2/certs/private
chmod 700 /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/etc/davfs2/certs/private
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/etc'
Making install in man
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
Making install in de
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/de/man5'
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/de/man8'
/usr/bin/install -c -m 644 mount.davfs.8.gz umount.davfs.8.gz '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/de/man8'
/usr/bin/install -c -m 644 davfs2.conf.5.gz '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/de/man5'
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/de'
Making install in es
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/es/man5'
/usr/bin/install -c -m 644 davfs2.conf.5.gz '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/es/man5'
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man/es'
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/man5'
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/man8'
/usr/bin/install -c -m 644 davfs2.conf.5.gz '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/man5'
/usr/bin/install -c -m 644 mount.davfs.8.gz umount.davfs.8.gz '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/man/man8'
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/man'
Making install in src
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[2]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/bin'
/usr/bin/install -c mount.davfs umount.davfs '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/bin'
make  install-exec-hook
make[3]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
chmod u+s /var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/bin/mount.davfs;
make[3]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0/src'
make[1]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
make[2]: Entering directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/doc/davfs2'
/usr/bin/install -c -m 644 AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README README.translators THANKS TODO '/var/tmp/pamac-build-mirdarthos/davfs2/pkg/davfs2/usr/share/doc/davfs2'
make[2]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
make[1]: Leaving directory '/var/tmp/pamac-build-mirdarthos/davfs2/src/davfs2-1.7.0'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "davfs2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: davfs2 1.7.0-1 (Thu 17 Nov 2022 09:06:44)
==> Cleaning up...

Checking keyring...                                                                                                                                                                                                                                    [1/1]
Checking integrity...                                                                                                                                                                                                                                  [1/1]
Loading packages files...                                                                                                                                                                                                                              [1/1]
Checking file conflicts...                                                                                                                                                                                                                             [1/1]
Checking available disk space...                                                                                                                                                                                                                       [1/1]
Reinstalling davfs2 (1.7.0-1)...                                                                                                                                                                                                                       [1/1]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                                                                                                                                                                         [1/4]
Refreshing PackageKit...                                                                                                                                                                                                                               [2/4]
Checking for .pacnew and .pacsave files...                                                                                                                                                                                                             [3/4]
Checking which packages need to be rebuilt                                                                                                                                                                                                             [4/4]
parallel: Warning: $HOME not set. Using /tmp.
Transaction successfully finished.

So you could, maybe even should try that:

pamac build davfs2

Run ```
gpg --recv-keys B94556F81C85D0D5

sudo pacman-key --refresh-keys