Opened 4 years ago
Closed 3 years ago
#62500 closed defect (fixed)
ruby21, ruby22: error: conflicting types for 'HMAC_CTX_copy'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.99 |
Keywords: | Cc: | ||
Port: | ruby21 ruby22 |
Description
ruby21 and ruby22 do not build:
:info:build compiling ossl_pkcs7.c :info:build In file included from ossl_pkcs7.c:11: :info:build In file included from ./ossl.h:219: :info:build ./openssl_missing.h:71:6: error: conflicting types for 'HMAC_CTX_copy' :info:build void HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in); :info:build ^ :info:build /opt/local/include/openssl-1.0/openssl/hmac.h:101:5: note: previous declaration is here :info:build int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx); :info:build ^
Attachments (2)
Change History (3)
Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.ruby21.log added |
---|
Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.ruby22.log added |
---|
comment:1 Changed 3 years ago by kimura wataru <kimuraw@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 640784d862c03447ac672d4eb3a5602a82e6c809/macports-ports (master):