=> Bootstrap dependency digest>=20010302: found digest-20160304
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for extcalc-0.9.3nb22
[  1%] Generating src/moc_buttons.cxx
[  3%] Generating src/moc_calcwidget.cxx
[  2%] Generating src/moc_graphinput.cxx
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/graphinput.h:0: Note: No relevant classes found. No output generated.
[  5%] Generating src/moc_table.cxx
[  6%] Generating src/moc_calcinput.cxx
[  7%] Generating src/moc_catalog.cxx
[  8%] Generating src/moc_graphout.cxx
[ 10%] Generating src/moc_matrixwidget.cxx
[ 11%] Generating src/moc_tablepref.cxx
[ 12%] Generating src/moc_graphpref.cxx
[ 13%] Generating src/moc_extcalc.cxx
[ 15%] Generating src/moc_functiontable.cxx
[ 16%] Generating src/moc_graphsetdialog.cxx
[ 17%] Generating src/moc_scriptedit.cxx
[ 18%] Generating src/moc_scriptio.cxx
[ 20%] Generating src/moc_calcpref.cxx
[ 21%] Generating src/moc_graphsolve.cxx
[ 22%] Generating src/moc_scriptpref.cxx
[ 23%] Generating src/moc_calctable.cxx
[ 25%] Generating src/moc_graph.cxx
[ 26%] Generating src/moc_importdialog.cxx
[ 27%] Generating src/moc_tabwidget.cxx
[ 28%] Generating src/moc_scriptdisplay.cxx
[ 30%] Generating src/moc_screenshotdialog.cxx
[ 31%] Generating ui_screenshotdialog.h
[ 32%] Generating qrc_icons.cxx
[ 33%] Generating src/moc_statistics.cxx
Scanning dependencies of target extcalc
[ 35%] Building CXX object CMakeFiles/extcalc.dir/src/buttons.o
[ 36%] Building CXX object CMakeFiles/extcalc.dir/src/calcwidget.o
[ 37%] Building CXX object CMakeFiles/extcalc.dir/src/table.o
[ 38%] Building CXX object CMakeFiles/extcalc.dir/src/graphinput.o
[ 40%] Building CXX object CMakeFiles/extcalc.dir/src/calcinput.o
[ 41%] Building CXX object CMakeFiles/extcalc.dir/src/catalog.o
[ 42%] Building CXX object CMakeFiles/extcalc.dir/src/graphout.o
[ 43%] Building CXX object CMakeFiles/extcalc.dir/src/matrixwidget.o
[ 45%] Building CXX object CMakeFiles/extcalc.dir/src/tablepref.o
[ 46%] Building CXX object CMakeFiles/extcalc.dir/src/extcalc.o
[ 47%] Building CXX object CMakeFiles/extcalc.dir/src/graphpref.o
[ 48%] Building CXX object CMakeFiles/extcalc.dir/src/scriptedit.o
[ 50%] Building CXX object CMakeFiles/extcalc.dir/src/functiontable.o
[ 51%] Building CXX object CMakeFiles/extcalc.dir/src/graphsetdialog.o
[ 52%] Building CXX object CMakeFiles/extcalc.dir/src/scriptio.o
[ 53%] Building CXX object CMakeFiles/extcalc.dir/src/calcpref.o
[ 55%] Building CXX object CMakeFiles/extcalc.dir/src/graphsolve.o
[ 56%] Building CXX object CMakeFiles/extcalc.dir/src/scriptpref.o
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/scriptio.cpp: In member function 'void ScriptIOWidget::searchScripts(QString*)':
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/scriptio.cpp:1051:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    pos2=bracketFind(cleanStr,")",pos+4);
                                       ^
