From owner-freebsd-questions@freebsd.org Mon Sep 7 14:18:19 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF499CC1E1 for ; Mon, 7 Sep 2015 14:18:19 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from smtpdg227.aruba.it (smtpdg227.aruba.it [62.149.158.227]) by mx1.freebsd.org (Postfix) with ESMTP id 078E61D05 for ; Mon, 7 Sep 2015 14:18:18 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from [192.168.1.114] ([79.19.227.205]) by smtpcmd03.ad.aruba.it with bizsmtp id EEGz1r01K4SXj1b01EH0mq; Mon, 07 Sep 2015 16:17:01 +0200 From: Victor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Compiling R 3.2.2 under FreeBSD Date: Mon, 7 Sep 2015 16:16:59 +0200 Message-Id: <9251004B-F7DA-4F38-8D2A-729EA90E4ED7@gmail.com> To: r-help@r-project.org, FreeBSD Mailing List Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 14:18:19 -0000 The R-CRAN project under FreeBSD 10.2 ports is quite obsolete being = blocked at version 3.0.2 while at the moment the project is at version = 3.2.2. Modifying the /usr/ports/math/R port I'm trying to upgrade R to that = last version. When I issue the 'make' command I get the following error ..................................... installing etc ... installing share ... /usr/ports/math/R-new/work/stage/usr/local/lib/R/lib/libRblas.so is = unchanged gcc48 -std=3Dgnu99 -I. -I../../src/include -I../../src/include = -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG = -DHAVE_CONFIG_H -fopenmp -fpic -O2 -pipe -fno-builtin-coshl = -fno-builtin-erfcl -fno-builtin-erfl -fno-builtin-lgammal = -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl = -fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector = -Wl,-rpath=3D/usr/local/lib/gcc48 -fno-strict-aliasing -L/usr/local/lib = -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl = -fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl = -fno-builtin-tanhl -fno-builtin-tgammal -Wl,-rpath=3D/usr/local/lib/gcc48 = -L/usr/local/lib/gcc48 -B/usr/local/bin -fstack-protector = -Wl,-rpath=3D/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 = -DR_HOME=3D'"/usr/local/lib/R"' -o Rscript ./Rscript.c /usr/ports/math/R-new/work/stage/usr/local/lib/R/bin/exec/R is unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/lib/libR.so is = unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/modules/internet.so is = unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/modules/lapack.so is = unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/lib/libRlapack.so is = unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/modules/R_X11.so is = unchanged /usr/ports/math/R-new/work/stage/usr/local/lib/R/modules/R_de.so is = unchanged installing packages ... building HTML index ... install: R-FAQ.info*: No such file or directory *** Error code 71 Stop. make[1]: stopped in /usr/ports/math/R-new *** Error code 1 Stop. make: stopped in /usr/ports/math/R-new ................................................ What should I do? Ciao Vittorio=