Summary: | sys-libs/pam-1.4.0-r2 on sys-libs/musl-1.2.0-r1: .libs/pam_faillock.o: in function `check_local_user': pam_faillock.c:(.text+0x1c4): undefined reference to `fgetpwent_r' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Savchenko <bircoph> |
Component: | Current packages | Assignee: | Mikle Kolyada (RETIRED) <zlogene> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | herrtimson, j, kumba, musl, zekestephens |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
environment emerge --info |
Created attachment 646904 [details]
environment
Created attachment 646906 [details]
emerge --info
Fixed in master. Will take snapshot a little bit later. (In reply to Mikle Kolyada from comment #3) > Fixed in master. Will take snapshot a little bit later. Is a patch available in the midterm? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147c0cb4ca0b5f9069698ee53e0e549663b372d6 commit 147c0cb4ca0b5f9069698ee53e0e549663b372d6 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2020-08-09 10:22:13 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2020-08-09 10:22:49 +0000 sys-libs/pam: take new snapshot Closes: https://bugs.gentoo.org/729974 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> sys-libs/pam/Manifest | 2 + sys-libs/pam/pam-1.4.0_p20200809.ebuild | 130 ++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) |
Created attachment 646902 [details] build.log Pam-1.4.0-r2 fails to build on musl with the following error: /usr/lib/gcc/x86_64-gentoo-linux-musl/10.1.0/../../../../x86_64-gentoo-linux-musl/bin/ld: .libs/pam_faillock.o: in function `check_local_user': pam_faillock.c:(.text+0x1c4): undefined reference to `fgetpwent_r' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:755: pam_faillock.la] Error 1 Full log and other information is attached below.