Re: Unable to update po4a
James Kolata <[email protected]>
| Newsgroups | gmane.os.apple.fink.beginners |
|---|---|
| Message-ID | <[email protected]> |
/opt/sw/bin/perl This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level How do I check which package is providing this version? > On Jun 13, 2021, at 10:07 AM, Hanspeter Niederstrasser <[email protected]> wrote: > > On 6/13/21 7:52 AM, James Kolata wrote: >> i module-build-pm 1:0.42.31-801 Module::Build for /usr/bin/perl >> p module-build-pm518 [virtual package] >> i module-build-pm518 1:0.42.31-1 Alternative installer for Perl modules >> module-build-pm528 1:0.42.31-1 Alternative installer for Perl modules >> module-build-pm530 1:0.42.31-1 Alternative installer for Perl modules > > That looks right for a 10.15 install. > >> ./Build >> Module::Build version 0.42 required--this is only version 0.4003 at ./Build line 46. >> ### execution of ./Build failed, exit code 255 > > Interestingly, I get this: > >> Created MYMETA.yml and MYMETA.json >> Creating new 'Build' script for 'po4a' version '0.47' >> perl -pi -e 's,/usr/bin/perl,/usr/bin/env perl,g' Build >> perl -pi -e 's,/usr/bin/perl,perl,g' _build/build_params >> ./Build >> Module::Build was not found in configure_requires! Adding it now >> automatically as: configure_requires => { 'Module::Build' => 0.42 } >> Created META.yml and META.json > > So my system (10.14.6) also lacks Module::Build, but is nicer about it. > Do you have another perl installed? > What's the output of (two commands on one line command): > > which perl; `which perl` --version > > If that shows a perl that is not in /usr/bin/perl (most likely /opt/sw/bin/perl at version 5.18.2), check what package is providing it, and try to remove that package, the retry po4a. > > Hanspeter _______________________________________________ Fink-beginners mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners