#51330: perl5.24.0-RC5: broken build -----------------------+--------------------- Reporter: mojca@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: perl5.24 | -----------------------+--------------------- Comment (by mojca@…): From `perl5240delta.pod`:
Builds with both -DDEBUGGING and threading enabled would fail with a "`panic: free from wrong pool`" error when built or tested from Terminal on OS X. This was caused by perl's internal management of the environment conflicting with an atfork handler using the libc `setenv()` function to update the environment.
Perl now uses `setenv()`/`unsetenv()` to update the environment on OS X.
[https://rt.perl.org/Ticket/Display.html?id=126240 perl #126240]
-- Ticket URL: <https://trac.macports.org/ticket/51330#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X