Changes between Initial Version and Version 2 of Ticket #61522


Ignore:
Timestamp:
Nov 17, 2020, 7:39:17 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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 to libmcrypt: error: implicitly declaring library function 'calloc'
    • Property Port libmcrypt added
  • Ticket #61522 – Description

    initial v2  
    11After upgrading to macOS 11.0.1 installation and build of lbmcrypt fails, with the following error
    22
     3{{{
    34gost.c:364:12: error: implicitly declaring library function 'calloc' with type 'void *(unsigned long, unsigned long)' [-Werror,-Wimplicit-function-declaration]
    45gost.c:375:8: error: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Werror,-Wimplicit-function-declaration]
     
    89
    910gost.c:394:3: note: include the header <stdio.h> or explicitly provide a declaration for 'printf'
    10 
     11}}}
    1112
    1213
     
    1516
    1617
    17 
     18{{{
    1819--->  Building libmcrypt
    1920Executing:  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
     
    190191Error: Processing of port libmcrypt failed
    191192/Users/sudheer.hr/macports/xalan -> 
     193}}}