Changes between Initial Version and Version 2 of Ticket #61522
- Timestamp:
- Nov 17, 2020, 7:39:17 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61522
- Property Cc sudheerhebbale added
- Property Keywords bigsur catalina added
-
Property
Summary
changed from
Failed to build libmcrypt: command execution failed
tolibmcrypt: error: implicitly declaring library function 'calloc'
- Property Port libmcrypt added
-
Ticket #61522 – Description
initial v2 1 1 After upgrading to macOS 11.0.1 installation and build of lbmcrypt fails, with the following error 2 2 3 {{{ 3 4 gost.c:364:12: error: implicitly declaring library function 'calloc' with type 'void *(unsigned long, unsigned long)' [-Werror,-Wimplicit-function-declaration] 4 5 gost.c:375:8: error: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Werror,-Wimplicit-function-declaration] … … 8 9 9 10 gost.c:394:3: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' 10 11 }}} 11 12 12 13 … … 15 16 16 17 17 18 {{{ 18 19 ---> Building libmcrypt 19 20 Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libmcrypt/libmcrypt/work/libmcrypt-2.5.8" && /usr/bin/make -j4 -w all … … 190 191 Error: Processing of port libmcrypt failed 191 192 /Users/sudheer.hr/macports/xalan -> 193 }}}