Date: Sun, 01 Sep 2024 12:26:38 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 281186] textprox/p5-Net-IDN-Encode fails to be usable with newer perl versions (5.40) Message-ID: <bug-281186-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281186 Bug ID: 281186 Summary: textprox/p5-Net-IDN-Encode fails to be usable with newer perl versions (5.40) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pi@FreeBSD.org use Net::IDN::Encode ':all'; domain_to_unicode('xn--bienen-fr-tbingen-92bd.de'); fails with: ld-elf.so.1: /usr/local/lib/perl5/site_perl/mach/5.40/auto/Net/IDN/Punycode/Puny code.so: Undefined symbol "uvuni_to_utf8_flags" https://rt.cpan.org/Public/Bug/Display.html?id=3D149108 https://rt.cpan.org/Public/Bug/Display.html?id=3D149247 It looks like uvuni_to_utf8_flags was removed from perl since 5.38. There's a patch with 149108. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281186-7788>