public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59742] New: compilation failed for package ‘RcppEigen’
@ 2014-01-09 20:15 patrik.dinnetz at sh dot se
  2014-01-09 20:53 ` [Bug c++/59742] " patrik.dinnetz at sh dot se
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: patrik.dinnetz at sh dot se @ 2014-01-09 20:15 UTC (permalink / raw)
  To: gcc-bugs

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
>From gcc-bugs-return-439831-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 09 20:39:30 2014
Return-Path: <gcc-bugs-return-439831-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8805 invoked by alias); 9 Jan 2014 20:15:44 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 20259 invoked by uid 48); 9 Jan 2014 20:01:03 -0000
From: "rsandifo at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/59137] [4.7 Regression] Miscompilation at -O1 on mips/mipsel
Date: Thu, 09 Jan 2014 20:15:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: rtl-optimization
X-Bugzilla-Version: 4.8.2
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: major
X-Bugzilla-Who: rsandifo at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.7.4
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-59137-4-ALG7dTHguK@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-59137-4@http.gcc.gnu.org/bugzilla/>
References: <bug-59137-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-01/txt/msg00973.txt.bz2
Content-length: 637

http://gcc.gnu.org/bugzilla/show_bug.cgi?idY137

rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8/4.9 Regression]    |[4.7 Regression]
                   |Miscompilation at -O1 on    |Miscompilation at -O1 on
                   |mips/mipsel                 |mips/mipsel

--- Comment #6 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> ---
Patch applied to mainline and 4.8 so far.  I'm not sure whether it's
suitable for 4.7 at this stage.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-15 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-09 20:15 [Bug c++/59742] New: compilation failed for package ‘RcppEigen’ patrik.dinnetz at sh dot se
2014-01-09 20:53 ` [Bug c++/59742] " patrik.dinnetz at sh dot se
2014-01-09 21:09 ` glisse at gcc dot gnu.org
2014-01-15  0:51 ` pinskia at gcc dot gnu.org
2014-01-15  9:04 ` redi at gcc dot gnu.org
2014-01-15 15:31 ` patrik.dinnetz at sh dot se

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).