Changes between Version 1 and Version 2 of Ticket #65162


Ignore:
Timestamp:
May 12, 2022, 4:02:53 AM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:
:info:build checking number of significant virtual address bits... error
:info:build configure: error: cannot determine number of significant virtual address bits
:info:build zmalloc.c:101:17: error: implicit declaration of function 'je_malloc' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build     void *ptr = malloc(MALLOC_MIN_SIZE(size)+PREFIX_SIZE);
:info:build                 ^
:info:build zmalloc.c:75:22: note: expanded from macro 'malloc'
:info:build #define malloc(size) je_malloc(size)
:info:build                      ^

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65162

    • Property Keywords arm64 added; redis removed
    • Property Status changed from new to assigned
    • Property Owner set to dgilman
    • Property Summary changed from Installation of redis with +universal on Mac M1 is failing to redis @6.2.6_1+universal: error: cannot determine number of significant virtual address bits
  • Ticket #65162 – Description

    v1 v2  
    11Installation of redis with +universal on Mac M1  fails with the following error on the terminal
    22
     3{{{
    34Error: Failed to build redis: command execution failed   
    45Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_redis/redis/main.log for details.
    56Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    67Error: Processing of port redis failed
     8}}}
    79
    810The attached log file contains the details of the error