From owner-freebsd-questions@freebsd.org Sun Oct 1 17:13:28 2017 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 8E15EE29E5F for ; Sun, 1 Oct 2017 17:13:28 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from smtpcmd10101.aruba.it (smtpcmd14161.aruba.it [62.149.156.161]) by mx1.freebsd.org (Postfix) with ESMTP id 0413767993 for ; Sun, 1 Oct 2017 17:13:27 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from [192.168.1.114] ([87.20.33.224]) by smtpcmd14.ad.aruba.it with bizsmtp id GHDR1w00E4q8drK01HDRWa; Sun, 01 Oct 2017 19:13:25 +0200 Subject: Re: Installing R 3.4.2 from ports doesn't find cairo.so lib Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Victor In-Reply-To: <20171001141453.GB87960@slackbox.erewhon.home> Date: Sun, 1 Oct 2017 19:13:25 +0200 Cc: Roland Smith Content-Transfer-Encoding: quoted-printable Message-Id: <374BB9D5-957A-40F4-BB07-598B32999F6A@gmail.com> References: <20171001141453.GB87960@slackbox.erewhon.home> To: FreeBSD Mailing List X-Mailer: Apple Mail (2.1283) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1506878005; bh=jGopqWCzSiiSeg/Y3MUW2w8yL18N1Ew4V4+28L8oLsA=; h=Subject:Mime-Version:Content-Type:From:Date:To; b=Cx41h4DdQNGlqFbszY6pLrHDXP1VR7WWGS9CZDfSKqdWKjTMoYyxZZfo7x/ZZ4XdA 8ghl72uXqeuON8D4b90t5tjEX4XYy/JWgIsXPrkYNmb0UB0LgvECrBqMTZRZW2ZJIk TxIX8qeAuLg7Cc/lWOs2qqP+BnxilqLIguGR7gLayuO/l9OSr27XFhTlHIuqDUyQoV q9E17Qle6kDmzl1bx62It82TbhdMcpR9XrvTTlgGpNKrZY3vq3mC9lrpWllWXdHFps I5s6v06EapYXf1hecIvLcinUke+3knwLbKOC8LqG30aVFYp9j9vg81voq/fXswjLsi swvkf802q/RHQ== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2017 17:13:28 -0000 I modified > CAIROPANGO_CONFIGURE_WITH=3Dcairo >=20 > to > CAIROPANGO_CONFIGURE_ENABLE=3Dcairo to no avail. Same error! Ciao Vittorio Il giorno 01/ott/2017, alle ore 16:14, Roland Smith ha scritto: > On Sun, Oct 01, 2017 at 03:35:34PM +0200, Victor wrote: >> Under >>=20 >> FreeBSD metbsd 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0: Wed Aug 9 = 11:17:49 UTC 2017 =20 >> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >>=20 >> I'm trying to install the new R 3.4.2 version from ports = (/usr/ports/math/R) but when I issue >>=20 >>=20 >> make install >> .............. >> .............. >> =3D=3D=3D> Checking if R already installed >> =3D=3D=3D> Registering installation for R-3.4.2 >> pkg-static: Unable to access file = /usr/ports/math/R/work/stage/usr/local/lib/R/library/grDevices/libs/cairo.= so:No such file or directory >> *** Error code 74 >=20 > ........ > If cairo.so is not being built, I would suggest making a backup of the = port Makefile. > Then edit the Makefile to change: >=20 > CAIROPANGO_CONFIGURE_WITH=3Dcairo >=20 > to > CAIROPANGO_CONFIGURE_ENABLE=3Dcairo >=20 > According to /usr/ports/Mk/bsd.options.mk, the ${opt}_CONFIGURE_WITH = flag adds > =93--with-${content}=94. But from other options, it seems that R uses = the > --enable/--disable style of options. That should be done with > ${opt}_CONFIGURE_ENABLE. >=20 > Roland > --=20 > R.F.Smith = http://rsmith.home.xs4all.nl/ > [plain text email much appreciated]