Search Criteria
Package Details: autofs 5.1.9-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/autofs.git (read-only, click to copy) |
|---|---|
| Package Base: | autofs |
| Description: | A kernel-based automounter for Linux |
| Upstream URL: | https://www.kernel.org/pub/linux/daemons/autofs/ |
| Keywords: | autofs,auto mount |
| Licenses: | GPL-2.0-or-later |
| Submitter: | arojas |
| Maintainer: | ajacocks (hcartiaux) |
| Last Packager: | hcartiaux |
| Votes: | 50 |
| Popularity: | 0.28 |
| First Submitted: | 2021-05-08 08:58 (UTC) |
| Last Updated: | 2026-04-04 08:15 (UTC) |
Dependencies (10)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- kmod (kmod-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (libldap-gnutlsAUR) (make)
- libnsl (libnsl-gitAUR) (make)
- rpcsvc-proto (make)
- sssd (sssd-gitAUR, sssd-nosmbAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
- krb5 (krb5-gitAUR) (optional) – for LDAP support
- sssd (sssd-gitAUR, sssd-nosmbAUR) (optional) – for SSSD integration
Required by (2)
Sources (5)
- autofs-arch-configuration-path.patch
- https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/autofs-5.1.9.tar.sign
- https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/autofs-5.1.9.tar.xz
- https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/patches-5.2.0/autofs-5.1.9-Fix-incompatible-function-pointer-types-in-cyrus-sasl-module.patch
- https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/patches-5.2.0/autofs-5.1.9-Fix-incompatible-function-pointer-types-in-cyrus-sasl-module.patch.sign
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Scottaroo commented on 2022-08-23 00:29 (UTC)
Greetings:
While you are correct that recent changes with glibc have caused this to stop building and that it isn't autofs' fault, it's not a mistake or bug on glibc's part. They have made this change and they are ignoring people complaining about it. They expect people to update their code and live with it.
Commenting out "wrong" includes will fix the problem. In prepare(), you just need:
sed -i -e "/^#include <linux\/fs.h>$/d" modules/parse_amd.c sed -i -e "/^#include <linux\/fs.h>$/d" modules/parse_sun.c
and the package will build again.
bidulock commented on 2022-08-05 17:17 (UTC)
Recently installed glibc and linux-api-headers have a conflict: /usr/include/sys/mount.h (from glibc) and /usr/include/linux/mount.h (from linux-api-headers). This is not autofs' fault.
jonstelly commented on 2022-08-05 02:28 (UTC)
I'm getting build error, It seems to be a problem with glibc 1.36?
/usr/include/linux/mount.h:95:6: error: redeclaration of ‘enum fsconfig_command’ 95 | enum fsconfig_command { | ^~~~~~~~~~~~~~~~helenfro commented on 2022-07-22 06:19 (UTC)
Can add aarch64, works fine.
ava1ar commented on 2022-04-07 23:55 (UTC)
Please read wiki: https://wiki.archlinux.org/title/PKGBUILD Bison is part of base-devel group and should not be declared ezplicitely as dependency - all packages from the group have to be installed if you are using AUR and building packages locally.
anotheralien commented on 2022-04-07 23:21 (UTC)
As of today, it will due undeclared dependency to
bison. Just install it manually# pacman -S bisonor add it to the PKGBUILD file. Here's the git diff:kql commented on 2022-03-01 15:47 (UTC) (edited on 2022-03-01 15:48 (UTC) by kql)
@grawity, sorry, I upgraded another server now and it worked fine, so I was probably mistaken earlier.
grawity commented on 2022-03-01 13:17 (UTC)
Do you mean the ones in /etc/autofs? Doesn't look like it did. (And it shouldn't have – they're all correctly listed in the PKGBUILD's
backup=field.)(Though tbh I wish it didn't install the "example" auto.net/auto.smb/auto.misc map scripts directly to /etc/autofs, and kept those names free for use by the admin...)
whi-tw commented on 2022-03-01 09:39 (UTC)
It could be worth setting up some kind of CI, so the package is automatically updated when there is a new release?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »