Gentoo Archives: gentoo-science

From: Benda Xu <heroxbd@g.o>
To: Neil Shephard <nshephard@×××××.com>
Cc: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Errors installing Rcpp using R_Overlay
Date: Mon, 28 May 2018 08:57:21
Message-Id: 87sh6cf990.fsf@proton.d.airelinux.org
In Reply to: Re: [gentoo-science] Errors installing Rcpp using R_Overlay by Neil Shephard
1 Hi Neil,
2
3 Sorry to getting back to you late. I have not forgotten these issues.
4
5 Neil Shephard <nshephard@×××××.com> writes:
6
7 > Thanks for the comprehensive reply and explanations.
8 >
9 > Whilst I've no existing contact with the R development team I will
10 > make inquiries about moving "SystemRequirements" from free text to a
11 > more machine-readable format.
12 >
13 > I'm also keen to help provide feedback on R_Overlay and help with its
14 > development where I can, to which end I have as advised re-emerged
15 > =dev-lang/R-3.4.4 with USE=minimal and tried installing packages I
16 > use. Quite a few packages still fail unfortunately, I'm emerging the
17 > following....
18 >
19 > [...]
20
21 > 1) Outdated ebuilds
22 >
23 > Quite a few src packages could not be retrieved...
24 >
25 > # grep '404 Not Found' /var/tmp/portage/sci-CRAN/*/temp/build.log -B3 | grep contrib
26 > /var/tmp/portage/sci-CRAN/ggHorizon-0.1/temp/build.log---2018-03-22 10:10:21-- http://cran.r-project.org/src/contrib/ggHorizon_0.1.tar.gz
27 > /var/tmp/portage/sci-CRAN/ggimage-0.0.2/temp/build.log---2018-03-22 10:10:35-- http://cran.r-project.org/src/contrib/ggimage_0.0.2.tar.gz
28 > /var/tmp/portage/sci-CRAN/igraph-1.1.2/temp/build.log---2018-03-22 10:09:30-- http://cran.r-project.org/src/contrib/igraph_1.1.2.tar.gz
29 > /var/tmp/portage/sci-CRAN/lubridate-1.7.0/temp/build.log---2018-03-26 11:15:41-- http://cran.r-project.org/src/contrib/lubridate_1.7.0.tar.gz
30 > /var/tmp/portage/sci-CRAN/Rcpp-0.12.15/temp/build.log---2018-03-22 09:11:46-- http://cran.r-project.org/src/contrib/Rcpp_0.12.15.tar.gz
31 > /var/tmp/portage/sci-CRAN/rgl-0.95.1441/temp/build.log---2018-03-26 11:23:58-- http://cran.r-project.org/src/contrib/rgl_0.95.1441.tar.gz
32 > /var/tmp/portage/sci-CRAN/xml2-0.1.2/temp/build.log---2018-03-26 11:15:01-- http://cran.r-project.org/src/contrib/xml2_0.1.2.tar.gz
33 >
34 > I suspect that this is down to the SystemRequirements issue you've
35 > highlighted exists meaning outdated ebuilds exist in R_Overlay.
36
37 I am exposing a set of unmatched strings in the description field at
38
39 http://roverlay.dev.gentoo.org/unresolved.html
40
41 For example, I can see the rgl case,
42
43 > 2018-05-27 05:06:10 INFO DependencyResolver.UNRESOLVABLE: 0x7, 'XQuartz (on OSX)'
44 > 2018-05-27 05:06:10 INFO DependencyResolver.UNRESOLVABLE: 0x7, 'zlib(optional)'
45 > 2018-05-27 05:06:10 INFO DependencyResolver.UNRESOLVABLE: 0x7, 'libpng (>=1.2.9'
46 > 2018-05-27 05:06:10 INFO DependencyResolver.UNRESOLVABLE: 0x7, 'pandoc (>=1.14'
47 > 2018-05-27 05:06:10 INFO DependencyResolver.UNRESOLVABLE: 0x7, 'needed for vignettes)'
48 > 2018-05-27 05:06:10 INFO EbuildCreation.rgl.depres: Cannot satisfy dependencies!
49 > 2018-05-27 05:06:10 INFO EbuildCreation.rgl: Cannot create an ebuild for this package (status=-2).
50 > 2018-05-27 05:06:10 DEBUG OverlayCreator.R_Overlay.sci-CRAN.rgl: removing 0.99.16 from rgl
51
52 These are non-machine readable strings that calls for special
53 treatments. We should make a better parser for these.
54
55 > 2) Checksums failed
56 >
57 > Three packages failed to emerge due to Checksums of the fetched src not matching
58 >
59 > # grep 'checksum' -i /var/tmp/portage/sci-CRAN/*/temp/build.log -B60 | grep contrib
60 > /var/tmp/portage/sci-CRAN/Matrix-1.2.12/temp/build.log---2018-03-26 12:34:13-- http://cran.r-project.org/src/contrib/Matrix_1.2-12.tar.gz
61 > /var/tmp/portage/sci-CRAN/mvtnorm-1.0.7/temp/build.log---2018-03-26 12:33:25-- http://cran.r-project.org/src/contrib/mvtnorm_1.0-7.tar.gz
62 > /var/tmp/portage/sci-CRAN/nloptr-1.0.4/temp/build.log---2018-03-26
63 > 12:33:05-- http://cran.r-project.org/src/contrib/nloptr_1.0.4.tar.gz
64
65 Hmmm, it looks like the upstream has silently replaced the tarballs. Duh.
66
67 > 3) 'File Not Found'
68 >
69 > The majority failed after the build and installation had occurred
70 > within R and control had returned to Portage with "File Not Found"
71 > errors similar to the following...
72
73 This has been my silly typo... Now fixed.
74
75 Cheers,
76 Benda

Replies

Subject Author
[gentoo-science] R_Overlay Update Benda Xu <heroxbd@g.o>