=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mapm-4.9.5a --- mapmhasn.o --- --- mapmhsin.o --- --- mapm_pow.o --- --- mapmhasn.o --- gcc -c -Wall -O2 mapmhasn.c --- mapmhsin.o --- gcc -c -Wall -O2 mapmhsin.c --- mapm_pow.o --- gcc -c -Wall -O2 mapm_pow.c --- mapm_log.o --- --- mapm_lg2.o --- --- mapm_log.o --- gcc -c -Wall -O2 mapm_log.c --- mapm_lg4.o --- --- mapm_lg2.o --- gcc -c -Wall -O2 mapm_lg2.c --- mapm_lg4.o --- gcc -c -Wall -O2 mapm_lg4.c --- mapm_exp.o --- --- mapm_lg3.o --- --- mapm_exp.o --- gcc -c -Wall -O2 mapm_exp.c --- mapm_lg3.o --- gcc -c -Wall -O2 mapm_lg3.c --- mapmasin.o --- gcc -c -Wall -O2 mapmasin.c --- mapmasn0.o --- --- mapm_sin.o --- --- mapmasn0.o --- gcc -c -Wall -O2 mapmasn0.c --- mapm_sin.o --- gcc -c -Wall -O2 mapm_sin.c --- mapm5sin.o --- gcc -c -Wall -O2 mapm5sin.c --- mapmrsin.o --- gcc -c -Wall -O2 mapmrsin.c --- mapm_cpi.o --- gcc -c -Wall -O2 mapm_cpi.c --- mapmsqrt.o --- gcc -c -Wall -O2 mapmsqrt.c --- mapmcbrt.o --- --- mapmgues.o --- --- mapmcbrt.o --- gcc -c -Wall -O2 mapmcbrt.c --- mapmgues.o --- gcc -c -Wall -O2 mapmgues.c --- mapmfact.o --- gcc -c -Wall -O2 mapmfact.c --- mapm_gcd.o --- --- mapmipwr.o --- --- mapm_gcd.o --- gcc -c -Wall -O2 mapm_gcd.c --- mapmpwr2.o --- --- mapmipwr.o --- gcc -c -Wall -O2 mapmipwr.c --- mapmpwr2.o --- gcc -c -Wall -O2 mapmpwr2.c --- mapm_rnd.o --- --- mapm_flr.o --- --- mapm_rnd.o --- gcc -c -Wall -O2 mapm_rnd.c --- mapm_flr.o --- gcc -c -Wall -O2 mapm_flr.c --- mapm_fpf.o --- gcc -c -Wall -O2 mapm_fpf.c --- mapm_rcp.o --- gcc -c -Wall -O2 mapm_rcp.c --- mapmstck.o --- gcc -c -Wall -O2 mapmstck.c --- mapm_div.o --- gcc -c -Wall -O2 mapm_div.c --- mapm_mul.o --- gcc -c -Wall -O2 mapm_mul.c --- mapmfmul.o --- gcc -c -Wall -O3 mapmfmul.c --- mapm_fft.o --- --- mapm_add.o --- --- mapm_fft.o --- gcc -c -Wall -O2 mapm_fft.c --- mapm_add.o --- gcc -c -Wall -O2 mapm_add.c --- mapmistr.o --- --- mapm_set.o --- --- mapmistr.o --- gcc -c -Wall -O2 mapmistr.c --- mapm_set.o --- gcc -c -Wall -O2 mapm_set.c --- mapm_fam.o --- gcc -c -Wall -O2 mapm_fam.c --- mapmutil.o --- gcc -c -Wall -O3 mapmutil.c --- mapmutl2.o --- gcc -c -Wall -O2 mapmutl2.c --- mapmutl1.o --- gcc -c -Wall -O2 mapmutl1.c --- mapmcnst.o --- --- calc.o --- --- mapmcnst.o --- gcc -c -Wall -O2 mapmcnst.c --- primenum.o --- --- calc.o --- gcc -c -Wall -O2 calc.c --- primenum.o --- gcc -c -Wall -O2 primenum.c --- validate.o --- gcc -c -Wall -O2 validate.c --- cpp_demo.o --- g++ -c -Wall -O2 cpp_demo.cpp --- libmapm.a --- rm -f libmapm.a ar rc libmapm.a mapmhasn.o mapmhsin.o mapm_pow.o mapm_log.o mapm_lg2.o mapm_lg4.o mapm_exp.o mapm_lg3.o mapmasin.o mapmasn0.o mapm_sin.o mapm5sin.o mapmrsin.o mapm_cpi.o mapmsqrt.o mapmcbrt.o mapmgues.o mapmfact.o mapm_gcd.o mapmipwr.o mapmpwr2.o mapm_rnd.o mapm_flr.o mapm_fpf.o mapm_rcp.o mapmstck.o mapm_div.o mapm_mul.o mapmfmul.o mapm_fft.o mapm_add.o mapmistr.o mapm_set.o mapm_fam.o mapmutil.o mapmutl2.o mapmutl1.o mapmcnst.o --- calc --- gcc -s -static -o calc calc.o libmapm.a -lm --- cpp_demo.o --- cpp_demo.cpp:169:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("x+0 "fmt,x+0,m+0); ^ cpp_demo.cpp:170:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("x+1 "fmt,x+1,m+1); ^ cpp_demo.cpp:171:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("3+x "fmt,3+x,3+m); ^ cpp_demo.cpp:172:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("2+(-x) "fmt,2+(-x),2+(-m)); ^ cpp_demo.cpp:173:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("x-3.2 "fmt,x-3.2,m-3.2); ^ cpp_demo.cpp:174:30: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("x-3.2 (as string) "fmt,x-3.2,m-"3.2"); ^ cpp_demo.cpp:175:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("3.2+(-x) "fmt,3.2+(-x),3.2+(-m)); ^ cpp_demo.cpp:176:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("1.5*x "fmt,1.5*x,1.5*m); ^ cpp_demo.cpp:177:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("2/x "fmt,2/x,2/m); ^ cpp_demo.cpp:180:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("y=6+10*x "fmt,y,n); ^ cpp_demo.cpp:181:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("y div 2 "fmt,y/2,n.div(2)); ^ cpp_demo.cpp:182:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("y mod 2 "fmt,y%2,n.rem(2)); ^ cpp_demo.cpp:183:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("y div -3 "fmt,y/-3,n.div(-3)); ^ cpp_demo.cpp:184:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("y mod -3 "fmt,y%-3,n.rem(-3)); ^ cpp_demo.cpp:185:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("-y div 3 "fmt,(-y)/-3,(-n).div(-3)); ^ cpp_demo.cpp:186:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("-y mod 3 "fmt,(-y)%-3,(-n).rem(-3)); ^ cpp_demo.cpp:188:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("fabs(x) "fmt,fabs(x),fabs(m)); ^ cpp_demo.cpp:189:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("sin(x) "fmt,sin(x),sin(m)); ^ --- primenum --- --- cpp_demo.o --- cpp_demo.cpp:190:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] compare("x.sin() "fmt,sin(x),m.sin()); ^ --- primenum --- gcc -s -static -o primenum primenum.o libmapm.a -lm --- cpp_demo.o --- fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** [cpp_demo.o] Error code 1 bmake: stopped in /var/pkgsrc/work/math/mapm/work/mapm_4.9.5a 1 error bmake: stopped in /var/pkgsrc/work/math/mapm/work/mapm_4.9.5a *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/math/mapm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/math/mapm