nysus has asked for the wisdom of the Perl Monks concerning the following question:
Wondering what's involved with trying to patch Config::Augeas to get it working on macos, version 11.2.3 (Big Sur). Relevant part of build.log:
Building Config-Augeas cc -I/Users/me/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.4/darwin-2lev +el/CORE -DVERSION="1.000" -DXS_VERSION="1.000" -I/usr/local/Cellar/au +geas/1.12.0/include -Wall -Wformat -Werror=format-security -c -fno-co +mmon -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -p +ipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUT +ENV -O3 -o lib/Config/Augeas.o lib/Config/Augeas.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Config/Augeas/Augea +s.bs') cc -mmacosx-version-min=10.13 -bundle -undefined dynamic_lookup -L/usr +/local/lib -fstack-protector-strong -o blib/arch/auto/Config/Augeas/A +ugeas.bundle lib/Config/Augeas.o -L/usr/local/Cellar/augeas/1.12.0/li +b -laugeas ld: warning: dylib (/usr/local/lib/libaugeas.dylib) was built for newe +r macOS version (11.0) than being linked (10.13) Can't call method "get" on an undefined value at /Users/me/.cpanm/work +/1615313587.71199/Config-Augeas-1.000/blib/lib/Config/Augeas.pm line +227. # Looks like your test exited with 255 just after 2. t/Config-Augeas.t ... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 28/30 subtests
Unfortunately, I don't know much about linking in libraries but maybe I could figure it out with some guidance. Thank you.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cannot install Config::Augeas on Mac, Big Sur
by bliako (Abbot) on Mar 09, 2021 at 20:41 UTC | |
by nysus (Parson) on Mar 09, 2021 at 21:08 UTC | |
by bliako (Abbot) on Mar 09, 2021 at 21:21 UTC | |
by nysus (Parson) on Mar 10, 2021 at 00:08 UTC | |
by Fletch (Bishop) on Mar 10, 2021 at 05:49 UTC | |
by nysus (Parson) on Mar 11, 2021 at 01:11 UTC | |
by bliako (Abbot) on Mar 10, 2021 at 09:41 UTC | |
by nysus (Parson) on Mar 11, 2021 at 10:43 UTC | |
by bliako (Abbot) on Mar 11, 2021 at 12:48 UTC | |
|