FS#54289 - [r] R needs to be rebuilt against current gcc-libs

Attached to Project: Arch Linux
Opened by Joël Schaerer (lardon) - Saturday, 03 June 2017, 16:51 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 03 June 2017, 17:09 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

The current version of R was built against libgfortran.so.3. The current version shipped with gcc-libs is libgfortran.so.4. As such R is currently broken:

[joel@panda ~]$ R
/usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory

Additional info:
* package version(s)
- R: r-3.4.0-2
- gcc-libs: gcc-libs-7.1.1-2

I checked locally, simply rebuilding R seems to fix the issue.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 03 June 2017, 17:09 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Nothing in the "r" package is linked to libgfortran.

Loading...