control: reopen -1 control: severity -1 serious control: notfixed -1 3.2.4.20160411-1 control: tags -1 + patch control: tags -1 + pending
Hi Dirk, unfortunately the patch is not enough. Thanks to <aurel32>, we discovered that the rules file still has the gcc-4.9 hardcoded hack, so now the package is just FTBFS without that additional build-dependency on mips. diff -u r-base-3.2.4.20160411/debian/rules r-base-3.2.4.20160411/debian/rules --- r-base-3.2.4.20160411/debian/rules +++ r-base-3.2.4.20160411/debian/rules @@ -75,12 +75,7 @@ # edd 11 Oct 2011 setting -std=gnu99 with compiler (thanks, Kurt Hornik) fortrancompiler = F77=gfortran f95compiler = gfortran -# edd 10 Jan 2016 mips currently needs gcc-4.9 (cf #810357) and big thanks to Sébastien Villemot -ifeq ($(arch),mips) -compiler = "gcc-4.9 -std=gnu99" -else compiler = "gcc -std=gnu99" -endif cxxcompiler = g++ # edd 31 Mar 2014 I checked right now a test build on minkus mips porterbox, and I have been able to run R binary. Also the testcase on [1] seems to run correctly now. I scheduled the upload on deferred/2 and attached the patch on this email. (sorry for the speedy NMU, but this is blocking vtk6, pcl, ifrit and libpng1.6 transition right now). thanks, Gianfranco [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810357#77