Changes between Initial Version and Version 2 of Ticket #68057


Ignore:
Timestamp:
Aug 27, 2023, 11:36:40 PM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember WikiFormatting and see WimplicitFunctionDeclaration.

I see that the problem is in a bundled copy of libuv 1.34.2 and this makes me wonder if the port could avoid the problem by using the MacPorts copy of libuv 1.44.2 instead which would be preferable for other reasons as well.

I do not see this issue on my Monterey x86_64 system and we did not see the problem on our buildbot machines. I do see a similar report from a Ventura x86_64 user in another program that bundles libuv:

https://github.com/pytorch/pytorch/issues/101586

wren-cli 0.4.0 was released nearly two years ago and it updates the bundled libuv to 1.38.0. The port should be updated; maybe it fixes this problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68057

    • Property Status changed from new to assigned
    • Property Summary changed from wren port build from source fails: call to undeclared function 'uv__idna_toascii'; to wren-cli @0.3.0: error: call to undeclared function 'uv__idna_toascii'
    • Property Owner set to herbygillot
    • Property Version changed from to 2.8.1
    • Property Keywords ventura added
    • Property Port wren-cli added
  • Ticket #68057 – Description

    initial v2  
     1{{{
    12../../deps/libuv/src/unix/getaddrinfo.c:165:10: error: call to undeclared function 'uv__idna_toascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    23    rc = uv__idna_toascii(hostname,
    34         ^
    451 error generated.
     6}}}