ingydotnet / inline-c-pm

10 stars 19 forks source link

Inline-C 0.82 tests report a failure that might come from inadequate code #106

Open ballapete opened 1 week ago

ballapete commented 1 week ago

Hello!

I am no Perl programmer, just want to proof that Perl 5.38 is ready for production use on macOS and am testing excessivly (?). This is what make test reports.

> --->  Testing p5.38-inline-c
> Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
> Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
> PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.38" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> # 
> # Versions for all modules listed in MYMETA.json (including optional ones):
> # 
> # === Configure Requires ===
> # 
> #     Module                  Want Have Where                                 Howbig
> #     ----------------------- ---- ---- ------------------------------------- ------
> #     ExtUtils::MakeMaker      any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
> #     File::ShareDir::Install 0.06 0.14 /opt/local/lib/perl5/vendor_perl/5.38  11192
> # 
> # === Build Requires ===
> # 
> #     Module              Want Have Where                                 Howbig
> #     ------------------- ---- ---- ------------------------------------- ------
> #     ExtUtils::MakeMaker  any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
> # 
> # === Test Requires ===
> # 
> #     Module                Want     Have Where                                                            Howbig
> #     --------------------- ---- -------- ---------------------------------------------------------------- ------
> #     File::Copy::Recursive  any     0.45 /opt/local/lib/perl5/vendor_perl/5.38                             27561
> #     File::Path             any     2.18 /opt/local/lib/perl5/vendor_perl/5.38                             43254
> #     Test::More            0.88 1.302204 /opt/local/lib/perl5/vendor_perl/5.38                             54359
> #     Test::Warn            0.23     0.37 /opt/local/lib/perl5/vendor_perl/5.38                             15955
> #     YAML::XS               any v0.902.0 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3686
> #     autodie                any     2.37 /opt/local/lib/perl5/vendor_perl/5.38                             12399
> #     version               0.77   0.9933 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3975
> # 
> # === Runtime Requires ===
> # 
> #     Module                  Want     Have Where                                                            Howbig
> #     ------------------- -------- -------- ---------------------------------------------------------------- ------
> #     ExtUtils::MakeMaker     7.00     7.70 /opt/local/lib/perl5/vendor_perl/5.38                            109260
> #     File::Spec               0.8     3.75 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level  10571
> #     Inline                  0.86     0.86 /opt/local/lib/perl5/vendor_perl/5.38                             62663
> #     Parse::RecDescent   1.967009 1.967015 /opt/local/lib/perl5/vendor_perl/5.38                            222044
> #     Pegex                   0.66     0.75 /opt/local/lib/perl5/vendor_perl/5.38                               750
> # 
> t/00-report-prereqs.t .............. ok
> t/000-require-modules.t ............ ok
> t/01syntax.t ....................... ok
> t/02config.t ....................... ok
> t/03typemap.t ...................... ok
> t/04perlapi.t ...................... ok
> t/05xsmode.t ....................... ok
> t/06parseregexp.t .................. ok
> t/07typemap_multi.t ................ ok
> Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
> BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
> Compilation failed in require at t/08taint.t line 43 (#1)
>     (F) You can't use system(), exec(), or a piped open in a setuid or
>     setgid script if $ENV{PATH} contains a directory that is writable by
>     the world.  Also, the PATH must not contain any relative directory.
>     See perlsec.
>     
> Uncaught exception from user code:
>   Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
>   BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
>   Compilation failed in require at t/08taint.t line 43.
>   main::require_taint_1() called at t/08taint.t line 38
>   Test::Warn::warnings_like(CODE(0x7fa668804790), ARRAY(0x7fa66a12d910), "warn_test 1") called at t/08taint.t line 38
> # Looks like your test exited with 25 just after 1.
> t/08taint.t ........................ 
> Dubious, test returned 25 (wstat 6400, 0x1900)
> Failed 9/10 subtests 
> This test could take a couple of minutes to run
> t/09parser.t ....................... ok
> t/10callback.t ..................... ok
> t/11default_readonly.t ............. ok
> t/14void_arg.t ..................... ok
> t/14void_arg_PRD.t ................. ok
> t/15ccflags.t ...................... ok
> t/16ccflagsex.t .................... ok
> t/17prehead.t ...................... ok
> t/18quote_space.t .................. ok
> t/19INC.t .......................... ok
> t/20eval.t ......................... ok
> t/21read_DATA.t .................... ok
> t/22read_DATA_2.t .................. ok
> t/23validate.t ..................... ok
> t/24prefix.t ....................... ok
> t/25proto.t ........................ ok
> t/26fork.t ......................... ok
> t/27inline_maker.t ................. ok
> t/28autowrap.t ..................... ok
> t/29refargs.t ...................... ok
> t/30cppflags.t ..................... ok
> t/31include_dirs_angle_brackets.t .. ok
> t/32include_dirs_double_quotes.t ... ok
> t/33intended_double_quotes.t ....... ok
> t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
> t/parse-pegex.t .................... ok
> t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set
> 
> Test Summary Report
> -------------------
> t/08taint.t                      (Wstat: 6400 (exited 25) Tests: 1 Failed: 0)
>   Non-zero exit status: 25
>   Parse errors: Bad plan.  You planned 10 tests but ran 1.
> t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
>   TODO passed:   4, 7-9
> Files=37, Tests=153, 94 wallclock secs ( 0.14 usr  0.07 sys + 66.10 cusr 16.12 csys = 82.43 CPU)
> Result: FAIL
> Failed 1/37 test programs. 0/153 subtests failed.
> make: *** [test_dynamic] Error 255
> Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
> Exit code: 2

I presume it's easy to correct the test code and would like to apply and test patches.

sisyphus commented 1 week ago

Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.

Line 204 of Cwd.pm is:

my $cwd = `$pwd_cmd`;

That's a system command and, a little further down in the output you provided, it's stated that such a command is not allowed (whilst in Taint mode) "in a setuid or setgid script if $ENV{PATH} contains a directory that is writable by the world." ($ENV{PATH} is just the system PATH - so it might help if you can show us what's in the PATH at that point of the process.) Perhaps the problem is fixable by simply removing any unneeded "world writable" directory from your PATH.

The output additionally tells us "Also, the PATH must not contain any relative directory". And that's another reason that it would be good to know what's actually in your PATH. Maybe you could try removing all "relative" directories from the PATH - or replace them with their fully qualified (absolute path) equivalents.

I presume it's easy to correct the test code and would like to apply and test patches.

We don't normally see any failures in the Taint tests and I'm thinking it's probably much easier if you can adjust your PATH to conform with the requirements that running in Taint mode sets. But Taint mode is something I've never properly understood, never voluntarily used, and always hated - so I'm probably not very well qualified to be replying to this post ;-)

IIRC, there were moves made to remove Taint capability from perl - mainly because its presence is really nothing more than a pain in the arse, these days. But complete removal proved difficult, and it's still there (to some extent, at least).

ballapete commented 1 week ago

I am reforming the tests with a BSD ports management system, MacPorts. Building the Perl module goes like this:

port -vsd build p5.38-inline-c
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c/work
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Starting logging for p5.38-inline-c @0.820.0_0
DEBUG: macOS 10.13.6 (darwin/17.7.0) arch i386
DEBUG: MacPorts 2.10.2
DEBUG: Xcode 10.1, CLT 10.1.0.0.1.1539992718
DEBUG: SDK 10.13
DEBUG: MACOSX_DEPLOYMENT_TARGET: 10.13
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-copy-recursive 0.450.0_0 exists in the ports tree
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is the latest installed
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-copy-recursive
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-copy-recursive 0.450.0_0 >= p5.38-file-copy-recursive 0.450.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.38 5.38.2_0 exists in the ports tree
DEBUG: perl5.38 5.38.2_0  is the latest installed
DEBUG: perl5.38 5.38.2_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! perl5.38 5.38.2_0 >= perl5.38 5.38.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db48 4.8.30_5 exists in the ports tree
DEBUG: db48 4.8.30_5  is the latest installed
DEBUG: db48 4.8.30_5  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/db48
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! db48 4.8.30_5 >= db48 4.8.30_5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.24_0 exists in the ports tree
DEBUG: gdbm 1.24_0  is the latest installed
DEBUG: gdbm 1.24_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/gdbm
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! gdbm 1.24_0 >= gdbm 1.24_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext-runtime 0.22.5_0 exists in the ports tree
DEBUG: gettext-runtime 0.22.5_0  is the latest installed
DEBUG: gettext-runtime 0.22.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gettext
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
DEBUG: Sourcing PortGroup gnulib 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/gnulib-1.0.tcl
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: compiler clang 1000.10.44.4 not blacklisted because it doesn't match {clang < 211.10.1}
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback gnulib::setup
DEBUG: Finished running callback gnulib::setup
DEBUG: No need to upgrade! gettext-runtime 0.22.5_0 >= gettext-runtime 0.22.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.17_0 exists in the ports tree
DEBUG: libiconv 1.17_0  is the latest installed
DEBUG: libiconv 1.17_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Re-registering default for configure.cc_archflags
DEBUG: Re-registering default for configure.objc_archflags
DEBUG: Re-registering default for configure.cxx_archflags
DEBUG: Re-registering default for configure.objcxx_archflags
DEBUG: Re-registering default for configure.fc_archflags
DEBUG: Re-registering default for configure.f90_archflags
DEBUG: Re-registering default for configure.f77_archflags
DEBUG: Re-registering default for configure.ld_archflags
DEBUG: Re-registering default for configure.universal_cflags
DEBUG: Re-registering default for configure.universal_objcflags
DEBUG: Re-registering default for configure.universal_cxxflags
DEBUG: Re-registering default for configure.universal_objcxxflags
DEBUG: Re-registering default for configure.universal_cppflags
DEBUG: Re-registering default for configure.universal_ldflags
DEBUG: Sourcing PortGroup muniversal 1.1 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.1.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback muniversal::add_compiler_flags
DEBUG: Finished running callback muniversal::add_compiler_flags
DEBUG: No need to upgrade! libiconv 1.17_0 >= libiconv 1.17_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 8.2.013_0 exists in the ports tree
DEBUG: readline 8.2.013_0  is the latest installed
DEBUG: readline 8.2.013_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/readline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! readline 8.2.013_0 >= readline 8.2.013_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 6.5_0 exists in the ports tree
DEBUG: ncurses 6.5_0  is the latest installed
DEBUG: ncurses 6.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/ncurses
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! ncurses 6.5_0 >= ncurses 6.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-sharedir-install 0.140.0_0 exists in the ports tree
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is the latest installed
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-sharedir-install
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-sharedir-install 0.140.0_0 >= p5.38-file-sharedir-install 0.140.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-io-all 0.870.0_0 exists in the ports tree
DEBUG: p5.38-io-all 0.870.0_0  is the latest installed
DEBUG: p5.38-io-all 0.870.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-io-all
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-io-all 0.870.0_0 >= p5.38-io-all 0.870.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-test-warn 0.370.0_0 exists in the ports tree
DEBUG: p5.38-test-warn 0.370.0_0  is the latest installed
DEBUG: p5.38-test-warn 0.370.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-test-warn
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-test-warn 0.370.0_0 >= p5.38-test-warn 0.370.0_0
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: p5.38-sub-uplevel 0.280.0_0 exists in the ports tree
DEBUG: p5.38-sub-uplevel 0.280.0_0  is the latest installed
DEBUG: p5.38-sub-uplevel 0.280.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-sub-uplevel
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-sub-uplevel 0.280.0_0 >= p5.38-sub-uplevel 0.280.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-libyaml 0.902.0_0 exists in the ports tree
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is the latest installed
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-libyaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-libyaml 0.902.0_0 >= p5.38-yaml-libyaml 0.902.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-makemaker 7.700.0_0 exists in the ports tree
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is the latest installed
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-makemaker
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-makemaker 7.700.0_0 >= p5.38-extutils-makemaker 7.700.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0 exists in the ports tree
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is the latest installed
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-cpan-meta-requirements
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-cpan-meta-requirements 2.143.0_0 >= p5.38-cpan-meta-requirements 2.143.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-manifest 1.750.0_0 exists in the ports tree
DEBUG: p5.38-extutils-manifest 1.750.0_0  is the latest installed
DEBUG: p5.38-extutils-manifest 1.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-manifest
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-manifest 1.750.0_0 >= p5.38-extutils-manifest 1.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-inline 0.860.0_0 exists in the ports tree
DEBUG: p5.38-inline 0.860.0_0  is the latest installed
DEBUG: p5.38-inline 0.860.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-inline 0.860.0_0 >= p5.38-inline 0.860.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-parse-recdescent 1.967.15_0 exists in the ports tree
DEBUG: p5.38-parse-recdescent 1.967.15_0  is the latest installed
DEBUG: p5.38-parse-recdescent 1.967.15_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-parse-recdescent
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-parse-recdescent 1.967.15_0 >= p5.38-parse-recdescent 1.967.15_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-text-balanced 2.60.0_0 exists in the ports tree
DEBUG: p5.38-text-balanced 2.60.0_0  is the latest installed
DEBUG: p5.38-text-balanced 2.60.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-text-balanced
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-text-balanced 2.60.0_0 >= p5.38-text-balanced 2.60.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-pegex 0.750.0_0 exists in the ports tree
DEBUG: p5.38-pegex 0.750.0_0  is the latest installed
DEBUG: p5.38-pegex 0.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-pegex
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-pegex 0.750.0_0 >= p5.38-pegex 0.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-xxx 0.380.0_0 exists in the ports tree
DEBUG: p5.38-xxx 0.380.0_0  is the latest installed
DEBUG: p5.38-xxx 0.380.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-xxx
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-xxx 0.380.0_0 >= p5.38-xxx 0.380.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml 1.310.0_0 exists in the ports tree
DEBUG: p5.38-yaml 1.310.0_0  is the latest installed
DEBUG: p5.38-yaml 1.310.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml 1.310.0_0 >= p5.38-yaml 1.310.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-pp 0.38.0_0 exists in the ports tree
DEBUG: p5.38-yaml-pp 0.38.0_0  is the latest installed
DEBUG: p5.38-yaml-pp 0.38.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-pp
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-pp 0.38.0_0 >= p5.38-yaml-pp 0.38.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-getopt-long 2.580.0_0 exists in the ports tree
DEBUG: p5.38-getopt-long 2.580.0_0  is the latest installed
DEBUG: p5.38-getopt-long 2.580.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-getopt-long
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-getopt-long 2.580.0_0 >= p5.38-getopt-long 2.580.0_0
--->  Computing dependencies for p5.38-inline-c
DEBUG: Searching for dependency: p5.38-file-copy-recursive
DEBUG: Found Dependency: receipt exists for p5.38-file-copy-recursive
DEBUG: Searching for dependency: p5.38-file-sharedir-install
DEBUG: Found Dependency: receipt exists for p5.38-file-sharedir-install
DEBUG: Searching for dependency: p5.38-io-all
DEBUG: Found Dependency: receipt exists for p5.38-io-all
DEBUG: Searching for dependency: p5.38-test-warn
DEBUG: Found Dependency: receipt exists for p5.38-test-warn
DEBUG: Searching for dependency: p5.38-yaml-libyaml
DEBUG: Found Dependency: receipt exists for p5.38-yaml-libyaml
DEBUG: Searching for dependency: perl5.38
DEBUG: Found Dependency: receipt exists for perl5.38
DEBUG: Searching for dependency: p5.38-extutils-makemaker
DEBUG: Found Dependency: receipt exists for p5.38-extutils-makemaker
DEBUG: Searching for dependency: p5.38-inline
DEBUG: Found Dependency: receipt exists for p5.38-inline
DEBUG: Searching for dependency: p5.38-parse-recdescent
DEBUG: Found Dependency: receipt exists for p5.38-parse-recdescent
DEBUG: Searching for dependency: p5.38-pegex
DEBUG: Found Dependency: receipt exists for p5.38-pegex
DEBUG: Executing org.macports.main (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: fetch phase started at Wed Nov  6 13:23:49 CET 2024
--->  Fetching distfiles for p5.38-inline-c
DEBUG: Executing org.macports.fetch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: checksum phase started at Wed Nov  6 13:23:49 CET 2024
--->  Verifying checksums for p5.38-inline-c
DEBUG: Executing org.macports.checksum (p5.38-inline-c)
--->  Checksumming Inline-C-0.82.tar.gz
DEBUG: Calculated (rmd160) is 7a02da1eef7c41e0ffa04dc39aee92145e9ff301
DEBUG: Correct (rmd160) checksum for Inline-C-0.82.tar.gz
DEBUG: Calculated (sha256) is 10fbcf1e158d1c8d77e1dd934e379165b126a45c13645ad0be9dc07d151dd0cc
DEBUG: Correct (sha256) checksum for Inline-C-0.82.tar.gz
DEBUG: Calculated (size) is 79182
DEBUG: Correct (size) checksum for Inline-C-0.82.tar.gz
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: extract phase started at Wed Nov  6 13:23:49 CET 2024
--->  Extracting p5.38-inline-c
DEBUG: Executing org.macports.extract (p5.38-inline-c)
--->  Extracting Inline-C-0.82.tar.gz
DEBUG: setting option extract.args to '/opt/local/var/macports/distfiles/perl5/Inline-C-0.82.tar.gz'
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/perl5/Inline-C-0.82.tar.gz' | /usr/bin/tar -xf - 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/perl5/Inline-C-0.82.tar.gz' | /usr/bin/tar -xf - 
DEBUG: euid/egid changed to: 0/0
DEBUG: chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work to macports
DEBUG: euid/egid changed to: 504/501
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: patch phase started at Wed Nov  6 13:23:50 CET 2024
DEBUG: Executing org.macports.patch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: configure phase started at Wed Nov  6 13:23:50 CET 2024
--->  Configuring p5.38-inline-c
DEBUG: Preferred compilers: clang macports-clang-17 macports-clang-16 macports-clang-15 macports-clang-14 macports-clang-13 macports-clang-12 macports-clang-11 macports-clang-10 macports-clang-9.0 macports-clang-8.0 macports-clang-7.0 macports-clang-6.0 macports-clang-5.0 macports-gcc-14 macports-gcc-13 macports-gcc-12 macports-gcc-11 macports-gcc-10
DEBUG: Using compiler 'Xcode Clang'
DEBUG: Executing org.macports.configure (p5.38-inline-c)
DEBUG: Environment: 
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CFLAGS='-pipe -Os'
CPATH='/opt/local/include'
CPPFLAGS='-I/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS='-pipe -Os'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
F90FLAGS='-pipe -Os'
FCFLAGS='-pipe -Os'
FFLAGS='-pipe -Os'
INSTALL='/usr/bin/install -c'
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
OBJC='/usr/bin/clang'
OBJCFLAGS='-pipe -Os'
OBJCXX='/usr/bin/clang++'
OBJCXXFLAGS='-pipe -Os'
PERL_AUTOINSTALL='--skipdeps'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /opt/local/bin/perl5.38 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /opt/local/bin/perl5.38 Makefile.PL INSTALLDIRS=vendor CC="/usr/bin/clang" LD="/usr/bin/clang" 
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Inline::C
Writing MYMETA.yml and MYMETA.json
DEBUG: Executing proc-post-org.macports.configure-configure-0
Fixing flags in Makefile
--->  Patching Makefile: /^CCFLAGS *=/s|$|  -isysroot/|
DEBUG: Executing reinplace: /usr/bin/sed {/^CCFLAGS *=/s|$|  -isysroot/|} </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile >@file11
DEBUG: euid/egid changed to: 0/0
DEBUG: chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile to macports
DEBUG: euid/egid changed to: 504/501
DEBUG: euid/egid changed to: 0/0
DEBUG: setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile
DEBUG: euid/egid changed to: 504/501
--->  Patching Makefile: /^OTHERLDFLAGS *=/s|$|  -Wl,-syslibroot,/|
DEBUG: Executing reinplace: /usr/bin/sed {/^OTHERLDFLAGS *=/s|$|  -Wl,-syslibroot,/|} </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile >@file11
DEBUG: euid/egid changed to: 0/0
DEBUG: chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile to macports
DEBUG: euid/egid changed to: 504/501
DEBUG: euid/egid changed to: 0/0
DEBUG: setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile
DEBUG: euid/egid changed to: 504/501
--->  Patching Makefile: s|^(CC *=).*|\1 /usr/bin/clang|
DEBUG: Executing reinplace: /usr/bin/sed -E {s|^(CC *=).*|\1 /usr/bin/clang|} </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile >@file11
DEBUG: euid/egid changed to: 0/0
DEBUG: chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile to macports
DEBUG: euid/egid changed to: 504/501
DEBUG: euid/egid changed to: 0/0
DEBUG: setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/Makefile
DEBUG: euid/egid changed to: 504/501
DEBUG: Executing portconfigure::configure_finish
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: build phase started at Wed Nov  6 13:23:50 CET 2024
--->  Building p5.38-inline-c
DEBUG: Executing org.macports.build (p5.38-inline-c)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -j8 -w all 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -j8 -w all 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'
cp share/inline-c.pgx blib/lib/auto/share/dist/Inline-C/inline-c.pgx
cp lib/Inline/C.pod blib/lib/Inline/C.pod
cp lib/Inline/C/Cookbook.pod blib/lib/Inline/C/Cookbook.pod
cp lib/Inline/C/Parser.pm blib/lib/Inline/C/Parser.pm
cp lib/Inline/C/ParseRegExp.pod blib/lib/Inline/C/ParseRegExp.pod
cp lib/Inline/C/Parser/Pegex.pm blib/lib/Inline/C/Parser/Pegex.pm
cp lib/Inline/C/Parser/Pegex/AST.pm blib/lib/Inline/C/Parser/Pegex/AST.pm
cp lib/Inline/C/ParseRecDescent.pod blib/lib/Inline/C/ParseRecDescent.pod
cp lib/Inline/C/ParsePegex.pod blib/lib/Inline/C/ParsePegex.pod
cp lib/Inline/C/Parser/RecDescent.pm blib/lib/Inline/C/Parser/RecDescent.pm
cp lib/Inline/C.pm blib/lib/Inline/C.pm
cp lib/Inline/C/Parser/RegExp.pm blib/lib/Inline/C/Parser/RegExp.pm
cp lib/Inline/C/Parser/Pegex/Grammar.pm blib/lib/Inline/C/Parser/Pegex/Grammar.pm
Manifying 5 pod documents
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'

First dependencies are checked whether they exist (if not they get installed, after accepting it). After extraction of the software it is being built. Before and after extraction you can see that environment variables are being set, but no PATH.

The process runs with root privileges. Usually I am performing things inside GNU Emacs that was launched by user root. So I do not need input endlessly "sudo" or root's password. In its scratch buffer I can execute Lisp and other functions:

(getenv "PATH")
"/Users/pete/bin:/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/opt/local/sbin:/usr/local/sbin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin"

There are three ".", but none of them stands itself for a directory or PATH element, they are just parts of some versioned name. PATH is quite long, over 300 characters – could this be a problem? Could my own home directory's bin directory, /Users/pete/bin, be the problem? I can remove it by invoking GNU Emacs with 'env PATH=… emacs …' (which hopefully works!).

The macports account is recorded in macOS' accounts system as:

name: macports
password: *
uid: 504
gid: 501
dir: /opt/local/var/macports/home
shell: /usr/bin/false
gecos: MacPorts

I can mimic becoming the macports user who owns the to macOS ported software:

pete 656 /\  sudo -u macports sh -i
sh-3.2$ whoami
macports
sh-3.2$ echo $PATH
/Users/pete/bin:/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/opt/local/sbin:/usr/local/sbin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin
sh-3.2$ env
SHELL=/usr/bin/false
TERM=xterm-256color
USER=macports
SUDO_USER=pete
SUDO_UID=502
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.dqBpzq848u/Listeners
MAIL=/var/mail/macports
PATH=/Users/pete/bin:/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/opt/local/sbin:/usr/local/sbin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin
PWD=/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
LANG=de_DE.UTF-8
SHLVL=1
SUDO_COMMAND=/bin/sh -i
HOME=/opt/local/var/macports/home
LOGNAME=macports
LC_CTYPE=de_DE.UTF-8
SUDO_GID=20
DISPLAY=/private/tmp/com.apple.launchd.BK6RUIMeZy/org.xquartz:0
_=/usr/bin/env
sh-3.2$ exit
pete 657 /\  sudo -u macports sh -l
Herbst:ports macports$ env
SHELL=/usr/bin/false
TERM=xterm-256color
USER=macports
SUDO_USER=pete
SUDO_UID=502
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.dqBpzq848u/Listeners
MAIL=/var/mail/macports
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/opt/X11/bin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/Users/pete/bin:/usr/local/sbin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin
PWD=/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
LANG=de_DE.UTF-8
SHLVL=1
SUDO_COMMAND=/bin/sh -l
HOME=/opt/local/var/macports/home
LOGNAME=macports
LC_CTYPE=de_DE.UTF-8
SUDO_GID=20
DISPLAY=/private/tmp/com.apple.launchd.BK6RUIMeZy/org.xquartz:0
_=/usr/bin/env
Herbst:ports macports$ logout

Now that the module was built I can (re-)install it:

port -vsdk install p5.38-inline-c
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Starting logging for p5.38-inline-c @0.820.0_0
DEBUG: macOS 10.13.6 (darwin/17.7.0) arch i386
DEBUG: MacPorts 2.10.2
DEBUG: Xcode 10.1, CLT 10.1.0.0.1.1539992718
DEBUG: SDK 10.13
DEBUG: MACOSX_DEPLOYMENT_TARGET: 10.13
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-copy-recursive 0.450.0_0 exists in the ports tree
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is the latest installed
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-copy-recursive
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-copy-recursive 0.450.0_0 >= p5.38-file-copy-recursive 0.450.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.38 5.38.2_0 exists in the ports tree
DEBUG: perl5.38 5.38.2_0  is the latest installed
DEBUG: perl5.38 5.38.2_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! perl5.38 5.38.2_0 >= perl5.38 5.38.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db48 4.8.30_5 exists in the ports tree
DEBUG: db48 4.8.30_5  is the latest installed
DEBUG: db48 4.8.30_5  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/db48
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! db48 4.8.30_5 >= db48 4.8.30_5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.24_0 exists in the ports tree
DEBUG: gdbm 1.24_0  is the latest installed
DEBUG: gdbm 1.24_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/gdbm
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! gdbm 1.24_0 >= gdbm 1.24_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext-runtime 0.22.5_0 exists in the ports tree
DEBUG: gettext-runtime 0.22.5_0  is the latest installed
DEBUG: gettext-runtime 0.22.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gettext
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
DEBUG: Sourcing PortGroup gnulib 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/gnulib-1.0.tcl
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: compiler clang 1000.10.44.4 not blacklisted because it doesn't match {clang < 211.10.1}
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback gnulib::setup
DEBUG: Finished running callback gnulib::setup
DEBUG: No need to upgrade! gettext-runtime 0.22.5_0 >= gettext-runtime 0.22.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.17_0 exists in the ports tree
DEBUG: libiconv 1.17_0  is the latest installed
DEBUG: libiconv 1.17_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Re-registering default for configure.cc_archflags
DEBUG: Re-registering default for configure.objc_archflags
DEBUG: Re-registering default for configure.cxx_archflags
DEBUG: Re-registering default for configure.objcxx_archflags
DEBUG: Re-registering default for configure.fc_archflags
DEBUG: Re-registering default for configure.f90_archflags
DEBUG: Re-registering default for configure.f77_archflags
DEBUG: Re-registering default for configure.ld_archflags
DEBUG: Re-registering default for configure.universal_cflags
DEBUG: Re-registering default for configure.universal_objcflags
DEBUG: Re-registering default for configure.universal_cxxflags
DEBUG: Re-registering default for configure.universal_objcxxflags
DEBUG: Re-registering default for configure.universal_cppflags
DEBUG: Re-registering default for configure.universal_ldflags
DEBUG: Sourcing PortGroup muniversal 1.1 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.1.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback muniversal::add_compiler_flags
DEBUG: Finished running callback muniversal::add_compiler_flags
DEBUG: No need to upgrade! libiconv 1.17_0 >= libiconv 1.17_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 8.2.013_0 exists in the ports tree
DEBUG: readline 8.2.013_0  is the latest installed
DEBUG: readline 8.2.013_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/readline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! readline 8.2.013_0 >= readline 8.2.013_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 6.5_0 exists in the ports tree
DEBUG: ncurses 6.5_0  is the latest installed
DEBUG: ncurses 6.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/ncurses
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! ncurses 6.5_0 >= ncurses 6.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-sharedir-install 0.140.0_0 exists in the ports tree
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is the latest installed
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-sharedir-install
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-sharedir-install 0.140.0_0 >= p5.38-file-sharedir-install 0.140.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-io-all 0.870.0_0 exists in the ports tree
DEBUG: p5.38-io-all 0.870.0_0  is the latest installed
DEBUG: p5.38-io-all 0.870.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-io-all
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-io-all 0.870.0_0 >= p5.38-io-all 0.870.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-test-warn 0.370.0_0 exists in the ports tree
DEBUG: p5.38-test-warn 0.370.0_0  is the latest installed
DEBUG: p5.38-test-warn 0.370.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-test-warn
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-test-warn 0.370.0_0 >= p5.38-test-warn 0.370.0_0
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: p5.38-sub-uplevel 0.280.0_0 exists in the ports tree
DEBUG: p5.38-sub-uplevel 0.280.0_0  is the latest installed
DEBUG: p5.38-sub-uplevel 0.280.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-sub-uplevel
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-sub-uplevel 0.280.0_0 >= p5.38-sub-uplevel 0.280.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-libyaml 0.902.0_0 exists in the ports tree
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is the latest installed
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-libyaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-libyaml 0.902.0_0 >= p5.38-yaml-libyaml 0.902.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-makemaker 7.700.0_0 exists in the ports tree
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is the latest installed
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-makemaker
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-makemaker 7.700.0_0 >= p5.38-extutils-makemaker 7.700.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0 exists in the ports tree
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is the latest installed
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-cpan-meta-requirements
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-cpan-meta-requirements 2.143.0_0 >= p5.38-cpan-meta-requirements 2.143.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-manifest 1.750.0_0 exists in the ports tree
DEBUG: p5.38-extutils-manifest 1.750.0_0  is the latest installed
DEBUG: p5.38-extutils-manifest 1.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-manifest
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-manifest 1.750.0_0 >= p5.38-extutils-manifest 1.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-inline 0.860.0_0 exists in the ports tree
DEBUG: p5.38-inline 0.860.0_0  is the latest installed
DEBUG: p5.38-inline 0.860.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-inline 0.860.0_0 >= p5.38-inline 0.860.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-parse-recdescent 1.967.15_0 exists in the ports tree
DEBUG: p5.38-parse-recdescent 1.967.15_0  is the latest installed
DEBUG: p5.38-parse-recdescent 1.967.15_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-parse-recdescent
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-parse-recdescent 1.967.15_0 >= p5.38-parse-recdescent 1.967.15_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-text-balanced 2.60.0_0 exists in the ports tree
DEBUG: p5.38-text-balanced 2.60.0_0  is the latest installed
DEBUG: p5.38-text-balanced 2.60.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-text-balanced
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-text-balanced 2.60.0_0 >= p5.38-text-balanced 2.60.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-pegex 0.750.0_0 exists in the ports tree
DEBUG: p5.38-pegex 0.750.0_0  is the latest installed
DEBUG: p5.38-pegex 0.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-pegex
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-pegex 0.750.0_0 >= p5.38-pegex 0.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-xxx 0.380.0_0 exists in the ports tree
DEBUG: p5.38-xxx 0.380.0_0  is the latest installed
DEBUG: p5.38-xxx 0.380.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-xxx
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-xxx 0.380.0_0 >= p5.38-xxx 0.380.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml 1.310.0_0 exists in the ports tree
DEBUG: p5.38-yaml 1.310.0_0  is the latest installed
DEBUG: p5.38-yaml 1.310.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml 1.310.0_0 >= p5.38-yaml 1.310.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-pp 0.38.0_0 exists in the ports tree
DEBUG: p5.38-yaml-pp 0.38.0_0  is the latest installed
DEBUG: p5.38-yaml-pp 0.38.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-pp
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-pp 0.38.0_0 >= p5.38-yaml-pp 0.38.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-getopt-long 2.580.0_0 exists in the ports tree
DEBUG: p5.38-getopt-long 2.580.0_0  is the latest installed
DEBUG: p5.38-getopt-long 2.580.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-getopt-long
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-getopt-long 2.580.0_0 >= p5.38-getopt-long 2.580.0_0
--->  Computing dependencies for p5.38-inline-c
DEBUG: p5.38-inline-c has no conflicts
DEBUG: Searching for dependency: p5.38-file-copy-recursive
DEBUG: Found Dependency: receipt exists for p5.38-file-copy-recursive
DEBUG: Searching for dependency: p5.38-file-sharedir-install
DEBUG: Found Dependency: receipt exists for p5.38-file-sharedir-install
DEBUG: Searching for dependency: p5.38-io-all
DEBUG: Found Dependency: receipt exists for p5.38-io-all
DEBUG: Searching for dependency: p5.38-test-warn
DEBUG: Found Dependency: receipt exists for p5.38-test-warn
DEBUG: Searching for dependency: p5.38-yaml-libyaml
DEBUG: Found Dependency: receipt exists for p5.38-yaml-libyaml
DEBUG: Searching for dependency: perl5.38
DEBUG: Found Dependency: receipt exists for perl5.38
DEBUG: Searching for dependency: p5.38-extutils-makemaker
DEBUG: Found Dependency: receipt exists for p5.38-extutils-makemaker
DEBUG: Searching for dependency: p5.38-inline
DEBUG: Found Dependency: receipt exists for p5.38-inline
DEBUG: Searching for dependency: p5.38-parse-recdescent
DEBUG: Found Dependency: receipt exists for p5.38-parse-recdescent
DEBUG: Searching for dependency: p5.38-pegex
DEBUG: Found Dependency: receipt exists for p5.38-pegex
DEBUG: Executing org.macports.main (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: archivefetch phase started at Wed Nov  6 13:49:56 CET 2024
DEBUG: Executing org.macports.archivefetch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.fetch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.checksum (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.extract (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.patch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.configure (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.build (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: destroot phase started at Wed Nov  6 13:49:56 CET 2024
--->  Staging p5.38-inline-c into destroot
DEBUG: Can't run destroot under sudo without elevated privileges (due to mtree).
DEBUG: Run destroot without sudo to avoid root privileges.
DEBUG: Going to escalate privileges back to root.
DEBUG: euid changed to: 0. egid changed to: 0.
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/macosx.mtree
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/prefix.mtree
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/doc missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (created)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO8859-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./var missing (created)
./var/cache missing (created)
./var/db missing (created)
./var/log missing (created)
./var/run missing (created)
./var/spool missing (created)
./www missing (created)
DEBUG: Executing org.macports.destroot (p5.38-inline-c)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
Manifying 5 pod documents
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'
DEBUG: Executing proc-post-org.macports.destroot-destroot-0
Fixing paths in darwin-thread-multi-2level/auto/Inline/C/.packlist
--->  Patching .packlist: s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot||p
DEBUG: Executing reinplace: /usr/bin/sed -n s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot||p </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist >@file11
DEBUG: Executing portdestroot::destroot_finish
DEBUG: Fixing glibtool .la files in destroot for p5.38-inline-c
DEBUG: checking for mtree violations
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: install phase started at Wed Nov  6 13:49:58 CET 2024
--->  Installing p5.38-inline-c @0.820.0_0
DEBUG: elevating privileges for install: euid changed to 0, egid changed to 0.
DEBUG: Executing org.macports.install (p5.38-inline-c)
DEBUG: Using /usr/bin/tar
DEBUG: Using /opt/local/bin/lbzip2
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C.3pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
DEBUG: checksum file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
DEBUG: Creating p5.38-inline-c-0.820.0_0.darwin_any.noarch.tbz2
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot" && /usr/bin/tar -cvf - . | /opt/local/bin/lbzip2 -c9 > /opt/local/var/macports/software/p5.38-inline-c/p5.38-inline-c-0.820.0_0.darwin_any.noarch.tbz2 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot" && /usr/bin/tar -cvf - . | /opt/local/bin/lbzip2 -c9 > /opt/local/var/macports/software/p5.38-inline-c/p5.38-inline-c-0.820.0_0.darwin_any.noarch.tbz2 
a .
a ./+COMMENT
a ./+CONTENTS
a ./+DESC
a ./+PORTFILE
a ./+STATE
a ./opt
a ./opt/local
a ./opt/local/lib
a ./opt/local/share
a ./opt/local/share/perl5.38
a ./opt/local/share/perl5.38/man
a ./opt/local/share/perl5.38/man/man3
a ./opt/local/share/perl5.38/man/man3/Inline::C.3pm
a ./opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
a ./opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
a ./opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
a ./opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
a ./opt/local/lib/perl5
a ./opt/local/lib/perl5/vendor_perl
a ./opt/local/lib/perl5/vendor_perl/5.38
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline
a ./opt/local/lib/perl5/vendor_perl/5.38/auto
a ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level
a ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto
a ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline
a ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C
a ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist
a ./opt/local/lib/perl5/vendor_perl/5.38/auto/share
a ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist
a ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C
a ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
a ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
DEBUG: Port image p5.38-inline-c-0.820.0_0.darwin_any.noarch.tbz2 created
DEBUG: removing file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/+COMMENT
DEBUG: removing file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/+CONTENTS
DEBUG: removing file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/+DESC
DEBUG: removing file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/+PORTFILE
DEBUG: removing file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/+STATE
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: activate phase started at Wed Nov  6 13:49:59 CET 2024
DEBUG: elevating privileges for activate: euid changed to 0, egid changed to 0.
DEBUG: Executing org.macports.activate (p5.38-inline-c)
--->  Activating p5.38-inline-c @0.820.0_0
DEBUG: Using bsdtar with HFS+ compression (if valid)
DEBUG: Using /opt/local/bin/lbzip2
DEBUG: system: /opt/local/bin/lbzip2 -d -c /opt/local/var/macports/software/p5.38-inline-c/p5.38-inline-c-0.820.0_0.darwin_any.noarch.tbz2 | ( bsdtar -xvp --hfsCompression -f - )
x ./
x ./+COMMENT
x ./+CONTENTS
x ./+DESC
x ./+PORTFILE
x ./+STATE
x ./opt/
x ./opt/local/
x ./opt/local/lib/
x ./opt/local/share/
x ./opt/local/share/perl5.38/
x ./opt/local/share/perl5.38/man/
x ./opt/local/share/perl5.38/man/man3/
x ./opt/local/share/perl5.38/man/man3/Inline::C.3pm
x ./opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
x ./opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
x ./opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
x ./opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
x ./opt/local/lib/perl5/
x ./opt/local/lib/perl5/vendor_perl/
x ./opt/local/lib/perl5/vendor_perl/5.38/
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/
x ./opt/local/lib/perl5/vendor_perl/5.38/auto/
x ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/
x ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/
x ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/
x ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/
x ./opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist
x ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/
x ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/
x ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/
x ./opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
x ./opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
DEBUG: activating directory: /
DEBUG: activating directory: /opt
DEBUG: activating directory: /opt/local
DEBUG: activating directory: /opt/local/lib
DEBUG: activating directory: /opt/local/lib/perl5
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/Inline
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/auto
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/auto/share
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline
DEBUG: activating directory: /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C
DEBUG: activating directory: /opt/local/share
DEBUG: activating directory: /opt/local/share/perl5.38
DEBUG: activating directory: /opt/local/share/perl5.38/man
DEBUG: activating directory: /opt/local/share/perl5.38/man/man3
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
DEBUG: activating file: /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist
DEBUG: activating file: /opt/local/share/perl5.38/man/man3/Inline::C.3pm
DEBUG: activating file: /opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
DEBUG: activating file: /opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
DEBUG: activating file: /opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
DEBUG: activating file: /opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
DEBUG: Executing portactivate::activate_finish
DEBUG: Executing org.macports.main (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: load phase started at Wed Nov  6 13:49:59 CET 2024
DEBUG: Executing org.macports.load (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.

Testing the newly rebuilt and (re)installed Perl module in MacPorts' debug mode repeats the failure:

port -vsd test p5.38-inline-c
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Starting logging for p5.38-inline-c @0.820.0_0
DEBUG: macOS 10.13.6 (darwin/17.7.0) arch i386
DEBUG: MacPorts 2.10.2
DEBUG: Xcode 10.1, CLT 10.1.0.0.1.1539992718
DEBUG: SDK 10.13
DEBUG: MACOSX_DEPLOYMENT_TARGET: 10.13
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-copy-recursive 0.450.0_0 exists in the ports tree
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is the latest installed
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-copy-recursive
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-copy-recursive 0.450.0_0 >= p5.38-file-copy-recursive 0.450.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.38 5.38.2_0 exists in the ports tree
DEBUG: perl5.38 5.38.2_0  is the latest installed
DEBUG: perl5.38 5.38.2_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! perl5.38 5.38.2_0 >= perl5.38 5.38.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db48 4.8.30_5 exists in the ports tree
DEBUG: db48 4.8.30_5  is the latest installed
DEBUG: db48 4.8.30_5  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/db48
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! db48 4.8.30_5 >= db48 4.8.30_5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.24_0 exists in the ports tree
DEBUG: gdbm 1.24_0  is the latest installed
DEBUG: gdbm 1.24_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/gdbm
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! gdbm 1.24_0 >= gdbm 1.24_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext-runtime 0.22.5_0 exists in the ports tree
DEBUG: gettext-runtime 0.22.5_0  is the latest installed
DEBUG: gettext-runtime 0.22.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gettext
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
DEBUG: Sourcing PortGroup gnulib 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/gnulib-1.0.tcl
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: compiler clang 1000.10.44.4 not blacklisted because it doesn't match {clang < 211.10.1}
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback gnulib::setup
DEBUG: Finished running callback gnulib::setup
DEBUG: No need to upgrade! gettext-runtime 0.22.5_0 >= gettext-runtime 0.22.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.17_0 exists in the ports tree
DEBUG: libiconv 1.17_0  is the latest installed
DEBUG: libiconv 1.17_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Re-registering default for configure.cc_archflags
DEBUG: Re-registering default for configure.objc_archflags
DEBUG: Re-registering default for configure.cxx_archflags
DEBUG: Re-registering default for configure.objcxx_archflags
DEBUG: Re-registering default for configure.fc_archflags
DEBUG: Re-registering default for configure.f90_archflags
DEBUG: Re-registering default for configure.f77_archflags
DEBUG: Re-registering default for configure.ld_archflags
DEBUG: Re-registering default for configure.universal_cflags
DEBUG: Re-registering default for configure.universal_objcflags
DEBUG: Re-registering default for configure.universal_cxxflags
DEBUG: Re-registering default for configure.universal_objcxxflags
DEBUG: Re-registering default for configure.universal_cppflags
DEBUG: Re-registering default for configure.universal_ldflags
DEBUG: Sourcing PortGroup muniversal 1.1 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.1.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback muniversal::add_compiler_flags
DEBUG: Finished running callback muniversal::add_compiler_flags
DEBUG: No need to upgrade! libiconv 1.17_0 >= libiconv 1.17_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 8.2.013_0 exists in the ports tree
DEBUG: readline 8.2.013_0  is the latest installed
DEBUG: readline 8.2.013_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/readline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! readline 8.2.013_0 >= readline 8.2.013_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 6.5_0 exists in the ports tree
DEBUG: ncurses 6.5_0  is the latest installed
DEBUG: ncurses 6.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/ncurses
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! ncurses 6.5_0 >= ncurses 6.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-sharedir-install 0.140.0_0 exists in the ports tree
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is the latest installed
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-sharedir-install
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-sharedir-install 0.140.0_0 >= p5.38-file-sharedir-install 0.140.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-io-all 0.870.0_0 exists in the ports tree
DEBUG: p5.38-io-all 0.870.0_0  is the latest installed
DEBUG: p5.38-io-all 0.870.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-io-all
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-io-all 0.870.0_0 >= p5.38-io-all 0.870.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-test-warn 0.370.0_0 exists in the ports tree
DEBUG: p5.38-test-warn 0.370.0_0  is the latest installed
DEBUG: p5.38-test-warn 0.370.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-test-warn
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-test-warn 0.370.0_0 >= p5.38-test-warn 0.370.0_0
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: p5.38-sub-uplevel 0.280.0_0 exists in the ports tree
DEBUG: p5.38-sub-uplevel 0.280.0_0  is the latest installed
DEBUG: p5.38-sub-uplevel 0.280.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-sub-uplevel
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-sub-uplevel 0.280.0_0 >= p5.38-sub-uplevel 0.280.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-libyaml 0.902.0_0 exists in the ports tree
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is the latest installed
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-libyaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-libyaml 0.902.0_0 >= p5.38-yaml-libyaml 0.902.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-makemaker 7.700.0_0 exists in the ports tree
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is the latest installed
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-makemaker
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-makemaker 7.700.0_0 >= p5.38-extutils-makemaker 7.700.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0 exists in the ports tree
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is the latest installed
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-cpan-meta-requirements
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-cpan-meta-requirements 2.143.0_0 >= p5.38-cpan-meta-requirements 2.143.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-manifest 1.750.0_0 exists in the ports tree
DEBUG: p5.38-extutils-manifest 1.750.0_0  is the latest installed
DEBUG: p5.38-extutils-manifest 1.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-manifest
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-manifest 1.750.0_0 >= p5.38-extutils-manifest 1.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-inline 0.860.0_0 exists in the ports tree
DEBUG: p5.38-inline 0.860.0_0  is the latest installed
DEBUG: p5.38-inline 0.860.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-inline 0.860.0_0 >= p5.38-inline 0.860.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-parse-recdescent 1.967.15_0 exists in the ports tree
DEBUG: p5.38-parse-recdescent 1.967.15_0  is the latest installed
DEBUG: p5.38-parse-recdescent 1.967.15_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-parse-recdescent
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-parse-recdescent 1.967.15_0 >= p5.38-parse-recdescent 1.967.15_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-text-balanced 2.60.0_0 exists in the ports tree
DEBUG: p5.38-text-balanced 2.60.0_0  is the latest installed
DEBUG: p5.38-text-balanced 2.60.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-text-balanced
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-text-balanced 2.60.0_0 >= p5.38-text-balanced 2.60.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-pegex 0.750.0_0 exists in the ports tree
DEBUG: p5.38-pegex 0.750.0_0  is the latest installed
DEBUG: p5.38-pegex 0.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-pegex
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-pegex 0.750.0_0 >= p5.38-pegex 0.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-xxx 0.380.0_0 exists in the ports tree
DEBUG: p5.38-xxx 0.380.0_0  is the latest installed
DEBUG: p5.38-xxx 0.380.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-xxx
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-xxx 0.380.0_0 >= p5.38-xxx 0.380.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml 1.310.0_0 exists in the ports tree
DEBUG: p5.38-yaml 1.310.0_0  is the latest installed
DEBUG: p5.38-yaml 1.310.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml 1.310.0_0 >= p5.38-yaml 1.310.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-pp 0.38.0_0 exists in the ports tree
DEBUG: p5.38-yaml-pp 0.38.0_0  is the latest installed
DEBUG: p5.38-yaml-pp 0.38.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-pp
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-pp 0.38.0_0 >= p5.38-yaml-pp 0.38.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-getopt-long 2.580.0_0 exists in the ports tree
DEBUG: p5.38-getopt-long 2.580.0_0  is the latest installed
DEBUG: p5.38-getopt-long 2.580.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-getopt-long
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-getopt-long 2.580.0_0 >= p5.38-getopt-long 2.580.0_0
--->  Computing dependencies for p5.38-inline-c
DEBUG: Searching for dependency: p5.38-file-copy-recursive
DEBUG: Found Dependency: receipt exists for p5.38-file-copy-recursive
DEBUG: Searching for dependency: p5.38-file-sharedir-install
DEBUG: Found Dependency: receipt exists for p5.38-file-sharedir-install
DEBUG: Searching for dependency: p5.38-io-all
DEBUG: Found Dependency: receipt exists for p5.38-io-all
DEBUG: Searching for dependency: p5.38-test-warn
DEBUG: Found Dependency: receipt exists for p5.38-test-warn
DEBUG: Searching for dependency: p5.38-yaml-libyaml
DEBUG: Found Dependency: receipt exists for p5.38-yaml-libyaml
DEBUG: Searching for dependency: perl5.38
DEBUG: Found Dependency: receipt exists for perl5.38
DEBUG: Searching for dependency: p5.38-extutils-makemaker
DEBUG: Found Dependency: receipt exists for p5.38-extutils-makemaker
DEBUG: Searching for dependency: p5.38-inline
DEBUG: Found Dependency: receipt exists for p5.38-inline
DEBUG: Searching for dependency: p5.38-parse-recdescent
DEBUG: Found Dependency: receipt exists for p5.38-parse-recdescent
DEBUG: Searching for dependency: p5.38-pegex
DEBUG: Found Dependency: receipt exists for p5.38-pegex
DEBUG: Executing org.macports.main (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.fetch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.checksum (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.extract (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.patch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.configure (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.build (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.destroot (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: test phase started at Wed Nov  6 14:04:50 CET 2024
--->  Testing p5.38-inline-c
DEBUG: Executing org.macports.test (p5.38-inline-c)
DEBUG: elevating privileges for test: euid changed to 0, egid changed to 0.
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.38" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want Have Where                                 Howbig
#     ----------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker      any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
#     File::ShareDir::Install 0.06 0.14 /opt/local/lib/perl5/vendor_perl/5.38  11192
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                 Howbig
#     ------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
# 
# === Test Requires ===
# 
#     Module                Want     Have Where                                                            Howbig
#     --------------------- ---- -------- ---------------------------------------------------------------- ------
#     File::Copy::Recursive  any     0.45 /opt/local/lib/perl5/vendor_perl/5.38                             27561
#     File::Path             any     2.18 /opt/local/lib/perl5/vendor_perl/5.38                             43254
#     Test::More            0.88 1.302204 /opt/local/lib/perl5/vendor_perl/5.38                             54359
#     Test::Warn            0.23     0.37 /opt/local/lib/perl5/vendor_perl/5.38                             15955
#     YAML::XS               any v0.902.0 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3686
#     autodie                any     2.37 /opt/local/lib/perl5/vendor_perl/5.38                             12399
#     version               0.77   0.9933 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3975
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have Where                                                            Howbig
#     ------------------- -------- -------- ---------------------------------------------------------------- ------
#     ExtUtils::MakeMaker     7.00     7.70 /opt/local/lib/perl5/vendor_perl/5.38                            109260
#     File::Spec               0.8     3.75 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level  10571
#     Inline                  0.86     0.86 /opt/local/lib/perl5/vendor_perl/5.38                             62663
#     Parse::RecDescent   1.967009 1.967015 /opt/local/lib/perl5/vendor_perl/5.38                            222044
#     Pegex                   0.66     0.75 /opt/local/lib/perl5/vendor_perl/5.38                               750
# 
t/00-report-prereqs.t .............. ok
t/000-require-modules.t ............ ok
t/01syntax.t ....................... ok
t/02config.t ....................... ok
t/03typemap.t ...................... ok
t/04perlapi.t ...................... ok
t/05xsmode.t ....................... ok
t/06parseregexp.t .................. ok
t/07typemap_multi.t ................ ok
Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
Compilation failed in require at t/08taint.t line 43 (#1)
    (F) You can't use system(), exec(), or a piped open in a setuid or
    setgid script if $ENV{PATH} contains a directory that is writable by
    the world.  Also, the PATH must not contain any relative directory.
    See perlsec.

Uncaught exception from user code:
    Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
    BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
    Compilation failed in require at t/08taint.t line 43.
    main::require_taint_1() called at t/08taint.t line 38
    Test::Warn::warnings_like(CODE(0x7fddbf804790), ARRAY(0x7fddc18031b8), "warn_test 1") called at t/08taint.t line 38
# Looks like your test exited with 25 just after 1.
t/08taint.t ........................ 
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 9/10 subtests 
This test could take a couple of minutes to run
t/09parser.t ....................... ok
t/10callback.t ..................... ok
t/11default_readonly.t ............. ok
t/14void_arg.t ..................... ok
t/14void_arg_PRD.t ................. ok
t/15ccflags.t ...................... ok
t/16ccflagsex.t .................... ok
t/17prehead.t ...................... ok
t/18quote_space.t .................. ok
t/19INC.t .......................... ok
t/20eval.t ......................... ok
t/21read_DATA.t .................... ok
t/22read_DATA_2.t .................. ok
t/23validate.t ..................... ok
t/24prefix.t ....................... ok
t/25proto.t ........................ ok
t/26fork.t ......................... ok
t/27inline_maker.t ................. ok
t/28autowrap.t ..................... ok
t/29refargs.t ...................... ok
t/30cppflags.t ..................... ok
t/31include_dirs_angle_brackets.t .. ok
t/32include_dirs_double_quotes.t ... ok
t/33intended_double_quotes.t ....... ok
t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
t/parse-pegex.t .................... ok
t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set

Test Summary Report
-------------------
t/08taint.t                      (Wstat: 6400 (exited 25) Tests: 1 Failed: 0)
  Non-zero exit status: 25
  Parse errors: Bad plan.  You planned 10 tests but ran 1.
t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
  TODO passed:   4, 7-9
Files=37, Tests=153, 98 wallclock secs ( 0.15 usr  0.08 sys + 68.84 cusr 16.31 csys = 85.38 CPU)
Result: FAIL
Failed 1/37 test programs. 0/153 subtests failed.
make: *** [test_dynamic] Error 255
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Exit code: 2
Error: Failed to test p5.38-inline-c: command execution failed
DEBUG: Error code: CHILDSTATUS 67218 2
DEBUG: Backtrace: command execution failed
    while executing
"system {*}$notty {*}$callback {*}$nice $fullcmdstring"
    invoked from within
"command_exec -callback portprogress::target_progress_callback test"
    (procedure "porttest::test_main" line 9)
    invoked from within
"$procedure $targetname"
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port p5.38-inline-c failed

One more thing

pete 658 /\  sudo -u macports sh -l
Password:
Herbst:ports macports$ ls -ld `echo "/Users/pete/bin:/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/opt/local/sbin:/usr/local/sbin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin" | tr ':' ' '`
drwxr-xr-x  3 root  wheel   3638  1 Nov  2018 /Applications/Xcode.app/Contents/Developer/usr/bin
drwxrwxr-x@ 4 pete  admin   6494 30 Okt 16:49 /Users/pete/bin
drwxr-xr-x@ 2 root  wheel   1292 31 Jan  2021 /bin
drwxr-xr-x  2 root  wheel    680 26 Okt 15:15 /opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin
drwxr-xr-x  3 root  wheel  93296  6 Nov 11:28 /opt/local/bin
drwxr-xr-x  2 root  wheel   2244 30 Okt 23:53 /opt/local/sbin
drwxr-xr-x@ 2 root  wheel   2142 31 Jan  2021 /sbin
drwxr-xr-x  2 root  wheel   4250 11 Apr  2023 /usr/X11/bin
drwxr-xr-x  2 root  wheel  34034  4 Aug  2023 /usr/bin
drwxr-xr-x  2 root  wheel    748 11 Jun  2020 /usr/local/MacGPG2/bin
drwxr-xr-x  2 root  wheel   2380 29 Okt 09:41 /usr/local/bin
drwxr-xr-x  2 root  wheel    136  3 Dez  2018 /usr/local/sbin
drwxr-xr-x  2 root  wheel  15844  1 Mai  2024 /usr/local/texlive/2024/bin/x86_64-darwinlegacy
drwxr-xr-x  3 root  wheel   8432 31 Jan  2021 /usr/sbin
Herbst:ports macports$ logout

There obviously is no world writable directory in PATH, though some have some attributes (/bin and /sbin).

pete 662 /\  xattr -lv /bin /sbin ~/bin
/bin: com.apple.FinderInfo:
00000000  00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00  |........@.......|
00000010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  |................|
00000020
/bin: com.apple.rootless: 
/sbin: com.apple.FinderInfo:
00000000  00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00  |........@.......|
00000010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  |................|
00000020
/sbin: com.apple.rootless: 
/Users/pete/bin: com.apple.FinderInfo:
00000000  00 00 00 00 00 00 00 00 03 E0 03 CC 00 01 01 07  |................|
00000010  00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00  |................|
00000020
mohawk2 commented 1 week ago

@ballapete I've edited your posts here so that it's not just (for the second one) 2300+ lines of spew: now the verbatim blocks have "```" around them.

I would expect the problem to be:

drwxrwxr-x@ 4 pete  admin   6494 30 Okt 16:49 /Users/pete/bin

and that if you removed group-write from that, Perl's "taint" test might not fail.

mohawk2 commented 1 week ago

More generally, see https://perldoc.perl.org/5.38.0/perlsec#Cleaning-Up-Your-Path

ballapete commented 1 week ago

It starts with

For "Insecure $ENV{PATH}" messages, you need to set $ENV{'PATH'} to a known value, and each directory in the path must be absolute and non-writable by others than its owner and group.

Anyway, I'll give it try!

(I added the back ticks this time manually. Before I pressed the appropriate button from the mmenu bar. This is Apple's Safari 13 I am using…)

ballapete commented 1 week ago

This is the "new" result:

t/07typemap_multi.t ................ ok
Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
Compilation failed in require at t/08taint.t line 43 (#1)
    (F) You can't use system(), exec(), or a piped open in a setuid or
    setgid script if $ENV{PATH} contains a directory that is writable by
    the world.  Also, the PATH must not contain any relative directory.
    See perlsec.

Uncaught exception from user code:
    Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
    BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
    Compilation failed in require at t/08taint.t line 43.
    main::require_taint_1() called at t/08taint.t line 38
    Test::Warn::warnings_like(CODE(0x7fef37004790), ARRAY(0x7fef37528120), "warn_test 1") called at t/08taint.t line 38
# Looks like your test exited with 25 just after 1.
t/08taint.t ........................ 
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 9/10 subtests 
This test could take a couple of minutes to run
t/09parser.t ....................... ok

The new instance of GNU Emacs now gives me:

(getenv "PATH")
"/usr/local/texlive/2024/bin/x86_64-darwinlegacy:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/sbin:/usr/sbin:/opt/local/sbin:/usr/local/sbin:/opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/X11/bin:/Applications/Xcode.app/Contents/Developer/usr/bin"

I have also Perl 5.34 (5.34.3 vs. 5.38.2) installed and shall also try there. Perl 5.34 is kind of "official" Perl release. It will take some time build all the missing modules I already have with Perl 5.38…

ballapete commented 1 week ago

With Perl 5.34 testing looks better:

--->  Testing p5.34-inline-c
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.34" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want Have Where                                 Howbig
#     ----------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker      any 7.70 /opt/local/lib/perl5/vendor_perl/5.34 109260
#     File::ShareDir::Install 0.06 0.14 /opt/local/lib/perl5/vendor_perl/5.34  11192
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                 Howbig
#     ------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /opt/local/lib/perl5/vendor_perl/5.34 109260
# 
# === Test Requires ===
# 
#     Module                Want     Have Where                                                            Howbig
#     --------------------- ---- -------- ---------------------------------------------------------------- ------
#     File::Copy::Recursive  any     0.45 /opt/local/lib/perl5/vendor_perl/5.34                             27561
#     File::Path             any     2.18 /opt/local/lib/perl5/vendor_perl/5.34                             43254
#     Test::More            0.88 1.302204 /opt/local/lib/perl5/vendor_perl/5.34                             54359
#     Test::Warn            0.23     0.37 /opt/local/lib/perl5/vendor_perl/5.34                             15955
#     YAML::XS               any v0.902.0 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level   3686
#     autodie                any     2.37 /opt/local/lib/perl5/vendor_perl/5.34                             12399
#     version               0.77   0.9933 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level   3975
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have Where                                                            Howbig
#     ------------------- -------- -------- ---------------------------------------------------------------- ------
#     ExtUtils::MakeMaker     7.00     7.70 /opt/local/lib/perl5/vendor_perl/5.34                            109260
#     File::Spec               0.8     3.75 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level  10571
#     Inline                  0.86     0.86 /opt/local/lib/perl5/vendor_perl/5.34                             62663
#     Parse::RecDescent   1.967009 1.967015 /opt/local/lib/perl5/vendor_perl/5.34                            222044
#     Pegex                   0.66     0.75 /opt/local/lib/perl5/vendor_perl/5.34                               750
# 
t/00-report-prereqs.t .............. ok
t/000-require-modules.t ............ ok
t/01syntax.t ....................... ok
t/02config.t ....................... ok
t/03typemap.t ...................... ok
t/04perlapi.t ...................... ok
t/05xsmode.t ....................... ok
t/06parseregexp.t .................. ok
t/07typemap_multi.t ................ ok
t/08taint.t ........................ ok
This test could take a couple of minutes to run
t/09parser.t ....................... ok
t/10callback.t ..................... ok
t/11default_readonly.t ............. ok
t/14void_arg.t ..................... ok
t/14void_arg_PRD.t ................. ok
t/15ccflags.t ...................... ok
t/16ccflagsex.t .................... ok
t/17prehead.t ...................... ok
t/18quote_space.t .................. ok
t/19INC.t .......................... ok
t/20eval.t ......................... ok
t/21read_DATA.t .................... ok
t/22read_DATA_2.t .................. ok
t/23validate.t ..................... ok
t/24prefix.t ....................... ok
t/25proto.t ........................ ok
t/26fork.t ......................... ok
t/27inline_maker.t ................. ok
t/28autowrap.t ..................... ok
t/29refargs.t ...................... ok
t/30cppflags.t ..................... ok
t/31include_dirs_angle_brackets.t .. ok
t/32include_dirs_double_quotes.t ... ok
t/33intended_double_quotes.t ....... ok
t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
t/parse-pegex.t .................... ok
t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set
All tests successful.

Test Summary Report
-------------------
t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
  TODO passed:   4, 7-9
Files=37, Tests=162, 95 wallclock secs ( 0.14 usr  0.07 sys + 66.42 cusr 17.09 csys = 83.72 CPU)
Result: PASS

So it must be due to something in Perl 5.38… (or not there)

shawnlaffan commented 1 week ago

I get the same on my Ubuntu 20.04 instance on WSL2, running with Perl 5.40 and 5.34.1 built using perlbrew.

The "culprit" in this case is the perl bin dir, generated using perlbrew, e.g.: /home/shawn/perl5/perlbrew/perls/perl-5.40.0/bin

Removing it from the path gets everything to pass, but of course then one is no longer using the perlbrewed perl.

Neither of those directories is world writable according to ls, though.

ballapete commented 1 week ago

I am not using Homebrew, and the contents of a port gets installed in the /opt/local tree, available for everyone. Is this not allowed for Taint Perl?

Anyway, in the meantime I let find list the permissions of all directories related to Perl 5.34 or Perl 5.38, including /opt/local/{bin,sbin,lib}. Doing this in GNU Emacs I can easily search for a string like "rwxrwx" – there is none.

sisyphus commented 1 week ago

Doing this in GNU Emacs I can easily search for a string like "rwxrwx" – there is none.

And no relative directories ?

ballapete commented 1 week ago

Starting from an absolute point, /, there cannot be relative components, every directory or path name is absolute in the listing. Or, to express it practically, where is a relative element possible in the output of commands like 'find /opt/local/lib/perl5/*_perl -type d -exec ls -ld {} \;' or 'find /opt/local/lib/perl5 -type d -print0 | xargs -0 ls -ld'? After all, in an hierarchical file system, all files are relative to /… Or any other place. That's why we still have file systems and not hay stacks.

Below /opt/local/lib/perl5 no symbolic link exists. (At least none that find can find.)

mohawk2 commented 1 week ago

It would certainly be helpful if Perl, on deciding something was insecure, was extremely specific about what. @ballapete What do you think about opening an issue on Perl itself (https://github.com/Perl/perl5/issues)? I don't know of any tools that would help track this down.

sisyphus commented 1 week ago

On Windows, neither line 204 of Cwd.pm nor the subroutine (sub _backtick_pwd) that contains that line are being called during the t/08taint.t tests.

A possible line of attack would be to determine what it is that's causing that sub to be run on the machine(s) that experience that failure. It might also be useful to then have that subroutine display the contents of its $pwd_cmd.

Cwd.pm gets loaded by FindBin.pm.

ballapete commented 1 week ago

@mohawk2: I think I should do that. On Perl 5.34 the test passes, on Perl 5.38 it fails – why? (The problem is that I am only system admin and no ready to use Perl programmer…) It could take some time, because I am still trying to find a way to install the nth time a set of ≈700 Perl modules without manual intervention – and also to test (most of them) without manual intervention, i.e. without failure that stops my package manager. And then I'll have a fine comparison of results from Perl 5.34 and from Perl 5.38. (A very nice thing is that once I installed a module that a test would like to use in turn this module requires other ones, which too require others and so on, and the satisfied test now says: "Give me one more module!")

@sisyphus: The back tick notation is possibly something very UNIX specific. Something standing between two back tick gets first executed and then its output is treated by the proper command, that stands left of it. Very simple example: ls lists the contents of a directory, similar to dir; echo (mostly) repeats, echoes, its argument(s). ls echo /this/is/somewhere/else would then list the contents of directory /this/is/somewhere/else. Putting such elements into PATH would make the shell search for a command "somewhere else then written down", which can be a danger.

sisyphus commented 1 week ago

The back tick notation is possibly something very UNIX specific.

No, it's something that works in the same way on Windows. But you're right in that _backtick_pwd() (apparently) only gets called on *nix type systems. When I switch to perl-5.38.0 on my Ubuntu-24.04.1 LTS box, I find that _backtick_pwd() does get called - with $pwd_cmd set to /bin/pwd.

However, that didn't trigger any errors for me on Ubuntu, and t/08taint.t passed as usual.

mohawk2 commented 3 days ago

@ballapete I am reasonably sure the difference between 5.34 and 5.38 on your system is not between the Perl versions, but other differences between the environments, probably (given this context) the $PATH. If you can tell us here the value of that for each Perl version, that might be helpful. And I think you're right - please do open that issue on perl5, and link it here.

ballapete commented 2 days ago

In theory there should not be a difference. But let's try!

First with Perl 5.34 (you can see that PATH does not get set in the MacPorts package manager, it is inherited from GNU Emacs, in which it gets performed in a compilation buffer):

-*- mode: compilation; default-directory: "~/" -*-
Compilation started at Wed Nov 13 00:53:37

time nice +11 port -dsv test p5.34-inline-c
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Starting logging for p5.34-inline-c @0.820.0_0
DEBUG: macOS 10.13.6 (darwin/17.7.0) arch i386
DEBUG: MacPorts 2.10.2
DEBUG: Xcode 10.1, CLT 10.1.0.0.1.1539992718
DEBUG: SDK 10.13
DEBUG: MACOSX_DEPLOYMENT_TARGET: 10.13
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-file-copy-recursive 0.450.0_0 exists in the ports tree
DEBUG: p5.34-file-copy-recursive 0.450.0_0  is the latest installed
DEBUG: p5.34-file-copy-recursive 0.450.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-copy-recursive
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-file-copy-recursive 0.450.0_0 >= p5.34-file-copy-recursive 0.450.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.34 5.34.3_1 exists in the ports tree
DEBUG: perl5.34 5.34.3_1  is the latest installed
DEBUG: perl5.34 5.34.3_1  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! perl5.34 5.34.3_1 >= perl5.34 5.34.3_1
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db48 4.8.30_5 exists in the ports tree
DEBUG: db48 4.8.30_5  is the latest installed
DEBUG: db48 4.8.30_5  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/db48
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! db48 4.8.30_5 >= db48 4.8.30_5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.24_0 exists in the ports tree
DEBUG: gdbm 1.24_0  is the latest installed
DEBUG: gdbm 1.24_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/gdbm
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! gdbm 1.24_0 >= gdbm 1.24_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext-runtime 0.22.5_0 exists in the ports tree
DEBUG: gettext-runtime 0.22.5_0  is the latest installed
DEBUG: gettext-runtime 0.22.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gettext
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
DEBUG: Sourcing PortGroup gnulib 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/gnulib-1.0.tcl
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: compiler clang 1000.10.44.4 not blacklisted because it doesn't match {clang < 211.10.1}
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback gnulib::setup
DEBUG: Finished running callback gnulib::setup
DEBUG: No need to upgrade! gettext-runtime 0.22.5_0 >= gettext-runtime 0.22.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.17_0 exists in the ports tree
DEBUG: libiconv 1.17_0  is the latest installed
DEBUG: libiconv 1.17_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Re-registering default for configure.cc_archflags
DEBUG: Re-registering default for configure.objc_archflags
DEBUG: Re-registering default for configure.cxx_archflags
DEBUG: Re-registering default for configure.objcxx_archflags
DEBUG: Re-registering default for configure.fc_archflags
DEBUG: Re-registering default for configure.f90_archflags
DEBUG: Re-registering default for configure.f77_archflags
DEBUG: Re-registering default for configure.ld_archflags
DEBUG: Re-registering default for configure.universal_cflags
DEBUG: Re-registering default for configure.universal_objcflags
DEBUG: Re-registering default for configure.universal_cxxflags
DEBUG: Re-registering default for configure.universal_objcxxflags
DEBUG: Re-registering default for configure.universal_cppflags
DEBUG: Re-registering default for configure.universal_ldflags
DEBUG: Sourcing PortGroup muniversal 1.1 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.1.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback muniversal::add_compiler_flags
DEBUG: Finished running callback muniversal::add_compiler_flags
DEBUG: No need to upgrade! libiconv 1.17_0 >= libiconv 1.17_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 8.2.013_0 exists in the ports tree
DEBUG: readline 8.2.013_0  is the latest installed
DEBUG: readline 8.2.013_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/readline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! readline 8.2.013_0 >= readline 8.2.013_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 6.5_0 exists in the ports tree
DEBUG: ncurses 6.5_0  is the latest installed
DEBUG: ncurses 6.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/ncurses
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! ncurses 6.5_0 >= ncurses 6.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-file-sharedir-install 0.140.0_0 exists in the ports tree
DEBUG: p5.34-file-sharedir-install 0.140.0_0  is the latest installed
DEBUG: p5.34-file-sharedir-install 0.140.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-sharedir-install
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-file-sharedir-install 0.140.0_0 >= p5.34-file-sharedir-install 0.140.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-io-all 0.870.0_0 exists in the ports tree
DEBUG: p5.34-io-all 0.870.0_0  is the latest installed
DEBUG: p5.34-io-all 0.870.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-io-all
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-io-all 0.870.0_0 >= p5.34-io-all 0.870.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-test-warn 0.370.0_0 exists in the ports tree
DEBUG: p5.34-test-warn 0.370.0_0  is the latest installed
DEBUG: p5.34-test-warn 0.370.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-test-warn
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-test-warn 0.370.0_0 >= p5.34-test-warn 0.370.0_0
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: p5.34-sub-uplevel 0.280.0_0 exists in the ports tree
DEBUG: p5.34-sub-uplevel 0.280.0_0  is the latest installed
DEBUG: p5.34-sub-uplevel 0.280.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-sub-uplevel
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-sub-uplevel 0.280.0_0 >= p5.34-sub-uplevel 0.280.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-yaml-libyaml 0.902.0_0 exists in the ports tree
DEBUG: p5.34-yaml-libyaml 0.902.0_0  is the latest installed
DEBUG: p5.34-yaml-libyaml 0.902.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-libyaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-yaml-libyaml 0.902.0_0 >= p5.34-yaml-libyaml 0.902.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-extutils-makemaker 7.700.0_0 exists in the ports tree
DEBUG: p5.34-extutils-makemaker 7.700.0_0  is the latest installed
DEBUG: p5.34-extutils-makemaker 7.700.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-makemaker
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-extutils-makemaker 7.700.0_0 >= p5.34-extutils-makemaker 7.700.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-cpan-meta-requirements 2.143.0_0 exists in the ports tree
DEBUG: p5.34-cpan-meta-requirements 2.143.0_0  is the latest installed
DEBUG: p5.34-cpan-meta-requirements 2.143.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-cpan-meta-requirements
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-cpan-meta-requirements 2.143.0_0 >= p5.34-cpan-meta-requirements 2.143.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-extutils-manifest 1.750.0_0 exists in the ports tree
DEBUG: p5.34-extutils-manifest 1.750.0_0  is the latest installed
DEBUG: p5.34-extutils-manifest 1.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-manifest
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-extutils-manifest 1.750.0_0 >= p5.34-extutils-manifest 1.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-inline 0.860.0_0 exists in the ports tree
DEBUG: p5.34-inline 0.860.0_0  is the latest installed
DEBUG: p5.34-inline 0.860.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-inline 0.860.0_0 >= p5.34-inline 0.860.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-parse-recdescent 1.967.15_0 exists in the ports tree
DEBUG: p5.34-parse-recdescent 1.967.15_0  is the latest installed
DEBUG: p5.34-parse-recdescent 1.967.15_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-parse-recdescent
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-parse-recdescent 1.967.15_0 >= p5.34-parse-recdescent 1.967.15_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-text-balanced 2.60.0_0 exists in the ports tree
DEBUG: p5.34-text-balanced 2.60.0_0  is the latest installed
DEBUG: p5.34-text-balanced 2.60.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-text-balanced
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-text-balanced 2.60.0_0 >= p5.34-text-balanced 2.60.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-pegex 0.750.0_0 exists in the ports tree
DEBUG: p5.34-pegex 0.750.0_0  is the latest installed
DEBUG: p5.34-pegex 0.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-pegex
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-pegex 0.750.0_0 >= p5.34-pegex 0.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-xxx 0.380.0_0 exists in the ports tree
DEBUG: p5.34-xxx 0.380.0_0  is the latest installed
DEBUG: p5.34-xxx 0.380.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-xxx
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-xxx 0.380.0_0 >= p5.34-xxx 0.380.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-yaml 1.310.0_0 exists in the ports tree
DEBUG: p5.34-yaml 1.310.0_0  is the latest installed
DEBUG: p5.34-yaml 1.310.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-yaml 1.310.0_0 >= p5.34-yaml 1.310.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-yaml-pp 0.38.0_0 exists in the ports tree
DEBUG: p5.34-yaml-pp 0.38.0_0  is the latest installed
DEBUG: p5.34-yaml-pp 0.38.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-pp
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-yaml-pp 0.38.0_0 >= p5.34-yaml-pp 0.38.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.34-getopt-long 2.580.0_0 exists in the ports tree
DEBUG: p5.34-getopt-long 2.580.0_0  is the latest installed
DEBUG: p5.34-getopt-long 2.580.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-getopt-long
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.34-getopt-long 2.580.0_0 >= p5.34-getopt-long 2.580.0_0
--->  Computing dependencies for p5.34-inline-c
DEBUG: Searching for dependency: p5.34-file-copy-recursive
DEBUG: Found Dependency: receipt exists for p5.34-file-copy-recursive
DEBUG: Searching for dependency: p5.34-file-sharedir-install
DEBUG: Found Dependency: receipt exists for p5.34-file-sharedir-install
DEBUG: Searching for dependency: p5.34-io-all
DEBUG: Found Dependency: receipt exists for p5.34-io-all
DEBUG: Searching for dependency: p5.34-test-warn
DEBUG: Found Dependency: receipt exists for p5.34-test-warn
DEBUG: Searching for dependency: p5.34-yaml-libyaml
DEBUG: Found Dependency: receipt exists for p5.34-yaml-libyaml
DEBUG: Searching for dependency: perl5.34
DEBUG: Found Dependency: receipt exists for perl5.34
DEBUG: Searching for dependency: p5.34-extutils-makemaker
DEBUG: Found Dependency: receipt exists for p5.34-extutils-makemaker
DEBUG: Searching for dependency: p5.34-inline
DEBUG: Found Dependency: receipt exists for p5.34-inline
DEBUG: Searching for dependency: p5.34-parse-recdescent
DEBUG: Found Dependency: receipt exists for p5.34-parse-recdescent
DEBUG: Searching for dependency: p5.34-pegex
DEBUG: Found Dependency: receipt exists for p5.34-pegex
DEBUG: Executing org.macports.main (p5.34-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.fetch (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.checksum (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.extract (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.patch (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.configure (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.build (p5.34-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: destroot phase started at Wed Nov 13 00:53:39 CET 2024
--->  Staging p5.34-inline-c into destroot
DEBUG: Can't run destroot under sudo without elevated privileges (due to mtree).
DEBUG: Run destroot without sudo to avoid root privileges.
DEBUG: Going to escalate privileges back to root.
DEBUG: euid changed to: 0. egid changed to: 0.
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/macosx.mtree
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/prefix.mtree
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/doc missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (created)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO8859-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./var missing (created)
./var/cache missing (created)
./var/db missing (created)
./var/log missing (created)
./var/run missing (created)
./var/spool missing (created)
./www missing (created)
DEBUG: Executing org.macports.destroot (p5.34-inline-c)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82'
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
Manifying 5 pod documents
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Cookbook.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/ParsePegex.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/ParseRecDescent.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/ParseRegExp.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser/Pegex.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser/RecDescent.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser/RegExp.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser/Pegex/AST.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/Inline/C/Parser/Pegex/Grammar.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/auto/share/dist/Inline-C/inline-c.pgx
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/share/perl5.34/man/man3/Inline::C.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/share/perl5.34/man/man3/Inline::C::Cookbook.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/share/perl5.34/man/man3/Inline::C::ParsePegex.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/share/perl5.34/man/man3/Inline::C::ParseRecDescent.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/share/perl5.34/man/man3/Inline::C::ParseRegExp.3pm
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82'
DEBUG: Executing proc-post-org.macports.destroot-destroot-0
Fixing paths in darwin-thread-multi-2level/auto/Inline/C/.packlist
--->  Patching .packlist: s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot||p
DEBUG: Executing reinplace: /usr/bin/sed -n s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot||p </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level/auto/Inline/C/.packlist >@file11
DEBUG: Executing portdestroot::destroot_finish
DEBUG: Fixing glibtool .la files in destroot for p5.34-inline-c
DEBUG: checking for mtree violations
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: test phase started at Wed Nov 13 00:53:39 CET 2024
--->  Testing p5.34-inline-c
DEBUG: Executing org.macports.test (p5.34-inline-c)
DEBUG: elevating privileges for test: euid changed to 0, egid changed to 0.
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.34-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.34" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want Have Where                                 Howbig
#     ----------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker      any 7.70 /opt/local/lib/perl5/vendor_perl/5.34 109260
#     File::ShareDir::Install 0.06 0.14 /opt/local/lib/perl5/vendor_perl/5.34  11192
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                 Howbig
#     ------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /opt/local/lib/perl5/vendor_perl/5.34 109260
# 
# === Test Requires ===
# 
#     Module                Want     Have Where                                                            Howbig
#     --------------------- ---- -------- ---------------------------------------------------------------- ------
#     File::Copy::Recursive  any     0.45 /opt/local/lib/perl5/vendor_perl/5.34                             27561
#     File::Path             any     2.18 /opt/local/lib/perl5/5.34                                         43254
#     Test::More            0.88 1.302204 /opt/local/lib/perl5/vendor_perl/5.34                             54359
#     Test::Warn            0.23     0.37 /opt/local/lib/perl5/vendor_perl/5.34                             15955
#     YAML::XS               any v0.902.0 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level   3686
#     autodie                any     2.34 /opt/local/lib/perl5/5.34                                         12436
#     version               0.77   0.9933 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level   3975
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have Where                                                            Howbig
#     ------------------- -------- -------- ---------------------------------------------------------------- ------
#     ExtUtils::MakeMaker     7.00     7.70 /opt/local/lib/perl5/vendor_perl/5.34                            109260
#     File::Spec               0.8     3.75 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level  10571
#     Inline                  0.86     0.86 /opt/local/lib/perl5/vendor_perl/5.34                             62663
#     Parse::RecDescent   1.967009 1.967015 /opt/local/lib/perl5/vendor_perl/5.34                            222044
#     Pegex                   0.66     0.75 /opt/local/lib/perl5/vendor_perl/5.34                               750
# 
t/00-report-prereqs.t .............. ok
t/000-require-modules.t ............ ok
t/01syntax.t ....................... ok
t/02config.t ....................... ok
t/03typemap.t ...................... ok
t/04perlapi.t ...................... ok
t/05xsmode.t ....................... ok
t/06parseregexp.t .................. ok
t/07typemap_multi.t ................ ok
t/08taint.t ........................ ok
This test could take a couple of minutes to run
t/09parser.t ....................... ok
t/10callback.t ..................... ok
t/11default_readonly.t ............. ok
t/14void_arg.t ..................... ok
t/14void_arg_PRD.t ................. ok
t/15ccflags.t ...................... ok
t/16ccflagsex.t .................... ok
t/17prehead.t ...................... ok
t/18quote_space.t .................. ok
t/19INC.t .......................... ok
t/20eval.t ......................... ok
t/21read_DATA.t .................... ok
t/22read_DATA_2.t .................. ok
t/23validate.t ..................... ok
t/24prefix.t ....................... ok
t/25proto.t ........................ ok
t/26fork.t ......................... ok
Use of uninitialized value in numeric eq (==) at
    /opt/local/lib/perl5/5.34/darwin-thread-multi-2level/IO/Select.pm line 71 (#1)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.

    To help you figure out what was undefined, perl will try to tell you
    the name of the variable (if any) that was undefined.  In some cases
    it cannot do this, so it also tells you what operation you used the
    undefined value in.  Note, however, that perl optimizes your program
    and the operation displayed in the warning may not necessarily appear
    literally in your program.  For example, "that $foo" is usually
    optimized into "that " . $foo, and the warning will refer to the
    concatenation (.) operator, even though there is no . in
    your program.

t/27inline_maker.t ................. ok
t/28autowrap.t ..................... ok
t/29refargs.t ...................... ok
t/30cppflags.t ..................... ok
t/31include_dirs_angle_brackets.t .. ok
t/32include_dirs_double_quotes.t ... ok
t/33intended_double_quotes.t ....... ok
t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
t/parse-pegex.t .................... ok
t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set
All tests successful.

Test Summary Report
-------------------
t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
  TODO passed:   4, 7-9
Files=37, Tests=162, 93 wallclock secs ( 0.15 usr  0.07 sys + 64.89 cusr 16.94 csys = 82.05 CPU)
Result: PASS
66.676u 17.464s 1:36.04 87.5%   0+0k 0+146io 165pf+0w

Compilation finished at Wed Nov 13 00:55:13

Before this module was installed and I re-built from scratch the source, so that it could be tested.

Now I am going to reuse the compilation buffer for building, installing, and testing with Perl 5.38 (could take a few minutes). The results are:

-*- mode: compilation; default-directory: "~/" -*-
Compilation started at Wed Nov 13 01:05:47

time nice +11 port -dsv test p5.38-inline-c
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline-c
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Starting logging for p5.38-inline-c @0.820.0_0
DEBUG: macOS 10.13.6 (darwin/17.7.0) arch i386
DEBUG: MacPorts 2.10.2
DEBUG: Xcode 10.1, CLT 10.1.0.0.1.1539992718
DEBUG: SDK 10.13
DEBUG: MACOSX_DEPLOYMENT_TARGET: 10.13
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-copy-recursive 0.450.0_0 exists in the ports tree
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is the latest installed
DEBUG: p5.38-file-copy-recursive 0.450.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-copy-recursive
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-copy-recursive 0.450.0_0 >= p5.38-file-copy-recursive 0.450.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: perl5.38 5.38.2_0 exists in the ports tree
DEBUG: perl5.38 5.38.2_0  is the latest installed
DEBUG: perl5.38 5.38.2_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! perl5.38 5.38.2_0 >= perl5.38 5.38.2_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db48 4.8.30_5 exists in the ports tree
DEBUG: db48 4.8.30_5  is the latest installed
DEBUG: db48 4.8.30_5  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/db48
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! db48 4.8.30_5 >= db48 4.8.30_5
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.24_0 exists in the ports tree
DEBUG: gdbm 1.24_0  is the latest installed
DEBUG: gdbm 1.24_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/databases/gdbm
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! gdbm 1.24_0 >= gdbm 1.24_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext-runtime 0.22.5_0 exists in the ports tree
DEBUG: gettext-runtime 0.22.5_0  is the latest installed
DEBUG: gettext-runtime 0.22.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gettext
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
DEBUG: Sourcing PortGroup gnulib 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/gnulib-1.0.tcl
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: compiler clang 1000.10.44.4 not blacklisted because it doesn't match {clang < 211.10.1}
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback gnulib::setup
DEBUG: Finished running callback gnulib::setup
DEBUG: No need to upgrade! gettext-runtime 0.22.5_0 >= gettext-runtime 0.22.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.17_0 exists in the ports tree
DEBUG: libiconv 1.17_0  is the latest installed
DEBUG: libiconv 1.17_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Re-registering default for configure.cc_archflags
DEBUG: Re-registering default for configure.objc_archflags
DEBUG: Re-registering default for configure.cxx_archflags
DEBUG: Re-registering default for configure.objcxx_archflags
DEBUG: Re-registering default for configure.fc_archflags
DEBUG: Re-registering default for configure.f90_archflags
DEBUG: Re-registering default for configure.f77_archflags
DEBUG: Re-registering default for configure.ld_archflags
DEBUG: Re-registering default for configure.universal_cflags
DEBUG: Re-registering default for configure.universal_objcflags
DEBUG: Re-registering default for configure.universal_cxxflags
DEBUG: Re-registering default for configure.universal_objcxxflags
DEBUG: Re-registering default for configure.universal_cppflags
DEBUG: Re-registering default for configure.universal_ldflags
DEBUG: Sourcing PortGroup muniversal 1.1 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.1.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: Running callback muniversal::add_compiler_flags
DEBUG: Finished running callback muniversal::add_compiler_flags
DEBUG: No need to upgrade! libiconv 1.17_0 >= libiconv 1.17_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 8.2.013_0 exists in the ports tree
DEBUG: readline 8.2.013_0  is the latest installed
DEBUG: readline 8.2.013_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/readline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: muniversal: adding universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! readline 8.2.013_0 >= readline 8.2.013_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 6.5_0 exists in the ports tree
DEBUG: ncurses 6.5_0  is the latest installed
DEBUG: ncurses 6.5_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/ncurses
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Sourcing PortGroup clang_dependency 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/clang_dependency-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! ncurses 6.5_0 >= ncurses 6.5_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-file-sharedir-install 0.140.0_0 exists in the ports tree
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is the latest installed
DEBUG: p5.38-file-sharedir-install 0.140.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-file-sharedir-install
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-file-sharedir-install 0.140.0_0 >= p5.38-file-sharedir-install 0.140.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-io-all 0.870.0_0 exists in the ports tree
DEBUG: p5.38-io-all 0.870.0_0  is the latest installed
DEBUG: p5.38-io-all 0.870.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-io-all
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-io-all 0.870.0_0 >= p5.38-io-all 0.870.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-test-warn 0.370.0_0 exists in the ports tree
DEBUG: p5.38-test-warn 0.370.0_0  is the latest installed
DEBUG: p5.38-test-warn 0.370.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-test-warn
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-test-warn 0.370.0_0 >= p5.38-test-warn 0.370.0_0
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: p5.38-sub-uplevel 0.280.0_0 exists in the ports tree
DEBUG: p5.38-sub-uplevel 0.280.0_0  is the latest installed
DEBUG: p5.38-sub-uplevel 0.280.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-sub-uplevel
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-sub-uplevel 0.280.0_0 >= p5.38-sub-uplevel 0.280.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-libyaml 0.902.0_0 exists in the ports tree
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is the latest installed
DEBUG: p5.38-yaml-libyaml 0.902.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-libyaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-libyaml 0.902.0_0 >= p5.38-yaml-libyaml 0.902.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-makemaker 7.700.0_0 exists in the ports tree
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is the latest installed
DEBUG: p5.38-extutils-makemaker 7.700.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-makemaker
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-makemaker 7.700.0_0 >= p5.38-extutils-makemaker 7.700.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0 exists in the ports tree
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is the latest installed
DEBUG: p5.38-cpan-meta-requirements 2.143.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-cpan-meta-requirements
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-cpan-meta-requirements 2.143.0_0 >= p5.38-cpan-meta-requirements 2.143.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-extutils-manifest 1.750.0_0 exists in the ports tree
DEBUG: p5.38-extutils-manifest 1.750.0_0  is the latest installed
DEBUG: p5.38-extutils-manifest 1.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-extutils-manifest
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-extutils-manifest 1.750.0_0 >= p5.38-extutils-manifest 1.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-inline 0.860.0_0 exists in the ports tree
DEBUG: p5.38-inline 0.860.0_0  is the latest installed
DEBUG: p5.38-inline 0.860.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-inline
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-inline 0.860.0_0 >= p5.38-inline 0.860.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-parse-recdescent 1.967.15_0 exists in the ports tree
DEBUG: p5.38-parse-recdescent 1.967.15_0  is the latest installed
DEBUG: p5.38-parse-recdescent 1.967.15_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-parse-recdescent
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-parse-recdescent 1.967.15_0 >= p5.38-parse-recdescent 1.967.15_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-text-balanced 2.60.0_0 exists in the ports tree
DEBUG: p5.38-text-balanced 2.60.0_0  is the latest installed
DEBUG: p5.38-text-balanced 2.60.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-text-balanced
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-text-balanced 2.60.0_0 >= p5.38-text-balanced 2.60.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-pegex 0.750.0_0 exists in the ports tree
DEBUG: p5.38-pegex 0.750.0_0  is the latest installed
DEBUG: p5.38-pegex 0.750.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-pegex
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-pegex 0.750.0_0 >= p5.38-pegex 0.750.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-xxx 0.380.0_0 exists in the ports tree
DEBUG: p5.38-xxx 0.380.0_0  is the latest installed
DEBUG: p5.38-xxx 0.380.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-xxx
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-xxx 0.380.0_0 >= p5.38-xxx 0.380.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml 1.310.0_0 exists in the ports tree
DEBUG: p5.38-yaml 1.310.0_0  is the latest installed
DEBUG: p5.38-yaml 1.310.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml 1.310.0_0 >= p5.38-yaml 1.310.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-yaml-pp 0.38.0_0 exists in the ports tree
DEBUG: p5.38-yaml-pp 0.38.0_0  is the latest installed
DEBUG: p5.38-yaml-pp 0.38.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-yaml-pp
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-yaml-pp 0.38.0_0 >= p5.38-yaml-pp 0.38.0_0
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: p5.38-getopt-long 2.580.0_0 exists in the ports tree
DEBUG: p5.38-getopt-long 2.580.0_0  is the latest installed
DEBUG: p5.38-getopt-long 2.580.0_0  is active
DEBUG: Merging existing requested variants '' into variants
DEBUG: new fully merged portvariants: 
DEBUG: Opening port in directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/perl/p5-getopt-long
DEBUG: OS darwin/17.7.0 (macOS 10.13.6) arch i386
DEBUG: Re-registering default for configure.universal_args
DEBUG: Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl
DEBUG: Re-registering default for livecheck.version
DEBUG: only one arch supported, so not adding the default universal variant
DEBUG: Running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Finished running callback portconfigure::add_automatic_compiler_dependencies
DEBUG: Running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Finished running callback portbuild::add_automatic_buildsystem_dependencies
DEBUG: Running callback portstartupitem::add_notes
DEBUG: Finished running callback portstartupitem::add_notes
DEBUG: No need to upgrade! p5.38-getopt-long 2.580.0_0 >= p5.38-getopt-long 2.580.0_0
--->  Computing dependencies for p5.38-inline-c
DEBUG: Searching for dependency: p5.38-file-copy-recursive
DEBUG: Found Dependency: receipt exists for p5.38-file-copy-recursive
DEBUG: Searching for dependency: p5.38-file-sharedir-install
DEBUG: Found Dependency: receipt exists for p5.38-file-sharedir-install
DEBUG: Searching for dependency: p5.38-io-all
DEBUG: Found Dependency: receipt exists for p5.38-io-all
DEBUG: Searching for dependency: p5.38-test-warn
DEBUG: Found Dependency: receipt exists for p5.38-test-warn
DEBUG: Searching for dependency: p5.38-yaml-libyaml
DEBUG: Found Dependency: receipt exists for p5.38-yaml-libyaml
DEBUG: Searching for dependency: perl5.38
DEBUG: Found Dependency: receipt exists for perl5.38
DEBUG: Searching for dependency: p5.38-extutils-makemaker
DEBUG: Found Dependency: receipt exists for p5.38-extutils-makemaker
DEBUG: Searching for dependency: p5.38-inline
DEBUG: Found Dependency: receipt exists for p5.38-inline
DEBUG: Searching for dependency: p5.38-parse-recdescent
DEBUG: Found Dependency: receipt exists for p5.38-parse-recdescent
DEBUG: Searching for dependency: p5.38-pegex
DEBUG: Found Dependency: receipt exists for p5.38-pegex
DEBUG: Executing org.macports.main (p5.38-inline-c)
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.fetch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.checksum (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.extract (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.patch (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.configure (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: Skipping completed org.macports.build (p5.38-inline-c)
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: destroot phase started at Wed Nov 13 01:05:50 CET 2024
--->  Staging p5.38-inline-c into destroot
DEBUG: Can't run destroot under sudo without elevated privileges (due to mtree).
DEBUG: Run destroot without sudo to avoid root privileges.
DEBUG: Going to escalate privileges back to root.
DEBUG: euid changed to: 0. egid changed to: 0.
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/macosx.mtree
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
DEBUG: system -W /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local: /usr/sbin/mtree -e -U -f /opt/local/share/macports/install/prefix.mtree
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/doc missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (created)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO8859-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./var missing (created)
./var/cache missing (created)
./var/db missing (created)
./var/log missing (created)
./var/run missing (created)
./var/spool missing (created)
./www missing (created)
DEBUG: Executing org.macports.destroot (p5.38-inline-c)
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make -w pure_install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot 
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
Manifying 5 pod documents
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Cookbook.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParsePegex.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRecDescent.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/ParseRegExp.pod
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RecDescent.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/RegExp.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/AST.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/Inline/C/Parser/Pegex/Grammar.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/auto/share/dist/Inline-C/inline-c.pgx
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::Cookbook.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParsePegex.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRecDescent.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/share/perl5.38/man/man3/Inline::C::ParseRegExp.3pm
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82'
DEBUG: Executing proc-post-org.macports.destroot-destroot-0
Fixing paths in darwin-thread-multi-2level/auto/Inline/C/.packlist
--->  Patching .packlist: s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot||p
DEBUG: Executing reinplace: /usr/bin/sed -n s|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot||p </opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/destroot/opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/auto/Inline/C/.packlist >@file11
DEBUG: Executing portdestroot::destroot_finish
DEBUG: Fixing glibtool .la files in destroot for p5.38-inline-c
DEBUG: checking for mtree violations
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Privilege de-escalation not attempted as not running as root.
DEBUG: test phase started at Wed Nov 13 01:05:50 CET 2024
--->  Testing p5.38-inline-c
DEBUG: Executing org.macports.test (p5.38-inline-c)
DEBUG: elevating privileges for test: euid changed to 0, egid changed to 0.
DEBUG: dropping privileges: euid changed to 504, egid changed to 501.
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
DEVELOPER_DIR='/Library/Developer/CommandLineTools'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.13'
SOURCE_DATE_EPOCH='1730799874'
Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Skip blib/lib/auto/share/dist/Inline-C/inline-c.pgx (unchanged)
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.38" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want Have Where                                 Howbig
#     ----------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker      any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
#     File::ShareDir::Install 0.06 0.14 /opt/local/lib/perl5/vendor_perl/5.38  11192
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                 Howbig
#     ------------------- ---- ---- ------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /opt/local/lib/perl5/vendor_perl/5.38 109260
# 
# === Test Requires ===
# 
#     Module                Want     Have Where                                                            Howbig
#     --------------------- ---- -------- ---------------------------------------------------------------- ------
#     File::Copy::Recursive  any     0.45 /opt/local/lib/perl5/vendor_perl/5.38                             27561
#     File::Path             any     2.18 /opt/local/lib/perl5/5.38                                         43254
#     Test::More            0.88 1.302204 /opt/local/lib/perl5/vendor_perl/5.38                             54359
#     Test::Warn            0.23     0.37 /opt/local/lib/perl5/vendor_perl/5.38                             15955
#     YAML::XS               any v0.902.0 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3686
#     autodie                any     2.36 /opt/local/lib/perl5/5.38                                         12436
#     version               0.77   0.9933 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level   3975
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have Where                                                            Howbig
#     ------------------- -------- -------- ---------------------------------------------------------------- ------
#     ExtUtils::MakeMaker     7.00     7.70 /opt/local/lib/perl5/vendor_perl/5.38                            109260
#     File::Spec               0.8     3.75 /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level  10571
#     Inline                  0.86     0.86 /opt/local/lib/perl5/vendor_perl/5.38                             62663
#     Parse::RecDescent   1.967009 1.967015 /opt/local/lib/perl5/vendor_perl/5.38                            222044
#     Pegex                   0.66     0.75 /opt/local/lib/perl5/vendor_perl/5.38                               750
# 
t/00-report-prereqs.t .............. ok
t/000-require-modules.t ............ ok
t/01syntax.t ....................... ok
t/02config.t ....................... ok
t/03typemap.t ...................... ok
t/04perlapi.t ...................... ok
t/05xsmode.t ....................... ok
t/06parseregexp.t .................. ok
t/07typemap_multi.t ................ ok
Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
Compilation failed in require at t/08taint.t line 43 (#1)
    (F) You can't use system(), exec(), or a piped open in a setuid or
    setgid script if $ENV{PATH} contains a directory that is writable by
    the world.  Also, the PATH must not contain any relative directory.
    See perlsec.

Uncaught exception from user code:
    Insecure directory in $ENV{PATH} while running with -T switch at /opt/local/lib/perl5/vendor_perl/5.38/darwin-thread-multi-2level/Cwd.pm line 204.
    BEGIN failed--compilation aborted at /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82/t/08taint_1.p line 6.
    Compilation failed in require at t/08taint.t line 43.
    main::require_taint_1() called at t/08taint.t line 38
    Test::Warn::warnings_like(CODE(0x7f9a0b804790), ARRAY(0x7f9a0f00ca90), "warn_test 1") called at t/08taint.t line 38
# Looks like your test exited with 25 just after 1.
t/08taint.t ........................ 
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 9/10 subtests 
This test could take a couple of minutes to run
t/09parser.t ....................... ok
t/10callback.t ..................... ok
t/11default_readonly.t ............. ok
t/14void_arg.t ..................... ok
t/14void_arg_PRD.t ................. ok
t/15ccflags.t ...................... ok
t/16ccflagsex.t .................... ok
t/17prehead.t ...................... ok
t/18quote_space.t .................. ok
t/19INC.t .......................... ok
t/20eval.t ......................... ok
t/21read_DATA.t .................... ok
t/22read_DATA_2.t .................. ok
t/23validate.t ..................... ok
t/24prefix.t ....................... ok
t/25proto.t ........................ ok
t/26fork.t ......................... ok
t/27inline_maker.t ................. ok
t/28autowrap.t ..................... ok
t/29refargs.t ...................... ok
t/30cppflags.t ..................... ok
t/31include_dirs_angle_brackets.t .. ok
t/32include_dirs_double_quotes.t ... ok
t/33intended_double_quotes.t ....... ok
t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
t/parse-pegex.t .................... ok
t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set

Test Summary Report
-------------------
t/08taint.t                      (Wstat: 6400 (exited 25) Tests: 1 Failed: 0)
  Non-zero exit status: 25
  Parse errors: Bad plan.  You planned 10 tests but ran 1.
t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
  TODO passed:   4, 7-9
Files=37, Tests=153, 94 wallclock secs ( 0.14 usr  0.09 sys + 67.35 cusr 16.16 csys = 83.74 CPU)
Result: FAIL
Failed 1/37 test programs. 0/153 subtests failed.
make: *** [test_dynamic] Error 255
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/work/Inline-C-0.82" && /usr/bin/make test 
Exit code: 2
Error: Failed to test p5.38-inline-c: command execution failed
DEBUG: Error code: CHILDSTATUS 60445 2
DEBUG: Backtrace: command execution failed
    while executing
"system {*}$notty {*}$callback {*}$nice $fullcmdstring"
    invoked from within
"command_exec -callback portprogress::target_progress_callback test"
    (procedure "porttest::test_main" line 9)
    invoked from within
"$procedure $targetname"
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-inline-c/p5.38-inline-c/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port p5.38-inline-c failed
69.159u 16.711s 1:37.82 87.7%   0+0k 18+93io 158pf+0w

Compilation exited abnormally with code 1 at Wed Nov 13 01:07:25

Actually I am starting with a clean system, no Perl module is installed. (My job is to find a sequence to build and install over 800 modules without any manual action, then test them, and interpret the result. So I am starting over and over again… And am also installing more and modules to fulfil all the new test requirements…)

Commenting my results, they did happen in the same buffer of the same instance of GNU Emacs on the same (a little bit old) MacBook). So both tests must have been running in the same environment with different versions of Perl 5. Anything else could be treated as a wonder. In which I do not believe.

It's a bit complicated to open a new issue with Perl5 because I do not know exactly why these two versions get patched by MacPorts and why these patches are a bit different:

/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5/files/5.34:
insgesamt 0
-rw-r--r-- 1 messagebus unbound  368 2021-07-01 23:45 avoid-no-cpp-precomp-PR38913.patch
-rw-r--r-- 1 messagebus unbound 1697 2021-07-01 23:45 clean-up-paths.patch
-rw-r--r-- 1 messagebus unbound 3157 2021-07-01 23:45 config.h.ed
-rw-r--r-- 1 messagebus unbound 1311 2021-07-01 23:45 enable-syscall-on-sierra.patch
-rw-r--r-- 1 messagebus unbound  532 2021-07-01 23:45 fix-db_file-paths.patch
-rw-r--r-- 1 messagebus unbound  637 2021-07-01 23:45 fix-miniperl-linking-PR36438.patch
-rw-r--r-- 1 messagebus unbound 1450 2021-07-01 23:45 install-under-short-version-PR43480.patch
-rw-r--r-- 1 messagebus unbound  674 2021-07-01 23:45 patch-Configure-remove-libs.diff
-rw-r--r-- 1 messagebus unbound  594 2021-07-01 23:45 patch-want-implicit-errors.diff

/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/lang/perl5/files/5.38:
insgesamt 0
-rw-r--r-- 1 messagebus unbound  368 2024-05-22 14:38 avoid-no-cpp-precomp-PR38913.patch
-rw-r--r-- 1 messagebus unbound 1697 2024-05-22 14:38 clean-up-paths.patch
-rw-r--r-- 1 messagebus unbound 3157 2024-05-22 14:38 config.h.ed
-rw-r--r-- 1 messagebus unbound 1311 2024-05-22 14:38 enable-syscall-on-sierra.patch
-rw-r--r-- 1 messagebus unbound  532 2024-05-22 14:38 fix-db_file-paths.patch
-rw-r--r-- 1 messagebus unbound  635 2024-05-22 14:38 fix-miniperl-linking-PR36438.patch
-rw-r--r-- 1 messagebus unbound 1450 2024-05-22 14:38 install-under-short-version-PR43480.patch
-rw-r--r-- 1 messagebus unbound  559 2024-05-22 14:38 patch-Configure-remove-libs.diff
-rw-r--r-- 1 messagebus unbound  594 2024-05-22 14:38 patch-want-implicit-errors.diff

Since I cannot read the complicated "Portfile" recipes to build ten or more different versions of Perl (possibly 5.16–5.38) I cannot tell which patches actually get used. One day I'll rebuild Perl on other Macs and shall see what will happen…