Gentoo Archives: gentoo-dev

From: Grant <emailgrant@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] anybody interested in writing a Perl ebuild?
Date: Thu, 24 May 2012 15:06:48
Message-Id: CAN0CFw034hQxCN3ywARJEHCdo3NJhUw5QAdq-a+TZJzoRE-FxA@mail.gmail.com
In Reply to: Re: [gentoo-dev] anybody interested in writing a Perl ebuild? by Kent Fredric
1 >>>>> Verifying ebuild manifests
2 >> !!! A file is not listed in the Manifest:
3 >> '/usr/local/portage/dev-perl/DateTime-Format-RFC3339/DateTime-Format-RFC3339-1.0.5.ebuild'
4 >> !!! A file is not listed in the Manifest:
5 >> '/usr/local/portage/dev-perl/DateTime-Format-Atom/DateTime-Format-Atom-1.0.2.ebuild'
6 >
7 >
8 > Why this is occuring is strange.
9 >
10 > For each module it complains is "not in the manifest",
11 >
12 > cd $packagedir
13 > repoman manifest
14 >
15 > ie:
16 >
17 > cd /usr/local/portage/dev-perl/DateTime-Format-RFC3339/
18 > repoman manifest
19 >
20 > This should
21 >
22 > a ) Re-attempt downloading the source tar.gz from cpan if its not
23 > already downloaded
24 > b ) update the Manifest file for both the source tar.gz and the
25 > problematic ebuild.
26 >
27 > if something goes wrong while doing repoman manifest, then please
28 > report that error.
29 >
30 > ( g-cpan should do this any-way, but seeing why repoman manifest
31 > fails, if it fails, should help diagnose the issue )
32
33 Here is the repoman failure and DateTime-Format-Atom does the same thing:
34
35 # repoman manifest
36 >>> Downloading 'http://distfiles.gentoo.org/distfiles/DateTime-Format-RFC3339-1.0.5.tar.gz'
37 --2012-05-24 08:01:06--
38 http://distfiles.gentoo.org/distfiles/DateTime-Format-RFC3339-1.0.5.tar.gz
39 Resolving distfiles.gentoo.org... 156.56.247.195, 216.165.129.135,
40 64.50.233.100, ...
41 Connecting to distfiles.gentoo.org|156.56.247.195|:80... connected.
42 HTTP request sent, awaiting response... 404 Not Found
43 2012-05-24 08:01:06 ERROR 404: Not Found.
44
45 >>> Downloading 'http://www.cpan.org/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz'
46 --2012-05-24 08:01:06--
47 http://www.cpan.org/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz
48 Resolving www.cpan.org... 207.171.7.177, 199.15.176.140
49 Connecting to www.cpan.org|207.171.7.177|:80... connected.
50 HTTP request sent, awaiting response... 404 Not Found
51 2012-05-24 08:01:06 ERROR 404: Not Found.
52
53 >>> Downloading 'http://search.cpan.org/CPAN/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz'
54 --2012-05-24 08:01:06--
55 http://search.cpan.org/CPAN/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz
56 Resolving search.cpan.org... 199.15.176.161
57 Connecting to search.cpan.org|199.15.176.161|:80... connected.
58 HTTP request sent, awaiting response... 302 Found
59 Location: http://cpan.knowledgematters.net/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz
60 [following]
61 --2012-05-24 08:01:06--
62 http://cpan.knowledgematters.net/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz
63 Resolving cpan.knowledgematters.net... 67.205.61.104
64 Connecting to cpan.knowledgematters.net|67.205.61.104|:80... connected.
65 HTTP request sent, awaiting response... 404 Not Found
66 2012-05-24 08:01:06 ERROR 404: Not Found.
67
68 !!! Couldn't download 'DateTime-Format-RFC3339-1.0.5.tar.gz'. Aborting.
69 * QA Notice: ECLASS 'perl-module' inherited illegally in
70 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
71 * QA Notice: ECLASS 'eutils' inherited illegally in
72 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
73 * QA Notice: ECLASS 'multilib' inherited illegally in
74 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
75 * QA Notice: ECLASS 'toolchain-funcs' inherited illegally in
76 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
77 * QA Notice: ECLASS 'multilib' inherited illegally in
78 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
79 * QA Notice: ECLASS 'user' inherited illegally in
80 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
81 * QA Notice: ECLASS 'base' inherited illegally in
82 dev-perl/DateTime-Format-RFC3339-1.0.5 nofetch
83 * The following are listed in SRC_URI for DateTime-Format-RFC3339:
84 * mirror://cpan/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-1.0.5.tar.gz
85 !!! Fetch failed for DateTime-Format-RFC3339-1.0.5.tar.gz, can't update Manifest
86 Unable to generate manifest.
87
88 - Grant

Replies

Subject Author
Re: [gentoo-dev] anybody interested in writing a Perl ebuild? Kent Fredric <kentfredric@×××××.com>