pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/security/pam-yubico
On Mar 19, 2012, at 4:23 AM, David Holland wrote:
> On Tue, Mar 13, 2012 at 03:32:47PM +0000, Fredrik Pettai wrote:
>> Log Message:
>> The Yubico PAM module provides an easy way to integrate the Yubikey
>> into your existing user authentication infrastructure.
>>
>> Imported from pkgsrc-wip
>>
>> Status:
>>
>> Vendor Tag: TNF
>> Release Tags: pkgsrc-base
>>
>> N pkgsrc/security/pam-yubico/Makefile
>> N pkgsrc/security/pam-yubico/DESCR
>> N pkgsrc/security/pam-yubico/distinfo
>> N pkgsrc/security/pam-yubico/PLIST
>
> It does not build for me:
>
> => Bootstrap dependency digest>=20010302: found digest-20111104
> ===> Building for pam-yubico-2.11
> --- pam_yubico_la-pam_yubico.lo ---
> --- pam_yubico_la-util.lo ---
> --- pam_yubico_la-drop_privs.lo ---
> --- pam_yubico_la-pam_yubico.lo ---
> CC pam_yubico_la-pam_yubico.lo
> --- pam_yubico_la-util.lo ---
> CC pam_yubico_la-util.lo
> --- pam_yubico_la-drop_privs.lo ---
> CC pam_yubico_la-drop_privs.lo
> --- pam_yubico_la-pam_yubico.lo ---
> *** [pam_yubico_la-pam_yubico.lo] Error code 1
>
> Needless to say, this isn't very helpful of it. :-/
>
> (I believe it also suffers from the same makefile problem I just
> patched in the other related packages; but that isn't what's causing
> this failure.)
>
> Suggestions?
On what target?
I built it successfully on NetBSD 6.0_BETA (i386) & NetBSD 5.1_STABLE (amd64)
before I committed it.
(Although, I do see some #pragma warnings that probably should be fixed...)
NetBSD stinky 5.1_STABLE NetBSD 5.1_STABLE (STINKY) #0: Sun Jan 15 10:01:19 CET
2012 root%stinky.pettai.se@localhost:/usr/obj/sys/arch/amd64/compile/STINKY
amd64
===> Building for pam-yubico-2.11
CC pam_yubico_la-pam_yubico.lo
In file included from util.h:63,
from pam_yubico.c:44:
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:21:
warning: #pragma pack(push[, id], <n>) is not supported on this target
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:200:
warning: #pragma pack(pop[, id], <n>) is not supported on this target
CC pam_yubico_la-util.lo
In file included from util.h:63,
from util.c:41:
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:21:
warning: #pragma pack(push[, id], <n>) is not supported on this target
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:200:
warning: #pragma pack(pop[, id], <n>) is not supported on this target
CC pam_yubico_la-drop_privs.lo
In file included from util.h:63,
from drop_privs.c:40:
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:21:
warning: #pragma pack(push[, id], <n>) is not supported on this target
/usr/pkgsrc/security/pam-yubico/work/.buildlink/include/ykpers-1/ykdef.h:200:
warning: #pragma pack(pop[, id], <n>) is not supported on this target
CCLD pam_yubico.la
[...]
/P
Home |
Main Index |
Thread Index |
Old Index