I am trying to build sage from source (version 8.3rc2)
on Mac OS X Version 10.9.5 with 2.8 GH Intel core i7.

The log is attached.

--Mark

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
Found local metadata for ntl-10.3.0.p0
Using cached file /Users/mshimo/sage-8.2/upstream/ntl-10.3.0.tar.gz
ntl-10.3.0.p0
====================================================
Setting up build directory for ntl-10.3.0.p0
Finished extraction
No patch files found in ../patches
****************************************************
Host system:
Darwin shimozono-2.local 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11 
18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64
****************************************************
C compiler: gcc
C compiler version:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
****************************************************
No record that 'ntl' was ever installed; skipping uninstall

Configuring NTL.
Setting SHAREDFLAGS to '-fno-common'
Configuring NTL with NATIVE=on (NTL might still disable it).


*** building libtool

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.4.0 file names to 
x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain 
format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... no
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

*** libtool OK

*** checking -march=native flag
CXXAUTOFLAGS=" -march=native"
*** -march=native works
CXXAUTOFLAGS=" -march=native"
generating makefile
generating ../include/NTL/config.h
generating ../include/NTL/config_log.h

Tuning and building NTL.
Building ntl-10.3.0.p0
make setup1
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c MakeDescAux.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib  
-o MakeDesc MakeDesc.cpp MakeDescAux.o -lm
./MakeDesc
This is NTL version 10.3.0

GOOD NEWS: compatible machine.
summary of machine characteristics:
bits per long = 64
bits per int = 32
bits per size_t = 64
arith right shift = yes
double precision = 53
long double precision = 64
NBITS (maximum) = 50
WNBITS (maximum) = 62
double rounding detected = no
FMA detected = no
big pointers = no


mv mach_desc.h ../include/NTL/mach_desc.h
make setup2
echo "*** CheckFeature log ***" > CheckFeature.log
sh MakeGetTime "g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib 
" "-lm"
does anybody really know what time it is?
using GetTime1.cpp
sh MakeGetPID  "g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib 
" "-lm"
who am I?
using GetPID1.cpp
sh MakeCheckFeature BUILTIN_CLZL "CheckCLZL.cpp CheckCLZLAux.cpp" "g++ 
-I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib 
" "-lm"
*** Checking for feature: BUILTIN_CLZL [yes]
sh MakeCheckFeature LL_TYPE "CheckLL.cpp CheckLLAux.cpp" "g++ -I../include -I.  
-march=native -O2 -g  -fno-common -L/Users/mshimo/sage-8.2/local/lib 
-Wl,-rpath,/Users/mshimo/sage-8.2/local/lib " "-lm"
*** Checking for feature: LL_TYPE [yes]
sh MakeCheckFeature AVX "CheckAVX.cpp" "g++ -I../include -I.  -march=native -O2 
-g  -fno-common -L/Users/mshimo/sage-8.2/local/lib 
-Wl,-rpath,/Users/mshimo/sage-8.2/local/lib " "-lm"
*** Checking for feature: AVX [yes]
sh MakeCheckFeature FMA "CheckFMA.cpp" "g++ -I../include -I.  -march=native -O2 
-g  -fno-common -L/Users/mshimo/sage-8.2/local/lib 
-Wl,-rpath,/Users/mshimo/sage-8.2/local/lib " "-lm"
*** Checking for feature: FMA [yes]
sh MakeCheckFeature PCLMUL "CheckPCLMUL.cpp" "g++ -I../include -I.  
-march=native -O2 -g  -fno-common -L/Users/mshimo/sage-8.2/local/lib 
-Wl,-rpath,/Users/mshimo/sage-8.2/local/lib " "-lm"
*** Checking for feature: PCLMUL [yes]
make setup3
g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib  
-I/Users/mshimo/sage-8.2/local/include  -o gen_gmp_aux gen_gmp_aux.cpp 
-L/Users/mshimo/sage-8.2/local/lib  -lgmp  -lm
./gen_gmp_aux > ../include/NTL/gmp_aux.h
NTL_GMP_LIP flag set
NTL_ZZ_NBITS = 64
NTL_BITS_PER_LIMB_T = 64
make setup4
sh Wizard on "make"

