rhub icon indicating copy to clipboard operation
rhub copied to clipboard

PREPERROR: Dependencies for package not available on Fedora (similar to #304)

Open hugomflavio opened this issue 4 years ago • 1 comments

I am having some issues with library dependencies. I noticed that this appears to have already been solved in issue #304, but I guess the problem is back?

Full log here: https://builder.r-hub.io/status/actel_0.1.3.9000.tar.gz-27bfede90a404fb7af9879776af6a452

#> ------------------------- ANTICONF ERROR ---------------------------
#> Configuration failed because librsvg-2.0 was not found. Try installing:
#> * deb: librsvg2-dev (Debian, Ubuntu, etc)
#> * rpm: librsvg2-devel (Fedora, EPEL)
#> * csw: librsvg_dev, sunx11_devel (Solaris)
#> * brew: librsvg (OSX)
#> If librsvg-2.0 is already installed, check that 'pkg-config' is in your
#> PATH and PKG_CONFIG_PATH contains a librsvg-2.0.pc file. If pkg-config
#> is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
#> R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
#> --------------------------------------------------------------------
#> ERROR: configuration failed for package ‘rsvg’
#> -----------------------------[ ANTICONF ]-------------------------------
#> Configuration failed to find the libv8 engine library. Try installing:
#> * deb: libv8-dev or libnode-dev (Debian / Ubuntu)
#> * rpm: v8-devel (Fedora, EPEL)
#> * brew: v8 (OSX)
#> * csw: libv8_dev (Solaris)
#> To use a custom libv8, set INCLUDE_DIR and LIB_DIR manually via:
#> R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
#> ---------------------------[ ERROR MESSAGE ]----------------------------
#> :1:10: fatal error: 'v8.h' file not found
#> #include
#> ^~~~~~
#> 1 error generated.
#> ------------------------------------------------------------------------
#> ERROR: configuration failed for package ‘V8’

Any help would be highly appreciated.

If it helps, this is the line I ran:

cran_prep <- rhub::check_for_cran("actel_0.1.3.9000.tar.gz", check_args = "--no-tests", env_vars = c(`_R_CHECK_FORCE_SUGGESTS_` = "false"))

hugomflavio avatar Mar 16 '20 09:03 hugomflavio

Same here: https://builder.r-hub.io/status/original/lares_5.0.1.tar.gz-c004191f92e844fdb3432396e64b1d9c

laresbernardo avatar Jun 04 '21 16:06 laresbernardo

This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2.

gaborcsardi avatar May 09 '24 12:05 gaborcsardi