>>>>> Verifying ebuild manifests >> !!! A file is not listed in the Manifest: >> '/usr/local/portage/dev-perl/DateTime-Format-RFC3339/DateTime-Format-RFC3339-1.0.5.ebuild' >> !!! A file is not listed in the Manifest: >> '/usr/local/portage/dev-perl/DateTime-Format-Atom/DateTime-Format-Atom-1.0.2.ebuild' > > > Why this is occuring is strange. > > For each module it complains is "not in the manifest", > > cd $packagedir > repoman manifest > > ie: > > cd /usr/local/portage/dev-perl/DateTime-Format-RFC3339/ > repoman manifest > > This should > > a ) Re-attempt downloading the source tar.gz from cpan if its not > already downloaded > b ) update the Manifest file for both the source tar.gz and the > problematic ebuild. > > if something goes wrong while doing repoman manifest, then please > report that error. > > ( g-cpan should do this any-way, but seeing why repoman manifest > fails, if it fails, should help diagnose the issue )
Here is the repoman failure and DateTime-Format-Atom does the same thing: # repoman manifest >>> Downloading >>> 'http://distfiles.gentoo.org/distfiles/DateTime-Format-RFC3339-1.0.5.tar.gz' --2012-05-24 08:01:06-- http://distfiles.gentoo.org/distfiles/DateTime-Format-RFC3339-1.0.5.tar.gz Resolving distfiles.gentoo.org... 156.56.247.195, 216.165.129.135, 64.50.233.100, ... Connecting to distfiles.gentoo.org|156.56.247.195|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-05-24 08:01:06 ERROR 404: Not Found. >>> Downloading >>> 'http://www.cpan.org/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz' --2012-05-24 08:01:06-- http://www.cpan.org/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz Resolving www.cpan.org... 207.171.7.177, 199.15.176.140 Connecting to www.cpan.org|207.171.7.177|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-05-24 08:01:06 ERROR 404: Not Found. >>> Downloading >>> 'http://search.cpan.org/CPAN/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz' --2012-05-24 08:01:06-- http://search.cpan.org/CPAN/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz Resolving search.cpan.org... 199.15.176.161 Connecting to search.cpan.org|199.15.176.161|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cpan.knowledgematters.net/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz [following] --2012-05-24 08:01:06-- http://cpan.knowledgematters.net/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz Resolving cpan.knowledgematters.net... 67.205.61.104 Connecting to cpan.knowledgematters.net|67.205.61.104|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-05-24 08:01:06 ERROR 404: Not Found. !!! Couldn't download 'DateTime-Format-RFC3339-1.0.5.tar.gz'. Aborting. * QA Notice: ECLASS 'perl-module' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'eutils' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'multilib' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'toolchain-funcs' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'multilib' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'user' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * QA Notice: ECLASS 'base' inherited illegally in dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch * The following are listed in SRC_URI for DateTime-Format-RFC3339: * mirror://cpan/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz !!! Fetch failed for DateTime-Format-RFC3339-1.0.5.tar.gz, can't update Manifest Unable to generate manifest. - Grant