Gentoo Archives: gentoo-science

From: James Cloos <cloos+gentoo-science@×××××××.com>
To: gentoo-science@l.g.o
Subject: [gentoo-science] g-cran master and portage master incompatible
Date: Mon, 18 Apr 2011 21:23:09
Message-Id: m37har6z48.fsf@jhcloos.com
1 I find that g-cran and portage master branches are incompatible.
2
3 Any attempt to merge or update a dev-R ebuild fails:
4
5 An example of an update attempt, where the distfile is already
6 downloaded (copied over from a cran mirror):
7
8 :; emerge -v dev-R/sp
9
10 These are the packages that would be merged, in order:
11
12 Calculating dependencies... done!
13 [ebuild U ] dev-R/sp-0.9.80 [0.9.78] USE="doc" 0 kB [1]
14
15 Total: 1 package (1 upgrade), Size of downloads: 0 kB
16 Portage tree and overlays:
17 [0] /usr/portage
18 [1] /usr/local/portage/Overlays/g-cran
19
20
21 >>> Emerging (1 of 1) dev-R/sp-0.9.80 from g-cran
22 !!! Fetched file: sp_0.9-80.tar.gz VERIFY FAILED!
23 !!! Reason: Insufficient data for checksum verification
24 !!! Got:
25 !!! Expected: MD5 RMD160 SHA1 SHA256
26 * Fetch failed for 'dev-R/sp-0.9.80', Log file:
27 * '/var/log/portage/build/dev-R/sp-0.9.80:20110416-221838.log'
28
29 >>> Failed to emerge dev-R/sp-0.9.80, Log file:
30
31 >>> '/var/log/portage/build/dev-R/sp-0.9.80:20110416-221838.log'
32
33 * Messages for package dev-R/sp-0.9.80:
34
35 * Fetch failed for 'dev-R/sp-0.9.80', Log file:
36 * '/var/log/portage/build/dev-R/sp-0.9.80:20110416-221838.log'
37
38
39 And here is one where the distfile still needs downloading:
40
41 :; emerge -v dev-R/AIM
42
43 These are the packages that would be merged, in order:
44
45 Calculating dependencies... done!
46 [ebuild N ] dev-R/AIM-1.01 USE="doc" 0 kB [1]
47
48 Total: 1 package (1 new), Size of downloads: 0 kB
49 Portage tree and overlays:
50 [0] /usr/portage
51 [1] /usr/local/portage/Overlays/g-cran
52
53
54 >>> Emerging (1 of 1) dev-R/AIM-1.01 from g-cran
55 !!! Fetched file: AIM_1.01.tar.gz VERIFY FAILED!
56 !!! Reason: Insufficient data for checksum verification
57 !!! Got:
58 !!! Expected: MD5 RMD160 SHA1 SHA256
59 * Fetch failed for 'dev-R/AIM-1.01', Log file:
60 * '/var/log/portage/build/dev-R/AIM-1.01:20110416-221950.log'
61
62 >>> Failed to emerge dev-R/AIM-1.01, Log file:
63
64 >>> '/var/log/portage/build/dev-R/AIM-1.01:20110416-221950.log'
65
66 * Messages for package dev-R/AIM-1.01:
67
68 * Fetch failed for 'dev-R/AIM-1.01', Log file:
69 * '/var/log/portage/build/dev-R/AIM-1.01:20110416-221950.log'
70
71
72 Which is essentially the same error.
73
74 Re-merging g-cran does not help.
75
76 If it matters:
77
78 :; eselect python list
79 Available Python interpreters:
80 [1] python2.5
81 [2] python2.6
82 [3] python2.7 *
83 [4] python3.1
84
85 Of course, the fact that the Manifest files were never real was always a
86 bug. I wanted to write a replacement before reporting this, but the tuits
87 have been too pointy....
88
89 -JimC
90 --
91 James Cloos <cloos@×××××××.com> OpenPGP: 1024D/ED7DAEA6

Replies

Subject Author
Re: [gentoo-science] g-cran master and portage master incompatible Donnie Berkholz <dberkholz@g.o>