Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Doubt about R support in gentoo
Date: Sat, 19 Nov 2016 14:51:29
Message-Id: 701fdfbd-6f2f-7ec6-4e3c-5fa3fbe418f2@alectenharmsel.com
In Reply to: [gentoo-user] Doubt about R support in gentoo by Zhu Sha Zang
1 El 19/11/2016 a las 07:47 a. m., Zhu Sha Zang escribió:
2 >
3 > Hello everybody...
4 >
5 >
6 > A single doubt here:
7 >
8 >
9 > After an upgrade in package dev-libs/icu (from 57.1 to 58.1-r1) i
10 > tried a package upgrade inside R and got that:
11 >
12 >
13 > /> update.packages(checkBuilt=TRUE, ask=FALSE,
14 > repos='http://cran.us.r-project.org')
15 > trying URL 'http://cran.us.r-project.org/src/contrib/knitr_1.15.tar.gz'
16 > Content type 'application/x-gzip' length 1027358 bytes (1003 KB)
17 > ==================================================
18 > downloaded 1003 KB
19 >
20 > * installing *source* package ‘knitr’ ...
21 > ** package ‘knitr’ successfully unpacked and MD5 sums checked
22 > ** R
23 > ** demo
24 > ** inst
25 > ** preparing package for lazy loading
26 > Error in dyn.load(file, DLLpath = DLLpath, ...) :
27 > *unable to load shared object
28 > '/usr/lib64/R/library/stringi/libs/stringi.so':**
29 > ** libicui18n.so.57: cannot open shared object file: No such file or
30 > directory*
31 > /
32 >
33
34 I am not super familiar with R - can you try rebuilding R itself before
35 doing the CRAN package installs/upgrades? It looks like the path to ICU
36 is hard-coded somehow.
37
38 >
39 > This kind of "bug" can I put inside bugs.gentoo.org or its a cran
40 > package bug?
41 >
42 > It is not the first time and i'm in dout about how to proceed.
43 >
44 >
45
46 If rebuildling R fixes this problem, you can file a bug so that
47 developers somehow trigger an R rebuild whenever ICU is updated.
48
49 Alec

Replies

Subject Author
Re: [gentoo-user] Doubt about R support in gentoo c0a800ff@×××××.com