[ 57%] Building CXX object CMakeFiles/extcalc.dir/src/calctable.o
[ 58%] Building CXX object CMakeFiles/extcalc.dir/src/graph.o
[ 60%] Building CXX object CMakeFiles/extcalc.dir/src/importdialog.o
[ 61%] Building CXX object CMakeFiles/extcalc.dir/src/statistics.o
[ 62%] Building CXX object CMakeFiles/extcalc.dir/src/tabwidget.o
[ 63%] Building CXX object CMakeFiles/extcalc.dir/src/global.o
[ 65%] Building CXX object CMakeFiles/extcalc.dir/src/scriptdisplay.o
[ 66%] Building CXX object CMakeFiles/extcalc.dir/src/screenshotdialog.o
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp: In function 'char* cleanString(char*, Preferences*)':
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:938:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,4,"$r");
                                 ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:940:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,5,"$s");
                                 ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:942:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"$A");
                                 ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:945:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,2,"()");
                                 ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:946:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strinsert(code,c+1,SPI);
                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:950:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,2,"()");
                                 ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:951:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strinsert(code,c+1,SEULER);
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:955:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"()^");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:956:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strinsert(code,c+1,SEULER);
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:959:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,4,"\\d");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:961:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,5,"\\i");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:963:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"\\b");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:965:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"\\o");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:967:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"\\c");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:969:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,3,"\\h");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:972:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,2,"+");
                                ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:977:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c,2,"-");
                                ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:986:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c-1,2,"^2");
                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:988:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    code=strreplace(code,c-1,2,"^3");
                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:993:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c,1,"e-15");
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:995:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c,1,"e-9");
                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:997:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c,1,"e-12");
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:999:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c-1,2,"e-6");
                                     ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1001:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c,1,"e-3");
                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1003:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strreplace(code,c,1,"e3");
                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1056:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     code=strinsert(code,c+1,"*");
                                ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp: In member function 'virtual int Calculate::split(char*, int, int)':
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1799:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if((pos=bracketFind(line," ",start,end)) != -1) //none operation
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1805:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if(bracketFindRev(line,"+",end-1,start) != -1 || bracketFindRev(line,"-",end-1,start) != -1)
                                             ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1805:91: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if(bracketFindRev(line,"+",end-1,start) != -1 || bracketFindRev(line,"-",end-1,start) != -1)
                                                                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1810:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    pos1=bracketFindRev(line,"+",pos,start);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1820:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    pos2=bracketFindRev(line,"-",pos,start);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1867:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if(bracketFind(line,"*",start,end) != -1 || bracketFind(line,"/",start,end) != -1)
                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1867:76: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if(bracketFind(line,"*",start,end) != -1 || bracketFind(line,"/",start,end) != -1)
                                                                            ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1869:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos1=bracketFindRev(line,"*",end-1,start);
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1870:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFindRev(line,"/",end-1,start);
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1888:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   else if((pos=bracketFind(line,"%",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1897:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos=bracketFindRev(line,"^",end-1,start)) != -1)
                                                  ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:1904:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos=bracketFind(line,"$r",end-1,start)) != -1) // root operation for extcalc (binary operator)
                                                ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2011:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos=bracketFind(line,",",start+3,end);
                                       ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2022:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos1=bracketFind(line,",",3,end);
                                      ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2025:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp: In member function 'virtual int Script::parse(char*, int, int)':
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2329:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if(line[start]== '{' && bracketFind(line,"}",start,end)==end-1 || line[start]== '(' && bracketFind(line,")",start,end)==end-1)
                                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2329:119: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if(line[start]== '{' && bracketFind(line,"}",start,end)==end-1 || line[start]== '(' && bracketFind(line,")",start,end)==end-1)
                                                                                                                       ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2341:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,")",start,end);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2371:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,")",start,end);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2394:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,";",start+4,end);
                                            ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2395:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos3=bracketFind(line,";",pos2+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2396:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos4=bracketFind(line,")",start,end);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2435:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,"}",start,end);
                                      ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2449:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,";",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2462:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"&&",start,end)) != -1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2469:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"||",start,end)) != -1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2476:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"->",start,end)) != -1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2484:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if((pos2=bracketFindRev(line,"["))!=-1)
                                     ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2515:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"==",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2522:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"!=",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2529:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,">=",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2536:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"<=",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2543:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,">",end-1,start)) != -1 && line[pos1+1]!='>')
                                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2550:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"<",end-1,start)) != -1 && line[pos1+1]!='<')
                                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2557:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"=",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2567:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     if((pos2=bracketFind(line,"]",start,end)) !=pos1-1)
                                            ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2597:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  while((pos1=bracketFind(line,"+",pos1,end)) != -1)
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2621:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  while((pos1=bracketFindRev(line,"-",pos1,start)) !=-1)
                                                ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2643:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  if((pos1=bracketFindRev(line,"*",end-1,start)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2655:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"/",end-1,start)) != -1)
                                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2671:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"$s",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2685:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"%",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2697:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,">>",start,end)) != -1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2709:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"<<",start,end)) != -1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2721:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"x",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2733:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"&",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2745:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"|",start,end)) != -1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2757:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFind(line,"!",start,end))!=-1)
                                              ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2775:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"^",end-1,start)) != -1)
                                                   ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2794:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if((pos1=bracketFindRev(line,"$r",end-1,start)) != -1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2814:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)!=end-1)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2831:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+10,end-1);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2832:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,")",start,end);
                                          ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2852:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)!=end-1)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2865:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)!=end-1)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2883:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)!=end-1)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2900:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+10,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2920:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)<start+11)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2938:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+11,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:2958:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start+8,end)<start+8)
                                      ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3073:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)<start+12)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3091:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+8,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3092:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3114:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+8,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3115:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3137:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+7,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3138:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3160:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+9,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3161:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3162:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos3=bracketFind(line,",",pos2+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3184:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+8,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3185:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3207:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+9,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3208:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3242:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+10,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3263:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+10,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3264:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3286:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+11,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3287:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3309:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos1=bracketFind(line,",",start+9,end);
                                            ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3310:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3311:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos3=bracketFind(line,",",pos2+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3334:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos1=bracketFind(line,",",start+9,end);
                                            ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3335:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3336:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos3=bracketFind(line,",",pos2+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3359:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+11,end);
                                         ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3360:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3361:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos3=bracketFind(line,",",pos2+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3384:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(bracketFind(line,")",start,end)!=end-1)
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3414:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+3,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3415:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if(pos1<start+3 || bracketFind(line,")",start,end)!=end-1)
                                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3428:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   pos1=bracketFind(line,",",start+3,end);
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3429:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   int pos2=bracketFind(line,",",pos1+1,end);
                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3613:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     vertObj=new Script(this,"3",0,1,pref,vars,eventReciver);
                                                           ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3686:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  else if(bracketFind(line,"~",start,end)==0)
                                        ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:3742:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   if((pos1=bracketFindRev(line,"[",end-1,start))>start+1)
                                               ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp: In member function 'virtual Number Script::exec()':
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:5106:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       strcopy(eventContent,"true",4);
                                    ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:5110:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
       strcopy(eventContent,"false",5);
                                     ^
/data/scratch/math/extcalc/work/extcalc-0.9.3-1/src/global.cpp:5169:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
      strcopy(eventContent,"none",4);
                                   ^
[ 67%] Building CXX object CMakeFiles/extcalc.dir/src/moc_buttons.o
[ 68%] Building CXX object CMakeFiles/extcalc.dir/src/moc_calcwidget.o
[ 70%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graphinput.o
[ 71%] Building CXX object CMakeFiles/extcalc.dir/src/moc_table.o
[ 72%] Building CXX object CMakeFiles/extcalc.dir/src/moc_calcinput.o
[ 73%] Building CXX object CMakeFiles/extcalc.dir/src/moc_catalog.o
[ 75%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graphout.o
[ 76%] Building CXX object CMakeFiles/extcalc.dir/src/moc_matrixwidget.o
[ 77%] Building CXX object CMakeFiles/extcalc.dir/src/moc_tablepref.o
[ 78%] Building CXX object CMakeFiles/extcalc.dir/src/moc_extcalc.o
[ 80%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graphpref.o
[ 81%] Building CXX object CMakeFiles/extcalc.dir/src/moc_scriptedit.o
[ 82%] Building CXX object CMakeFiles/extcalc.dir/src/moc_functiontable.o
[ 83%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graphsetdialog.o
[ 85%] Building CXX object CMakeFiles/extcalc.dir/src/moc_scriptio.o
[ 86%] Building CXX object CMakeFiles/extcalc.dir/src/moc_calcpref.o
[ 87%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graphsolve.o
[ 88%] Building CXX object CMakeFiles/extcalc.dir/src/moc_scriptpref.o
[ 90%] Building CXX object CMakeFiles/extcalc.dir/src/moc_calctable.o
[ 91%] Building CXX object CMakeFiles/extcalc.dir/src/moc_graph.o
[ 92%] Building CXX object CMakeFiles/extcalc.dir/src/moc_importdialog.o
[ 93%] Building CXX object CMakeFiles/extcalc.dir/src/moc_tabwidget.o
[ 95%] Building CXX object CMakeFiles/extcalc.dir/src/moc_scriptdisplay.o
[ 96%] Building CXX object CMakeFiles/extcalc.dir/src/moc_statistics.o
[ 97%] Building CXX object CMakeFiles/extcalc.dir/src/moc_screenshotdialog.o
[ 98%] Building CXX object CMakeFiles/extcalc.dir/qrc_icons.o
[100%] Linking CXX executable extcalc
CMakeFiles/extcalc.dir/src/global.o: In function `Script::exec()':
global.cpp:(.text+0x11530): undefined reference to `cabsl'
global.cpp:(.text+0x1afee): undefined reference to `cabsl'
global.cpp:(.text+0x1b009): undefined reference to `cabsl'
global.cpp:(.text+0x1bab6): undefined reference to `cabsl'
global.cpp:(.text+0x1bad1): undefined reference to `cabsl'
CMakeFiles/extcalc.dir/src/global.o:global.cpp:(.text+0x1be4d): more undefined references to `cabsl' follow
--- extcalc ---
*** [extcalc] Error code 1

make[2]: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
1 error

make[2]: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
--- CMakeFiles/extcalc.dir/all ---
*** [CMakeFiles/extcalc.dir/all] Error code 2

make[1]: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
1 error

make[1]: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
*** [all] Error code 2

make: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
1 error

make: stopped in /data/scratch/math/extcalc/work/extcalc-0.9.3-1
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc-current/math/extcalc
*** Error code 1

Stop.
make: stopped in /data/pkgsrc-current/math/extcalc