jqr icon indicating copy to clipboard operation
jqr copied to clipboard

jqr in CentOS8 : * rpm: jq-devel (Fedora, EPEL) EXist?

Open GGerProg opened this issue 3 years ago • 3 comments

Hi, I'm trying to install jqr in my centOS8 VM and this is the result:

trying URL 'https://cran.mirror.garr.it/CRAN/src/contrib/jqr_1.1.0.tar.gz'
Content type 'application/octet-stream' length 411600 bytes (401 KB)
==================================================
downloaded 401 KB

* installing *source* package ‘jqr’ ...
** package ‘jqr’ successfully unpacked and MD5 sums checked
** using staged installation
Using PKG_CFLAGS=
Using PKG_LIBS=-ljq
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libjq was not found.
On Ubuntu 14.04 or 16.04 you can use the PPA:
  sudo add-apt-repository -y ppa:opencpu/jq
  sudo apt-get update
  sudo apt-get install libjq-dev
On other sytems try installing:
 * deb: libjq-dev (Debian, Ubuntu 16.10 and up).
 * rpm: jq-devel (Fedora, EPEL)
 * csw: libjq_dev (Solaris)
 * brew: jq (OSX)
If  is already installed set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
--------------------------------------------------------------------
ERROR: configuration failed for package ‘jqr’
* removing ‘/home/localroot/R/x86_64-redhat-linux-gnu-library/4.0/jqr’

The downloaded source packages are in
        ‘/tmp/Rtmp2scjHc/downloaded_packages’
Warning message:
In install.packages("jqr") :
  installation of package ‘jqr’ had non-zero exit status

so I look for the jq-devel installation for the centOS8 but seams like it not exist (I found it only for centOS7). Can you help me with this issue? It's very important because is for an Accademic Dashboard we are using to study the spread of the covid19.

Thank you

GGerProg avatar Nov 13 '20 11:11 GGerProg

thanks for the issue - related issue #77

I did find this https://centos.pkgs.org/8/centos-appstream-aarch64/jq-1.5-12.el8.aarch64.rpm.html and for a few other architectures on centos 8 - do any of those work?

sckott avatar Nov 13 '20 15:11 sckott

Hi sckott, thanks for your answer. My problem is with jq**-devel**, not with jq. Do you know if there is a way to install it on centOS8?

GGerProg avatar Nov 14 '20 16:11 GGerProg

don't know of any for jq-devel for centos8

sckott avatar Nov 15 '20 00:11 sckott