math/sage error log message

Dimitry Andric dim at FreeBSD.org
Wed May 14 20:06:22 UTC 2014


On 14 May 2014, at 02:17, Bruce <bruce at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 203 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140514/2be0e2dd/attachment.sig>


More information about the freebsd-ports mailing list