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: 0.98
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-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 ?

nakinney commented on 2021-12-12 04:44 (UTC)

Package 5.1.8 is available. I was able to install by editing the build files during install on Manjaro. Rebooted and all seams to be working.

sebschrader commented on 2021-12-10 18:07 (UTC) (edited on 2021-12-10 18:08 (UTC) by sebschrader)

You can obtain the missing key from Ubuntu's keyservers:

curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcd0a6e3cbb6768800b0736a8e7677380f54fd8a9' | gpg --import

johnnyfleet commented on 2021-11-29 22:52 (UTC) (edited on 2021-11-29 22:54 (UTC) by johnnyfleet)

Hi there - I too am getting the same error about PGP verification when trying to install. This is via pamac.

==> Validating source files with sha256sums...
    autofs-5.1.7.tar.xz ... Passed
    autofs-5.1.7.tar.sign ... Skipped
==> Verifying source file signatures with gpg...
    autofs-5.1.7.tar ... FAILED
==> ERROR: One or more PGP signatures could not be verified!

Brownsnowstorm2 commented on 2021-10-20 16:24 (UTC)

no go. gets the following error:

:: PGP keys need importing:
 -> CD0A6E3CBB6768800B0736A8E7677380F54FD8A9, required by: autofs
==> Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: Server indicated a failure
 -> problem importing keys

ava1ar commented on 2021-10-19 02:57 (UTC)

@znoble360,

bison is in base-devel group, it supposed to be installed if you build packages from AUR.

znoble360 commented on 2021-10-19 02:40 (UTC) (edited on 2021-10-19 02:44 (UTC) by znoble360)

I tried updating from 5.1.7-1 to 5.1.7-2 and kept getting a compilation error saying


checking for bison... no
configure: error: required program YACC not found
==> ERROR: A failure occurred in build().
    Aborting... 

I installed bison and then it worked, so should bison be in the dependencies?