[MacPorts] #64928: upt @0.12: The package List::Util could not be found by frontend cpan
MacPorts
noreply at macports.org
Sat Apr 2 17:22:39 UTC 2022
#64928: upt @0.12: The package List::Util could not be found by frontend cpan
------------------------+----------------------
Reporter: ryandesign | Owner: Korusuke
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: | Port: upt
------------------------+----------------------
I am trying to create a port for [https://metacpan.org/pod/App::ccdiff
App::ccdiff]. Some of its dependencies like
[https://metacpan.org/pod/Test::More Test::More] and
[https://metacpan.org/pod/List::Util List::Util] are not yet in MacPorts
but I'm not able to get upt to create Portfiles for them. Am I doing
something wrong? It's also confusing that I get a different error each
time I run it.
{{{
$ upt package -f cpan -b macports --debug App::ccdiff -r -o out/
[INFO ] [Backend] Creating MacPorts package for App::ccdiff
[INFO ] [Backend] Dist file found at usual location
[INFO ] [Backend] Found license Apache-2.0
[INFO ] [Backend] Creating the directory structure in out/
[INFO ] [Backend] Created out/perl/p5-app-ccdiff
[INFO ] [Backend] Creating the Portfile
[INFO ] [Backend] Checking MacPorts tree for port p5-getopt-long
[INFO ] [Backend] Current MacPorts Version for p5-getopt-long is
2.520.0
[INFO ] [Backend] Dependency Getopt::Long (): currently packaged, no
specific version is required. Not packaging it.
[INFO ] [Backend] Checking MacPorts tree for port p5-term-ansicolor
[INFO ] [Backend] Current MacPorts Version for p5-term-ansicolor is
5.10.0
[INFO ] [Backend] Dependency Term::ANSIColor (): currently packaged, no
specific version is required. Not packaging it.
[INFO ] [Backend] Checking MacPorts tree for port p5-algorithm-diff
[INFO ] [Backend] Current MacPorts Version for p5-algorithm-diff is
1.201.0
[INFO ] [Backend] Dependency Algorithm::Diff (>=1.190.100): at least
one compatible version found in ['1.201.0']. Not packaging it.
[INFO ] [Backend] Checking MacPorts tree for port p5-list-util
[INFO ] [Backend] p5-list-util not found in MacPorts tree
[INFO ] [Backend] Dependency List::Util (): currently not packaged.
Packaging it.
The package List::Util could not be found by frontend cpan
}}}
{{{
$ upt package -f cpan -b macports --debug App::ccdiff -r -o out/
[INFO ] [Backend] Creating MacPorts package for App::ccdiff
[INFO ] [Backend] Dist file found at usual location
[INFO ] [Backend] Found license Apache-2.0
[INFO ] [Backend] Creating the directory structure in out/
[INFO ] [Backend] Created out/perl/p5-app-ccdiff
[INFO ] [Backend] Creating the Portfile
[INFO ] [Backend] Checking MacPorts tree for port p5-capture-tiny
[INFO ] [Backend] Current MacPorts Version for p5-capture-tiny is
0.480.0
[INFO ] [Backend] Dependency Capture::Tiny (): currently packaged, no
specific version is required. Not packaging it.
[INFO ] [Backend] Checking MacPorts tree for port p5-test-more
[INFO ] [Backend] p5-test-more not found in MacPorts tree
[INFO ] [Backend] Dependency Test::More (): currently not packaged.
Packaging it.
The package Test::More could not be found by frontend cpan
}}}
{{{
$ upt package -f cpan -b macports --debug App::ccdiff -r -o out/
[INFO ] [Backend] Creating MacPorts package for App::ccdiff
[INFO ] [Backend] Dist file found at usual location
[INFO ] [Backend] Found license Apache-2.0
[INFO ] [Backend] Creating the directory structure in out/
[INFO ] [Backend] Created out/perl/p5-app-ccdiff
[INFO ] [Backend] Creating the Portfile
[INFO ] [Backend] Checking MacPorts tree for port p5-config
[INFO ] [Backend] p5-config not found in MacPorts tree
[INFO ] [Backend] Dependency Config (): currently not packaged.
Packaging it.
The package Config could not be found by frontend cpan
}}}
{{{
$ upt package -f cpan -b macports --debug App::ccdiff -r -o out/
[INFO ] [Backend] Creating MacPorts package for App::ccdiff
[INFO ] [Backend] Dist file found at usual location
[INFO ] [Backend] Found license Apache-2.0
[INFO ] [Backend] Creating the directory structure in out/
[INFO ] [Backend] Created out/perl/p5-app-ccdiff
[INFO ] [Backend] Creating the Portfile
[INFO ] [Backend] Checking MacPorts tree for port p5-extutils-makemaker
[INFO ] [Backend] Current MacPorts Version for p5-extutils-makemaker is
7.640.0
[INFO ] [Backend] Dependency ExtUtils::MakeMaker (): currently
packaged, no specific version is required. Not packaging it.
[INFO ] [Backend] Checking MacPorts tree for port p5-charnames
[INFO ] [Backend] p5-charnames not found in MacPorts tree
[INFO ] [Backend] Dependency charnames (): currently not packaged.
Packaging it.
The package charnames could not be found by frontend cpan
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64928>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list