*
*
* The wizard is going to run.
* It will perform some timing experiments, and then automatically
* update your config.h file.
* Please be patient, and don't be spooked by any error messages.
*
*
*** perl WizardAux make
g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib  
-o InitSettings InitSettings.cpp  -lm
run: default default default NTL_FFT_BIGTAB
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c GetTime.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c GetPID.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ctools.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZVec.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-50e784.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-50e784.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
run: default default NTL_AVOID_BRANCHING NTL_FFT_BIGTAB
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c tools.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c vec_ZZ.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c vec_ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c GF2.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-36cd09.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-36cd09.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
skip: default NTL_SPMM_ULL default
skip: default NTL_SPMM_ULL NTL_AVOID_BRANCHING
run: NTL_FFT_LAZYMUL default default NTL_FFT_BIGTAB
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c vec_ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c WordVector.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c vec_GF2.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  GF2X.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-7f4e3f.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-7f4e3f.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
make[6]: *** Waiting for unfinished jobs....
run: NTL_FFT_LAZYMUL default NTL_AVOID_BRANCHING NTL_FFT_BIGTAB
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-998a99.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-998a99.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
skip: NTL_FFT_LAZYMUL NTL_SPMM_ULL default
skip: NTL_FFT_LAZYMUL NTL_SPMM_ULL NTL_AVOID_BRANCHING
run: default default default default
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-857a9f.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-857a9f.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c FFT.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_p.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-8d6e7f.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-8d6e7f.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-79c118.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-79c118.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-8b7dbb.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-8b7dbb.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70
g++ -I../include -I.  -march=native -O2 -g  -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include  lip.cpp
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-195c5c.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-195c5c.sh
clang: note: diagnostic msg: 

********************
make[6]: *** [lip.o] Error 70


*** the wizard is done!!

g++ -I../include -I.  -march=native -O2 -g  -fno-common 
-L/Users/mshimo/sage-8.2/local/lib -Wl,-rpath,/Users/mshimo/sage-8.2/local/lib  
-o DispSettings DispSettings.cpp -lm


/***************************
Basic Configuration Options:
NTL_GMP_LIP
NTL_GF2X_LIB

Resolution of double-word type:
__uint128_t

Performance Options:
NTL_CRT_ALTCODE_SMALL
***************************/


