Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] anybody interested in writing a Perl ebuild?
Date: Thu, 24 May 2012 10:33:33
Message-Id: CAATnKFBcVSLgwMbSWcqKLVqYgbnetYLw5uu3jGWHQLz-XG5TJg@mail.gmail.com
In Reply to: Re: [gentoo-dev] anybody interested in writing a Perl ebuild? by Grant
1 On 24 May 2012 19:01, Grant <emailgrant@×××××.com> wrote:
2 >>>> Verifying ebuild manifests
3 > !!! A file is not listed in the Manifest:
4 > '/usr/local/portage/dev-perl/DateTime-Format-RFC3339/DateTime-Format-RFC3339-1.0.5.ebuild'
5 > !!! A file is not listed in the Manifest:
6 > '/usr/local/portage/dev-perl/DateTime-Format-Atom/DateTime-Format-Atom-1.0.2.ebuild'
7
8
9 Why this is occuring is strange.
10
11 For each module it complains is "not in the manifest",
12
13 cd $packagedir
14 repoman manifest
15
16 ie:
17
18 cd /usr/local/portage/dev-perl/DateTime-Format-RFC3339/
19 repoman manifest
20
21 This should
22
23 a ) Re-attempt downloading the source tar.gz from cpan if its not
24 already downloaded
25 b ) update the Manifest file for both the source tar.gz and the
26 problematic ebuild.
27
28 if something goes wrong while doing repoman manifest, then please
29 report that error.
30
31 ( g-cpan should do this any-way, but seeing why repoman manifest
32 fails, if it fails, should help diagnose the issue )
33
34 --
35 Kent
36
37 perl -e  "print substr( \"edrgmaM  SPA NOcomil.ic\\@tfrken\", \$_ * 3,
38 3 ) for ( 9,8,0,7,1,6,5,4,3,2 );"
39
40 http://kent-fredric.fox.geek.nz

Replies

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