Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 595288 Details for
Bug 699566
dev-perl/Crypt-SMIME-0.250.0 with libressl : SMIME.xs:62:36: error: unknown type name CMS_ContentInfo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-perl:Crypt-SMIME-0.250.0:20191107-160642.log
dev-perl:Crypt-SMIME-0.250.0:20191107-160642.log (text/plain), 13.24 KB, created by
Toralf Förster
on 2019-11-07 22:09:42 UTC
(
hide
)
Description:
dev-perl:Crypt-SMIME-0.250.0:20191107-160642.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-11-07 22:09:42 UTC
Size:
13.24 KB
patch
obsolete
> * Package: dev-perl/Crypt-SMIME-0.250.0 > * Repository: gentoo > * Maintainer: perl@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking Crypt-SMIME-0.25.tar.gz to /var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work >>>> Source unpacked in /var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work >>>> Preparing source in /var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25 ... > * Using ExtUtils::MakeMaker > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/image/ >Checking if your kit is complete... >Looks good >checking for gettimeofday... yes >checking for time... yes >checking for libcrypto... 3.0.2 >checking for LIBCRYPTO_CFLAGS... >checking for LIBCRYPTO_LIBS... -lcrypto >Generating a Unix-style Makefile >Writing Makefile for Crypt::SMIME >Writing MYMETA.yml and MYMETA.json >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25 ... > * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed >make -j1 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' >echo "# This file is automatically generated from SMIME.pl" > lib/SMIME.pm >echo "# All of your changes will be lost if you edit this directly." >> lib/SMIME.pm >cat SMIME.pl >> lib/SMIME.pm >cat const-autoload.inc >> lib/SMIME.pm >echo # >> lib/SMIME.pm > >echo __END__ >> lib/SMIME.pm >echo # >> lib/SMIME.pm > >cat SMIME.pod >> lib/SMIME.pm >cp lib/SMIME.pm blib/lib/Crypt/SMIME.pm >cp lib/SMIME/JA.pod blib/lib/Crypt/SMIME/JA.pod >Running Mkbootstrap for SMIME () >chmod 644 "SMIME.bs" >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SMIME.bs blib/arch/auto/Crypt/SMIME/SMIME.bs 644 >"/usr/bin/perl" "/usr/lib64/perl5/5.30.0/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.30.0/ExtUtils/typemap' -typemap '/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25/typemap' SMIME.xs > SMIME.xsc >mv SMIME.xsc SMIME.c >x86_64-pc-linux-gnu-gcc -c -DOPENSSL_LOAD_CONF -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_TIME -DHAVE_TIME_H -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/usr/lib64/perl5/5.30.0/x86_64-linux/CORE" SMIME.c >SMIME.xs:62:36: error: unknown type name âCMS_ContentInfoâ > 62 | static int B64_write_CMS(BIO *bio, CMS_ContentInfo *p7) > | ^~~~~~~~~~~~~~~ >SMIME.xs: In function âsignâ: >SMIME.xs:116:5: error: unknown type name âCMS_ContentInfoâ > 116 | CMS_ContentInfo* cms; > | ^~~~~~~~~~~~~~~ >SMIME.xs:117:17: error: âCMS_DETACHEDâ undeclared (first use in this function); did you mean âPKCS7_DETACHEDâ? > 117 | int flags = CMS_DETACHED | CMS_STREAM | CMS_PARTIAL; > | ^~~~~~~~~~~~ > | PKCS7_DETACHED >SMIME.xs:117:17: note: each undeclared identifier is reported only once for each function it appears in >SMIME.xs:117:32: error: âCMS_STREAMâ undeclared (first use in this function) > 117 | int flags = CMS_DETACHED | CMS_STREAM | CMS_PARTIAL; > | ^~~~~~~~~~ >SMIME.xs:117:45: error: âCMS_PARTIALâ undeclared (first use in this function); did you mean âPKCS7_PARTIALâ? > 117 | int flags = CMS_DETACHED | CMS_STREAM | CMS_PARTIAL; > | ^~~~~~~~~~~ > | PKCS7_PARTIAL >SMIME.xs:129:11: warning: implicit declaration of function âCMS_signâ [-Wimplicit-function-declaration] > 129 | cms = CMS_sign(this->priv_cert, this->priv_key, NULL, inbuf, flags); > | ^~~~~~~~ >SMIME.xs:129:9: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 129 | cms = CMS_sign(this->priv_cert, this->priv_key, NULL, inbuf, flags); > | ^ >SMIME.xs:137:9: warning: implicit declaration of function âCMS_ContentInfo_freeâ [-Wimplicit-function-declaration] > 137 | CMS_ContentInfo_free(cms); > | ^~~~~~~~~~~~~~~~~~~~ >SMIME.xs:145:13: warning: implicit declaration of function âCMS_add0_certâ [-Wimplicit-function-declaration] > 145 | if (CMS_add0_cert(cms, x509) != 1) { > | ^~~~~~~~~~~~~ >SMIME.xs:146:58: error: âCMS_R_CERTIFICATE_ALREADY_PRESENTâ undeclared (first use in this function) > 146 | if (ERR_GET_REASON(ERR_peek_last_error()) != CMS_R_CERTIFICATE_ALREADY_PRESENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >SMIME.xs:154:11: warning: implicit declaration of function âSMIME_write_CMSâ; did you mean âSMIME_write_PKCS7â? [-Wimplicit-function-declaration] > 154 | err = SMIME_write_CMS(outbuf, cms, inbuf, flags); > | ^~~~~~~~~~~~~~~ > | SMIME_write_PKCS7 >SMIME.xs: In function âsignonlyâ: >SMIME.xs:175:5: error: unknown type name âCMS_ContentInfoâ > 175 | CMS_ContentInfo* cms; > | ^~~~~~~~~~~~~~~ >SMIME.xs:176:17: error: âCMS_DETACHEDâ undeclared (first use in this function); did you mean âPKCS7_DETACHEDâ? > 176 | int flags = CMS_DETACHED; > | ^~~~~~~~~~~~ > | PKCS7_DETACHED >SMIME.xs:188:9: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 188 | cms = CMS_sign(this->priv_cert, this->priv_key, NULL, inbuf, flags); > | ^ >SMIME.xs:204:58: error: âCMS_R_CERTIFICATE_ALREADY_PRESENTâ undeclared (first use in this function) > 204 | if (ERR_GET_REASON(ERR_peek_last_error()) != CMS_R_CERTIFICATE_ALREADY_PRESENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >SMIME.xs:212:11: warning: implicit declaration of function âB64_write_CMSâ [-Wimplicit-function-declaration] > 212 | err = B64_write_CMS(outbuf, cms); > | ^~~~~~~~~~~~~ >SMIME.xs: In function âcheckâ: >SMIME.xs:233:5: error: unknown type name âCMS_ContentInfoâ > 233 | CMS_ContentInfo* cms; > | ^~~~~~~~~~~~~~~ >SMIME.xs:243:11: warning: implicit declaration of function âSMIME_read_CMSâ; did you mean âSMIME_read_PKCS7â? [-Wimplicit-function-declaration] > 243 | cms = SMIME_read_CMS(inbuf, &detached); > | ^~~~~~~~~~~~~~ > | SMIME_read_PKCS7 >SMIME.xs:243:9: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 243 | cms = SMIME_read_CMS(inbuf, &detached); > | ^ >SMIME.xs:259:11: warning: implicit declaration of function âCMS_verifyâ; did you mean âDSA_verifyâ? [-Wimplicit-function-declaration] > 259 | err = CMS_verify(cms, this->pubkeys_stack, this->pubkeys_store, detached, outbuf, flags); > | ^~~~~~~~~~ > | DSA_verify >SMIME.xs: In function â_encryptâ: >SMIME.xs:286:5: error: unknown type name âCMS_ContentInfoâ > 286 | CMS_ContentInfo* enc; > | ^~~~~~~~~~~~~~~ >SMIME.xs:297:11: warning: implicit declaration of function âCMS_encryptâ; did you mean â_encryptâ? [-Wimplicit-function-declaration] > 297 | enc = CMS_encrypt(this->pubkeys_stack, inbuf, this->cipher, flags); > | ^~~~~~~~~~~ > | _encrypt >SMIME.xs:297:9: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 297 | enc = CMS_encrypt(this->pubkeys_stack, inbuf, this->cipher, flags); > | ^ >SMIME.xs: In function â_decryptâ: >SMIME.xs:332:5: error: unknown type name âCMS_ContentInfoâ > 332 | CMS_ContentInfo * enc; > | ^~~~~~~~~~~~~~~ >SMIME.xs:343:9: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 343 | enc = SMIME_read_CMS(inbuf, NULL); > | ^ >SMIME.xs:356:11: warning: implicit declaration of function âCMS_decryptâ; did you mean â_decryptâ? [-Wimplicit-function-declaration] > 356 | err = CMS_decrypt(enc, this->priv_key, this->priv_cert, NULL, outbuf, flags); > | ^~~~~~~~~~~ > | _decrypt >SMIME.xs: In function âXS_Crypt__SMIME_checkâ: >SMIME.xs:818:27: error: âCMS_NO_SIGNER_CERT_VERIFYâ undeclared (first use in this function) > 818 | if (!(flags & CMS_NO_SIGNER_CERT_VERIFY)) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >SMIME.xs: In function âXS_Crypt__SMIME_extractCertificatesâ: >SMIME.xs:889:5: error: unknown type name âCMS_ContentInfoâ > 889 | CMS_ContentInfo* cms = NULL; > | ^~~~~~~~~~~~~~~ >SMIME.xs:907:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 907 | cms = SMIME_read_CMS(bio, NULL); > | ^ >SMIME.xs:910:15: warning: implicit declaration of function âPEM_read_bio_CMSâ; did you mean âPEM_read_bio_PKCS8â? [-Wimplicit-function-declaration] > 910 | cms = PEM_read_bio_CMS(bio, NULL, NULL, NULL); > | ^~~~~~~~~~~~~~~~ > | PEM_read_bio_PKCS8 >SMIME.xs:910:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 910 | cms = PEM_read_bio_CMS(bio, NULL, NULL, NULL); > | ^ >SMIME.xs:913:15: warning: implicit declaration of function âd2i_CMS_bioâ [-Wimplicit-function-declaration] > 913 | cms = d2i_CMS_bio(bio, NULL); > | ^~~~~~~~~~~ >SMIME.xs:913:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 913 | cms = d2i_CMS_bio(bio, NULL); > | ^ >SMIME.xs:925:13: warning: implicit declaration of function âCMS_get1_certsâ [-Wimplicit-function-declaration] > 925 | certs = CMS_get1_certs(cms); > | ^~~~~~~~~~~~~~ >SMIME.xs:925:11: warning: assignment to âstruct stack_st_X509 *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 925 | certs = CMS_get1_certs(cms); > | ^ >SMIME.xs:926:13: warning: implicit declaration of function âCMS_get1_crlsâ [-Wimplicit-function-declaration] > 926 | crls = CMS_get1_crls(cms); > | ^~~~~~~~~~~~~ >SMIME.xs:926:11: warning: assignment to âstruct stack_st_X509_CRL *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 926 | crls = CMS_get1_crls(cms); > | ^ >SMIME.xs: In function âXS_Crypt__SMIME_getSignersâ: >SMIME.xs:974:2: error: unknown type name âCMS_ContentInfoâ > 974 | CMS_ContentInfo* cms = NULL; > | ^~~~~~~~~~~~~~~ >SMIME.xs:993:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 993 | cms = SMIME_read_CMS(bio, &detached); > | ^ >SMIME.xs:996:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 996 | cms = PEM_read_bio_CMS(bio, NULL, NULL, NULL); > | ^ >SMIME.xs:999:13: warning: assignment to âint *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 999 | cms = d2i_CMS_bio(bio, NULL); > | ^ >SMIME.xs:1014:13: error: âCMS_NO_SIGNER_CERT_VERIFYâ undeclared (first use in this function) > 1014 | flags = CMS_NO_SIGNER_CERT_VERIFY > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >SMIME.xs:1015:13: error: âCMS_NO_ATTR_VERIFYâ undeclared (first use in this function) > 1015 | | CMS_NO_ATTR_VERIFY > | ^~~~~~~~~~~~~~~~~~ >SMIME.xs:1016:13: error: âCMS_NO_CONTENT_VERIFYâ undeclared (first use in this function) > 1016 | | CMS_NO_CONTENT_VERIFY; > | ^~~~~~~~~~~~~~~~~~~~~ >SMIME.xs:1026:15: warning: implicit declaration of function âCMS_get0_signersâ; did you mean âPKCS7_get0_signersâ? [-Wimplicit-function-declaration] > 1026 | signers = CMS_get0_signers(cms); > | ^~~~~~~~~~~~~~~~ > | PKCS7_get0_signers >SMIME.xs:1026:13: warning: assignment to âstruct stack_st_X509 *â from âintâ makes pointer from integer without a cast [-Wint-conversion] > 1026 | signers = CMS_get0_signers(cms); > | ^ >make: *** [Makefile:362: SMIME.o] Error 1 > * ERROR: dev-perl/Crypt-SMIME-0.250.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-perl/Crypt-SMIME-0.250.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-perl/Crypt-SMIME-0.250.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-perl:Crypt-SMIME-0.250.0:20191107-160642.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25' > * S: '/var/tmp/portage/dev-perl/Crypt-SMIME-0.250.0/work/Crypt-SMIME-0.25'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 699566
:
595286
| 595288 |
595290
|
595292
|
595294
|
595296