*
*
* Updating config.h and wizard_log.h
*
*
make ntl.a
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c FFT.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
FFT.cpp  -fno-common -DPIC -o .libs/FFT.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
FFT.cpp -o FFT.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c FacVec.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
FacVec.cpp  -fno-common -DPIC -o .libs/FacVec.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
FacVec.cpp -o FacVec.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2.cpp  -fno-common -DPIC -o .libs/GF2.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2.cpp -o GF2.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2E.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2E.cpp  -fno-common -DPIC -o .libs/GF2E.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2E.cpp -o GF2E.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2EX.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2EX.cpp  -fno-common -DPIC -o .libs/GF2EX.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2EX.cpp -o GF2EX.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2EXFactoring.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2EXFactoring.cpp  -fno-common -DPIC -o .libs/GF2EXFactoring.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2EXFactoring.cpp -o GF2EXFactoring.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c -I/Users/mshimo/sage-8.2/local/include  
GF2X.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include GF2X.cpp  -fno-common -DPIC -o 
.libs/GF2X.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include GF2X.cpp -o GF2X.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2X1.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2X1.cpp  -fno-common -DPIC -o .libs/GF2X1.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2X1.cpp -o GF2X1.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2XFactoring.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2XFactoring.cpp  -fno-common -DPIC -o .libs/GF2XFactoring.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2XFactoring.cpp -o GF2XFactoring.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GF2XVec.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2XVec.cpp  -fno-common -DPIC -o .libs/GF2XVec.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GF2XVec.cpp -o GF2XVec.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GetTime.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GetTime.cpp  -fno-common -DPIC -o .libs/GetTime.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GetTime.cpp -o GetTime.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c GetPID.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GetPID.cpp  -fno-common -DPIC -o .libs/GetPID.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
GetPID.cpp -o GetPID.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c HNF.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
HNF.cpp  -fno-common -DPIC -o .libs/HNF.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
HNF.cpp -o HNF.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ctools.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ctools.cpp  -fno-common -DPIC -o .libs/ctools.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ctools.cpp -o ctools.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c LLL.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL.cpp  -fno-common -DPIC -o .libs/LLL.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL.cpp -o LLL.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c LLL_FP.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_FP.cpp  -fno-common -DPIC -o .libs/LLL_FP.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_FP.cpp -o LLL_FP.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c LLL_QP.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_QP.cpp  -fno-common -DPIC -o .libs/LLL_QP.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_QP.cpp -o LLL_QP.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c LLL_RR.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_RR.cpp  -fno-common -DPIC -o .libs/LLL_RR.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_RR.cpp -o LLL_RR.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c LLL_XD.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_XD.cpp  -fno-common -DPIC -o .libs/LLL_XD.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
LLL_XD.cpp -o LLL_XD.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c RR.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
RR.cpp  -fno-common -DPIC -o .libs/RR.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
RR.cpp -o RR.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c WordVector.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
WordVector.cpp  -fno-common -DPIC -o .libs/WordVector.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
WordVector.cpp -o WordVector.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ.cpp  -fno-common -DPIC -o .libs/ZZ.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ.cpp -o ZZ.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZVec.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZVec.cpp  -fno-common -DPIC -o .libs/ZZVec.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZVec.cpp -o ZZVec.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZX.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZX.cpp  -fno-common -DPIC -o .libs/ZZX.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZX.cpp -o ZZX.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZX1.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZX1.cpp  -fno-common -DPIC -o .libs/ZZX1.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZX1.cpp -o ZZX1.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZXCharPoly.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZXCharPoly.cpp  -fno-common -DPIC -o .libs/ZZXCharPoly.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZXCharPoly.cpp -o ZZXCharPoly.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZXFactoring.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZXFactoring.cpp  -fno-common -DPIC -o .libs/ZZXFactoring.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZXFactoring.cpp -o ZZXFactoring.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_p.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_p.cpp  -fno-common -DPIC -o .libs/ZZ_p.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_p.cpp -o ZZ_p.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pE.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pE.cpp  -fno-common -DPIC -o .libs/ZZ_pE.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pE.cpp -o ZZ_pE.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pEX.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pEX.cpp  -fno-common -DPIC -o .libs/ZZ_pEX.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pEX.cpp -o ZZ_pEX.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pEXFactoring.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pEXFactoring.cpp  -fno-common -DPIC -o .libs/ZZ_pEXFactoring.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pEXFactoring.cpp -o ZZ_pEXFactoring.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pX.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pX.cpp  -fno-common -DPIC -o .libs/ZZ_pX.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pX.cpp -o ZZ_pX.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pX1.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pX1.cpp  -fno-common -DPIC -o .libs/ZZ_pX1.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pX1.cpp -o ZZ_pX1.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pXCharPoly.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pXCharPoly.cpp  -fno-common -DPIC -o .libs/ZZ_pXCharPoly.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pXCharPoly.cpp -o ZZ_pXCharPoly.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c ZZ_pXFactoring.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pXFactoring.cpp  -fno-common -DPIC -o .libs/ZZ_pXFactoring.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
ZZ_pXFactoring.cpp -o ZZ_pXFactoring.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c fileio.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
fileio.cpp  -fno-common -DPIC -o .libs/fileio.o
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
fileio.cpp -o fileio.o >/dev/null 2>&1
./libtool-build/libtool --tag=CXX --mode=compile  g++ -I../include -I.  
-march=native -O2 -g  -fno-common -c -I/Users/mshimo/sage-8.2/local/include  
lip.cpp
libtool: compile:  g++ -I../include -I. -march=native -O2 -g -fno-common -c 
-I/Users/mshimo/sage-8.2/local/include lip.cpp  -fno-common -DPIC -o .libs/lip.o
fatal error: error in backend: Do not know how to split the result of this 
operator!

clang: error: clang frontend command failed with exit code 70 (use -v to see 
invocation)
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to 
http://developer.apple.com/bugreporter/ and include the crash backtrace, 
preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-341ec5.cpp
clang: note: diagnostic msg: 
/var/folders/rz/6vqkjxs93tggtq73fqqmr0jc0000gq/T/lip-341ec5.sh
clang: note: diagnostic msg: 

********************
make[5]: *** [lip.o] Error 1
make[4]: *** [all] Error 2
********************************************************************************
Error building ntl-10.3.0.p0
********************************************************************************

real    4m11.342s
user    3m2.290s
sys     0m20.047s
************************************************************************
Error installing package ntl-10.3.0.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the log file
  /Users/mshimo/sage-8.2/logs/pkgs/ntl-10.3.0.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/Users/mshimo/sage-8.2/local/var/tmp/sage/build/ntl-10.3.0.p0 and type 'make' 
or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd '/Users/mshimo/sage-8.2/local/var/tmp/sage/build/ntl-10.3.0.p0' && 
'/Users/mshimo/sage-8.2/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************

Reply via email to