Opened 3 months ago

Last modified 3 months ago

#70316 closed defect

getaddrinfo.c:162:10: error: call to undeclared function 'uv__idna_toascii — at Initial Version

Reported by: kwolcott Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: MoarVM

Description

Attempting to install MoarVM via building from source on Mac with M1 chip.

Sonoma 14.5

Just completed a self-update sequence:

sudo port -v selfupdate port outdated sudo port -v -s upgrade outdated sudo port -v -s install rakudo

sudo port -v -s install rakudo

getaddrinfo.c:162:10: error: call to undeclared function 'uvidna_toascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

rc = uvidna_toascii(hostname,

1 error generated. make: * [3rdparty/libuv/src/unix/getaddrinfo.o] Error 1 make: * Waiting for unfinished jobs.... 40 warnings generated. make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_MoarVM/MoarVM/work/MoarVM-2024.06' Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_MoarVM/MoarVM/work/MoarVM-2024.06" && /usr/bin/make -j8 -w all

Change History (1)

Changed 3 months ago by kwolcott

Attachment: MoarVM_main.log.bz2 added
Note: See TracTickets for help on using tickets.