[R-SIG-Mac] R 3.4.0 problem

Brandon Hurr brandon.hurr at gmail.com
Tue May 16 17:04:19 CEST 2017


The key to understanding your current issue is the following lines in
your output.

checking for __gmpz_ui_sub in -lgmp... no
configure: error: GNU MP not found, or not 4.1.4 or up, see
http://gmplib.org

You need to visit that website and install GMP. The R `gmp` package
requires the GMP library to be installed before it can work so it
fails to install.

HTH,
B


On Mon, Apr 24, 2017 at 11:49 PM, catalin roibu <catalinroibu at gmail.com> wrote:
> Dear all,
>
> I have a problem with the newest R version. I'm trying to install a
> specific package dplR who need the gpm package and I have this error on my
> macbook (OS Sierra):
>
>> install.packages("dplR")
> also installing the dependency ‘gmp’
>
> Packages which are only available in source form, and may
>   need compilation of C/C++/Fortran: ‘gmp’ ‘dplR’
> Do you want to attempt to install these from sources?
> y/n: y
> installing the source packages ‘gmp’, ‘dplR’
>
> trying URL 'https://cran.rstudio.com/src/contrib/gmp_0.5-13.1.tar.gz'
> Content type 'application/x-gzip' length 131321 bytes (128 KB)
> ==================================================
> downloaded 128 KB
>
> trying URL 'https://cran.rstudio.com/src/contrib/dplR_1.6.5.tar.gz'
> Content type 'application/x-gzip' length 1672999 bytes (1.6 MB)
> ==================================================
> downloaded 1.6 MB
>
> * installing *source* package ‘gmp’ ...
> ** package ‘gmp’ successfully unpacked and MD5 sums checked
> creating cache ./config.cache
> checking for __gmpz_ui_sub in -lgmp... no
> configure: error: GNU MP not found, or not 4.1.4 or up, see
> http://gmplib.org
> ERROR: configuration failed for package ‘gmp’
> * removing ‘/Library/Frameworks/R.framework/Versions/3.4/
> Resources/library/gmp’
> Warning in install.packages :
>   installation of package ‘gmp’ had non-zero exit status
> ERROR: dependency ‘gmp’ is not available for package ‘dplR’
> * removing ‘/Library/Frameworks/R.framework/Versions/3.4/
> Resources/library/dplR’
> Warning in install.packages :
>   installation of package ‘dplR’ had non-zero exit status
>
> The downloaded source packages are in
> ‘/private/var/folders/c5/6g4vbk5x55586m8ky2v_6pbc0000gn/T/RtmprYzSE8/
> downloaded_packages’
>
>
> All the other packages work in good conditions.
> Please help me to solve this annoying situation.
>
> Best regards!
>
> CR
>
>
> --
>
> -
> -
> Catalin-Constantin ROIBU
>
> Lecturer PhD, Forestry engineer
> Forestry Faculty of Suceava
> Str. Universitatii no. 13, Suceava, 720229, Romania
> office phone      +4 0230 52 29 78, ext. 531
> mobile phone    +4 0745 53 18 01
> FAX:                +4 0230 52 16 64
> silvic.usv.ro <http://www.usv.ro/>
>
>
>
>   <https://mailtrack.io/> Sent with Mailtrack
> <https://mailtrack.io/install?source=signature&lang=en&referral=catalinroibu@gmail.com&idSignature=22>
> <#>
>
>         [[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



More information about the R-SIG-Mac mailing list