FS#58527 - [r] R needs to be rebuilt against current gcc-libs (libgfortran.so.5)

Attached to Project: Arch Linux
Opened by Reto Kaiser (njam) - Wednesday, 09 May 2018, 20:02 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 09 May 2018, 20:31 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 0
Private No

Details

Description:

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



Additional info:
* package version(s)
- r 3.5.0-1
- gcc-libs 8.1.0-1

I checked locally, simply rebuilding R seems to fix the issue.


Steps to reproduce:

$ Rscript -e 'install.packages("minqa")'
/usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory


Similar to #54289
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 09 May 2018, 20:31 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Same as #54289

Loading...