#51376: p5.24-scope-upper: error: use of undeclared identifier 'CXt_LOOP_FOR' ---------------------+-------------------------------- Reporter: mojca@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: p5.24-scope-upper ---------------------+-------------------------------- p5.24-scope-upper is broken since 5.23.8: {{{ "/opt/local/bin/perl5.24" "/opt/local/lib/perl5/5.24/ExtUtils/xsubpp" -typemap "/opt/local/lib/perl5/5.24/ExtUtils/typemap" Upper.xs > Upper.xsc && mv Upper.xsc Upper.c cp lib/Scope/Upper.pm blib/lib/Scope/Upper.pm /usr/bin/clang -c -fno-common -DPERL_DARWIN -mmacosx-version-min=10.7 -pipe -Os -fno-strict-aliasing -fstack-protector -I/opt/local/include -DPERL_USE_SAFE_PUTENV -arch x86_64 -O3 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" "-I/opt/local/lib/perl5/5.24/darwin-thread-multi- 2level/CORE" -DSU_RELEASE=1 Upper.c Upper.xs:1331:11: error: use of undeclared identifier 'CXt_LOOP_FOR' case CXt_LOOP_FOR: ^ Upper.xs:1372:8: error: use of undeclared identifier 'CXt_LOOP_FOR' case CXt_LOOP_FOR: ^ Upper.xs:1543:31: error: no member named 'argarray' in 'struct block_sub' argarray = cx->blk_sub.argarray; ~~~~~~~~~~~ ^ Upper.xs:1618:29: error: no member named 'argarray' in 'struct block_sub' SvREFCNT_dec(cx->blk_sub.argarray); ~~~~~~~~~~~ ^ ... }}} Upstream report: https://rt.cpan.org/Public/Bug/Display.html?id=112246 -- Ticket URL: <https://trac.macports.org/ticket/51376> MacPorts <https://www.macports.org/> Ports system for OS X