install.packages('httpuv') fails with R-base 3.0.3-1. The problem appears to be that R-base was built with 4.8. Building source CRAN files with R-base after gcc 4.9 sets the -flto flag which generates lto files that seem to be incompatible with earlier versions of R built with 4.8 One solution is to change the /etc/makeconf for R to LTO="-flto ffat-lto-objects" However, another solution is to rebuild R-base with gcc > 4.9
It looks like R-base won't build with gcc 4.9 at all with LTO turned on. Switching it off.
Keywords: (none) => TriagedAssignee: bugsquad => lmenutSource RPM: (none) => R-base
Still valid?
Keywords: (none) => NEEDINFO
Fixed by disabling lto, which is the default upstream.
Keywords: NEEDINFO => (none)Status: NEW => RESOLVEDResolution: (none) => FIXED