-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install glmGamPoi in almalinux system #65
Comments
Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
H RenJ, the issue appears to be that the compilation of Best, |
** 成功将‘glmGamPoi’程序包解包并MD5和检查
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)’
using C++11
g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I../inst/include/ -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/Rcpp/include' -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/RcppArmadillo/include' -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/beachmat/include' -I/usr/local/include -std=c++11 -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/usr/include/R" -DNDEBUG -I../inst/include/ -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/Rcpp/include' -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/RcppArmadillo/include' -I'/home/lenovo/R/x86_64-redhat-linux-gnu-library/4.4/beachmat/include' -I/usr/local/include -std=c++11 -fpic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c beta_estimation.cpp -o beta_estimation.o
beta_estimation.cpp:3:10: 致命错误:beachmat/numeric_matrix.h:没有那个文件或目录
#include "beachmat/numeric_matrix.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
编译中断。
make: *** [/usr/lib64/R/etc/Makeconf:204:beta_estimation.o] 错误 1
ERROR: compilation failed for package ‘glmGamPoi’
下载的程序包在
‘/tmp/Rtmp7vceXl/downloaded_packages’里
Installation paths not writeable, unable to update packages
path: /usr/lib64/R/library
packages:
boot, foreign, MASS, Matrix, nlme, survival
警告信息:
1: In install.packages(...) : 安装程序包‘beachmat’时退出狀態的值不是0
2: In install.packages(...) : 安装程序包‘glmGamPoi’时退出狀態的值不是0
The text was updated successfully, but these errors were encountered: