Package Details: pam-python 1.0.8-3

Git Clone URL: https://aur.archlinux.org/pam-python.git (read-only, click to copy)
Package Base: pam-python
Description: Python for PAM
Upstream URL: http://pam-python.sourceforge.net/
Licenses: GNU Affero General Public License
Submitter: kageurufu
Maintainer: zen
Last Packager: komex
Votes: 7
Popularity: 0.000000
First Submitted: 2019-10-24 16:27 (UTC)
Last Updated: 2021-08-10 08:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

blennow commented on 2022-06-21 18:32 (UTC)

@renyuneyun I got it from dmesg. I am having the same issue as @ArchieMeng. Could this be a upstream issue?

renyuneyun commented on 2022-06-20 14:54 (UTC)

@blennow Where did you obtain the error message? I'm experiencing the same problem on 5.25 "lock" screen (not login, which I believe is SDDM?), but can't find anywhere any error messages.

ArchieMeng commented on 2022-06-20 11:35 (UTC)

Same here. It seems like there is something wrong inside pam-python that caused the howdy KDE problems. On my devices, it works fine with other cases like sudo and local login.

blennow commented on 2022-06-19 16:27 (UTC)

I am getting a QThread[4257]: segfault at 8 ip 00007f39fe210fcf sp 00007f39fea9cff0 error 4 in pam_python.so[7f39fe20e000+5000] and loginscreen resets when using howdy on KDE plasma 5.25. Anyone else getting this?

komex commented on 2022-04-11 08:50 (UTC)

Hi, @echizenryoma. How are you going to do this? In source code changelog there is a record about python-3: New: Move towards python3 support (http://pam-python.sourceforge.net/ChangeLog.txt). And there are not new changes in code. Also, there is a a ticket about problems with python3 (https://sourceforge.net/p/pam-python/tickets/11/) and an open issue with the same problems (https://sourceforge.net/p/pam-python/tickets/5/)

echizenryoma commented on 2022-04-09 12:32 (UTC)

@komex I hope to apply to update this package to Python-3.10. May you add me to the Maintainer list?

komex commented on 2022-03-07 10:43 (UTC)

Hi, @goetzc. I don't think it's a good idea to break current packages relations by patching original code. Let's wait author reaction and if ticket will be closed with applied patch, I will update code here.

g360 commented on 2022-03-06 18:39 (UTC) (edited on 2022-03-06 18:39 (UTC) by g360)

This looks to be useful patch to build with Python 3 dependency instead of Python 2:

https://sourceforge.net/p/pam-python/tickets/11/attachment/pam-python3-3.9.1.diff

From: https://sourceforge.net/p/pam-python/tickets/11/

komex commented on 2022-01-07 13:08 (UTC)

Hi, @alvitawa. It looks like there aren't installed some packages (like base-devel or something else) on your arch. You may google this error.

alvitawa commented on 2022-01-07 11:52 (UTC)

I am getting this error when I try to install:

In file included from /usr/include/link.h:23,
                 from ctest.c:14:
/usr/include/features.h:473:12: fatal error: sys/cdefs.h: No such file or directory
  473 | #  include <sys/cdefs.h>
      |            ^~~~~~~~~~~~~

Does this have something to do with the python 3.10 upgrade?