Date: Sun, 1 Oct 2017 19:13:25 +0200 From: Victor <vdemart@gmail.com> To: FreeBSD Mailing List <freebsd-questions@freebsd.org> Cc: Roland Smith <rsmith@xs4all.nl> Subject: Re: Installing R 3.4.2 from ports doesn't find cairo.so lib Message-ID: <374BB9D5-957A-40F4-BB07-598B32999F6A@gmail.com> In-Reply-To: <20171001141453.GB87960@slackbox.erewhon.home> References: <BF0BE6D1-F860-472C-B029-1B3411E4D8AF@gmail.com> <20171001141453.GB87960@slackbox.erewhon.home>
next in thread | previous in thread | raw e-mail | index | archive | help
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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?374BB9D5-957A-40F4-BB07-598B32999F6A>