Package Details: pam_ssh_agent_auth 0.10.4-4

Git Clone URL: https://aur.archlinux.org/pam_ssh_agent_auth.git (read-only, click to copy)
Package Base: pam_ssh_agent_auth
Description: PAM module which permits authentication via the keyring in a forwarded ssh-agent.
Upstream URL: https://github.com/jbeverly/pam_ssh_agent_auth
Licenses: custom:OpenSSL
Submitter: None
Maintainer: Magotchi
Last Packager: Magotchi
Votes: 13
Popularity: 0.000000
First Submitted: 2011-12-06 13:36 (UTC)
Last Updated: 2024-08-01 12:23 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Magotchi commented on 2020-08-26 00:24 (UTC) (edited on 2020-08-26 00:24 (UTC) by Magotchi)

Is it possibly this problem related to not running in a login shell?: https://www.reddit.com/r/archlinux/comments/5tmo7b/anyone_else_having_pod2man_issues/ddnlcde?context=3

mys_721tx commented on 2020-08-26 00:17 (UTC)

It seems to be a recent move that pod2man is move to /usr/bin/core_perl, which is not in the path.

mys_721tx commented on 2020-08-26 00:15 (UTC)

I managed to compile it on armv7 but not on x86. Somehow the build process depends on pod2man.

config.status: creating config.h
                    Manpage format: man
                   SELinux support: no
              Host: x86_64-unknown-linux-gnu
          Compiler: gcc
    Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all 
Preprocessor flags: -D_FORTIFY_SOURCE=2
      Linker flags: -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-all
         Libraries: -lcrypto  -lutil -lpam -lcrypt -lresolv -lresolv

pod2man --section=8 --release=v0.10.3 --name=pam_ssh_agent_auth --official --center "PAM" pam_ssh_agent_auth.pod > pam_ssh_agent_auth.8
(cd openbsd-compat && make)
gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fPIC -Wall -Wpointer-arith -Wuninitialized -fstack-protector-all  -I. -I. -D_FORTIFY_SOURCE=2  -DHAVE_CONFIG_H -c xmalloc.c -o xmalloc.o
/bin/sh: pod2man: command not found
make: *** [Makefile:106: pam_ssh_agent_auth.8] Error 127
make: *** Waiting for unfinished jobs....
make[1]: Entering directory '/home/mys_721tx/pam_ssh_agent_auth/src/pam_ssh_agent_auth/openbsd-compat'

Magotchi commented on 2020-08-24 15:30 (UTC) (edited on 2020-08-24 15:37 (UTC) by Magotchi)

This has been updated to use the 0.10.4 tag on the GitHub repository. It now depends on the latest OpenSSL, and I didn't spend a lot of time investigating, but I only got it to build with the "--without-openssl-header-check" option. If I've missed something, or if anybody has tips to improve the PKGBUILD, let me know.

lightdot commented on 2020-08-20 02:56 (UTC)

This package moved from Sourceforge to Github: https://github.com/jbeverly/pam_ssh_agent_auth

Also, a new version is available, 0.10.4: https://github.com/jbeverly/pam_ssh_agent_auth/releases

Magotchi commented on 2018-09-12 14:00 (UTC)

Done. I'm sorry for forgetting about this for a few days.

chowbok commented on 2018-09-08 17:08 (UTC)

Also works on ARM 64-bit. Can you add "aarch64" as well, at your convenience?

chowbok commented on 2018-02-20 04:12 (UTC)

Thanks!

Magotchi commented on 2018-02-19 15:14 (UTC)

Done.