Le dimanche 10 janvier 2016 à 22:03 -0600, Dirk Eddelbuettel a écrit : > Seb, > > Thanks a million. r-base_3.2.3-2 is being pushed now. [ I need to > take care of > a few lintian warnings too. ] > > Are you going to report the bug to gcc upstream?
Yes I'll take care of the gcc bug report. Concerning the fix that we uploaded, it *almost* works. R compiled on mips and the R executables now runs correctly, which is a big improvement. However, one gets: (sid_mips-dchroot)sebastien@minkus:~$ R CMD config CC gcc-4.9 -std=gnu99 This is causing r-cran-rjags to FTBFS, and I guess many others as well, since gcc-4.9 is not in the build deps of those packages. Do you know how to fix this issue? I think one possibility is to simply add "gcc-4.9 [mips]" to the dependencies of r-base-dev. Another one would be to have "R CMD config CC" return "gcc -std=gnu99" on mips (while still compiling R with gcc-4.9), but I don't know how to achieve that. What's your opinion? -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://sebastien.villemot.name `- GPG Key: 4096R/381A7594
signature.asc
Description: This is a digitally signed message part

