Package Details: autofs 5.1.9-1

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/
Licenses: GPL2
Submitter: arojas
Maintainer: ava1ar
Last Packager: ava1ar
Votes: 39
Popularity: 1.59
First Submitted: 2021-05-08 08:58 (UTC)
Last Updated: 2023-12-04 03:25 (UTC)

Dependencies (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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 bison or add it to the PKGBUILD file. Here's the git diff:

diff --git a/PKGBUILD b/PKGBUILD
index 3f710c2..729e3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64')
 url='https://www.kernel.org/pub/linux/daemons/autofs/'
 license=('GPL2')
 depends=('libxml2')
-makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto' 'systemd')
+makedepends=('libldap' 'krb5' 'kmod' 'sssd' 'libnsl' 'rpcsvc-proto' 'systemd' 'bison')
 optdepends=('krb5: for LDAP support'
             'sssd: for SSSD integration')
 backup=('etc/autofs/auto.master'

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)

Beware, version 5.1.8-1 will overwrite current configuration files without warning.

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?

ava1ar commented on 2022-02-28 22:00 (UTC)

I updated the package to 5.1.8 and removed GPG signature checking from PKGBUILD (it is not common for AUR packages anyway)

Anderson commented on 2022-01-31 22:04 (UTC)

This package no longer seems to be out-of-date. Installed just fine.

bidulock commented on 2022-01-16 08:41 (UTC)

@Chase07450

I just use --skippgpcheck

Chase07450 commented on 2022-01-14 21:15 (UTC)

build fails with outdated pgp key... Not sure how to get around this... can anyone offer specific instructions ?