On 14 May 2014, at 02:17, Bruce <br...@hawaii-pacific.com> wrote:
> /bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
> -I../..  -I../.. -I. -I../../linbox -DDISABLE_COMMENTATOR -O2 -g -DNDEBUG 
> -U_LB_DEBUG -DDISABLE_COMMENTATOR 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include -pipe 
> -Wl,-rpath=/usr/ports/math/sage/work/sage-6.1.1/local/lib 
> -Wl,-rpath=/usr/local/lib/gcc47 
> -Wl,-rpath=/usr/ports/math/sage/work/sage-6.1.1/local/lib 
> -Wl,-rpath=/usr/local/lib/gcc47 -g -fPIC -c -o linbox-sage.lo linbox-sage.C
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I. -I../../linbox 
> -DDISABLE_COMMENTATOR -O2 -g -DNDEBUG -U_LB_DEBUG -DDISABLE_COMMENTATOR 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include 
> -I/usr/ports/math/sage/work/sage-6.1.1/local/include -pipe 
> -Wl,-rpath=/usr/ports/math/sage/work/sage-6.1.1/local/lib 
> -Wl,-rpath=/usr/local/lib/gcc47 
> -Wl,-rpath=/usr/ports/math/sage/work/sage-6.1.1/local/lib 
> -Wl,-rpath=/usr/local/lib/gcc47 -g -fPIC -c linbox-sage.C  -fPIC -DPIC -o 
> .libs/linbox-sage.o
> {standard input}: Assembler messages:
> {standard input}:669830: Warning: end of file not at end of a line; newline 
> inserted
> {standard input}:670930: Error: unknown pseudo-op: `.lvl719'
> {standard input}: Error: open CFI at the end of file; missing .cfi_endproc 
> directive
> g++47: internal compiler error: Killed: 9 (program cc1plus)

How much memory do you have in this machine?  Do you see any "pid XXX
was killed, out of swap space" messages in dmesg or syslog?

My first guess would be that gcc is running out of memory, dies, and
leaves a half-written assembly file.  That is why you get the complaint
from the assembler about an open CFI directive at the end of the file.

-Dimitry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to