[Bug c++/59742] New: compilation failed for package ‘RcppEigen’
patrik.dinnetz at sh dot se
gcc-bugzilla@gcc.gnu.org
Thu Jan 9 20:15:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59742
Bug ID: 59742
Summary: compilation failed for package ‘RcppEigen’
Product: gcc
Version: 4.4.6
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: patrik.dinnetz at sh dot se
Failing to instal package lme4 in R due to failing compilation of package
RcppEigen
Ubunutu 12.04
package R version 3.02
install.packages("lme4")
Installing package into ‘/home/patrik/R/i686-pc-linux-gnu-library/3.0’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ‘RcppEigen’
trying URL
'http://ftp.sunet.se/pub/lang/CRAN/src/contrib/RcppEigen_0.3.2.0.1.tar.gz'
Content type 'application/x-gzip' length 1251939 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb
trying URL 'http://ftp.sunet.se/pub/lang/CRAN/src/contrib/lme4_1.0-5.tar.gz'
Content type 'application/x-gzip' length 2706261 bytes (2.6 Mb)
opened URL
==================================================
downloaded 2.6 Mb
* installing *source* package ‘RcppEigen’ ...
** package ‘RcppEigen’ successfully unpacked and MD5 sums checked
** libs
g++ -I/usr/share/R/include -DNDEBUG
-I"/home/patrik/R/i686-pc-linux-gnu-library/3.0/Rcpp/include"
-I../inst/include -fpic -O3 -pipe -g -c RcppEigen.cpp -o RcppEigen.o
g++ -I/usr/share/R/include -DNDEBUG
-I"/home/patrik/R/i686-pc-linux-gnu-library/3.0/Rcpp/include"
-I../inst/include -fpic -O3 -pipe -g -c fastLm.cpp -o fastLm.o
{standard input}: Assembler messages:
{standard input}:115964: Warning: end of file not at end of a line; newline
inserted
{standard input}:118061: Error: invalid operands (*UND* and .gcc_except_table
sections) for `-'
g++: internt kompilatorfel: Dödad (program cc1plus)
Var vänlig och skicka in en komplett felrapport,
(translation from Swedish - please send compleate bugreport)
om möjligt med preprocessad källfil.
Se <file:///usr/share/doc/gcc-4.6/README.Bugs> för instruktioner.
make: *** [fastLm.o] Fel 4
ERROR: compilation failed for package ‘RcppEigen’
* removing ‘/home/patrik/R/i686-pc-linux-gnu-library/3.0/RcppEigen’
ERROR: dependency ‘RcppEigen’ is not available for package ‘lme4’
* removing ‘/home/patrik/R/i686-pc-linux-gnu-library/3.0/lme4’
The downloaded source packages are in
‘/tmp/RtmpvTqqF1/downloaded_packages’
Warning messages:
1: In install.packages("lme4") :
installation of package ‘RcppEigen’ had non-zero exit status
2: In install.packages("lme4") :
installation of package ‘lme4’ had non-zero exit status
More information about the Gcc-bugs
mailing list