Skip Menu |

This queue is for tickets about the Crypt-PKCS11 CPAN distribution.

Report information
The Basics
Id: 121351
Status: open
Priority: 0/
Queue: Crypt-PKCS11

People
Owner: Nobody in particular
Requestors: peter.sylvester [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: compiler warnings
Date: Mon, 24 Apr 2017 16:52:51 +0200
To: bug-Crypt-PKCS11 [...] rt.cpan.org
From: Peter Sylvester <peter.sylvester [...] gmail.com>
hello, compile of Crypt::PKCS11 generates a couple of warnings. Best Peter Sylvester pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_get_pDigestMechanism’: pkcs11_struct_cms.c:526:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_get_pDigestMechanism’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_get_pDigestMechanism(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_set_pDigestMechanism’: pkcs11_struct_cms.c:599:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_set_pDigestMechanism’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_set_pDigestMechanism(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_get_pContentType’: pkcs11_struct_cms.c:629:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_get_pContentType’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_get_pContentType(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_set_pContentType’: pkcs11_struct_cms.c:689:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_set_pContentType’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_set_pContentType(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_get_pRequestedAttributes’: pkcs11_struct_cms.c:719:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_get_pRequestedAttributes’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_get_pRequestedAttributes(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_set_pRequestedAttributes’: pkcs11_struct_cms.c:779:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_set_pRequestedAttributes’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_set_pRequestedAttributes(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_get_pRequiredAttributes’: pkcs11_struct_cms.c:809:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_get_pRequiredAttributes’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_get_pRequiredAttributes(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_cms.c: In function ‘XS_Crypt__PKCS11__CK_CMS_SIG_PARAMSPtr_set_pRequiredAttributes’: pkcs11_struct_cms.c:869:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_cms_sig_params_set_pRequiredAttributes’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_cms_sig_params_set_pRequiredAttributes(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_otp.c: In function ‘XS_Crypt__PKCS11__CK_OTP_PARAMSPtr_get_ulCount’: pkcs11_struct_otp.c:722:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_otp_params_get_ulCount’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_otp_params_get_ulCount(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_otp.c: In function ‘XS_Crypt__PKCS11__CK_OTP_PARAMSPtr_set_ulCount’: pkcs11_struct_otp.c:782:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_otp_params_set_ulCount’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_otp_params_set_ulCount(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_otp.c: In function ‘XS_Crypt__PKCS11__CK_OTP_SIGNATURE_INFOPtr_get_ulCount’: pkcs11_struct_otp.c:1039:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_otp_signature_info_get_ulCount’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_otp_signature_info_get_ulCount(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkcs11_struct_otp.c: In function ‘XS_Crypt__PKCS11__CK_OTP_SIGNATURE_INFOPtr_set_ulCount’: pkcs11_struct_otp.c:1099:11: warning: implicit declaration of function ‘crypt_pkcs11_ck_otp_signature_info_set_ulCount’ [-Wimplicit-function-declaration] RETVAL = crypt_pkcs11_ck_otp_signature_info_set_ulCount(object, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Download smime.p7s
application/pkcs7-signature 1.9k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #121351] compiler warnings
Date: Mon, 24 Apr 2017 15:09:40 +0000
To: bug-Crypt-PKCS11 [...] rt.cpan.org
From: Jerry Lundström <lundstrom.jerry [...] gmail.com>
Hi, What version of Crypt::PKCS11? What version of Perl? What OS/setup/arch? Can I get a complete log of the build? Cheers, Jerry
Hi,

I'm seeing these warnings too.

Show quoted text
> What version of Crypt::PKCS11?

1.0.3

Show quoted text
> What version of Perl?

5.24.3 and 5.26.1

Show quoted text
> What OS/setup/arch?

Fedora 24 / gcc 6.0.1 / perl 5.24.3 / x86_64
Fedora 27 / clang 4.0.1 / perl 5.26.1 / x86_64

Show quoted text
> Can I get a complete log of the build?

Attached logs for both.


hth and thanks


Subject: clang_4.0.1_build.log

Message body is not shown because it is too large.

Subject: gcc_6.4.1_build.log

Message body is not shown because it is too large.