MichaelChirico / r-bugs

A ⚠️read-only⚠️mirror of https://bugs.r-project.org/
20 stars 0 forks source link

[BUGZILLA #2181] Chron problem with R 1.6.0 #1536

Closed MichaelChirico closed 4 years ago

MichaelChirico commented 4 years ago

From: rab@<::CENSORED -- SEE ORIGINAL ON BUGZILLA::> Full_Name: Rick Bilonick Version: 1.6.0 OS: Linux (RH 7.1) Submission from: (NULL) (12.4.226.1)

Hi. I'm using Red Hat 7.1 Linux (Intel 586). I installed the 1.6.0 rpm. No problems were reported. When I tried to load the chron library:

Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/library/chron/libs/chron.so": libR.so: cannot load shared object file: No such file or directory Error in library(chron) : .First.lib failed

I checked to see if there was a new version of chron but apparently I had the latest version. I did an "update.packages" any way. It updated a number of packages but not chron. I haven't noticed any problems with other packages. R appears to run OK.

I'm not sure why chron.so was missing. I removed the chron package and re-installed chron. That fixed the problem. But what happened to chron.so when I installed 1.6.0?


METADATA

MichaelChirico commented 4 years ago

From: Peter Dalgaard BSA <p.dalgaard@<::CENSORED -- SEE ORIGINAL ON BUGZILLA::>> rab@<::CENSORED -- SEE ORIGINAL ON BUGZILLA::> writes:

Hi. I'm using Red Hat 7.1 Linux (Intel 586). I installed the 1.6.0 rpm. No
problems were reported. When I tried to load the chron library:

Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/chron/libs/chron.so":
libR.so: cannot load shared object file: No such file or directory
Error in library(chron) : .First.lib failed

I checked to see if there was a new version of chron but apparently I had the
latest version. I did an "update.packages" any way. It updated a number of
packages but not chron. I haven't noticed any problems with other packages. R
appears to run OK.

I'm not sure why chron.so was missing. I removed the chron package and
re-installed chron. That fixed the problem. But what happened to chron.so
when I
installed 1.6.0?

Chron is not part of 1.6.0, so you must have had it before. Presumably, your old version of R was built with support for R as a shared library and the new one isn't, so chron.so goes looking for libR.so on loading, and it isn't there anymore.

-- O_ ---- Peter Dalgaard Blegdamsvej 3
c/ /'
--- Dept. of Biostatistics 2200 Cph. N
<CENSORING FROM DETECTED PHONE NUMBER ONWARDS; SEE BUGZILLA>


METADATA

MichaelChirico commented 4 years ago

Audit (from Jitterbug): Sun Oct 20 23:39:51 2002 thomas foobar Sun Oct 20 23:39:51 2002 thomas moved from incoming to Add-ons-fixed


METADATA