+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ordCalc-0.2nb8/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ordCalc-0.2nb8/work.log ===> Building for ordCalc-0.2nb8 cd src ; make ord make[1]: Entering directory '/home/pbulk/build/math/ordCalc/work/ordCalc_0.2/src' bison -d -v parse.y bison -d -v parse.y g++ -c -g intfc.cpp parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples g++ -c -g ordBase.cpp g++ -c -g finitefuncOrd.cpp ordBase.cpp: In member function 'const ord::OrdinalImpl& ord::OrdinalImpl::limitType() const': ordBase.cpp:1980:1: warning: control reaches end of non-void function [-Wreturn-type] 1980 | } | ^ g++ -c -g iterfuncOrd.cpp g++ -c -g admisOrd.cpp g++ -c -g ordDebug.cpp g++ -c -g ordinal.cpp admisOrd.cpp: In static member function 'static bool ord::AdmisNormalElement::validAdmisNormalElement(const ord::Ordinal&, const ord::Ordinal&, const ord::Ordinal* const*, const ord::Ordinal&, const ord::Embeddings&)': admisOrd.cpp:221:54: warning: passing NULL to non-pointer argument 1 of 'ord::Ordinal::Ordinal(long unsigned int)' [-Wconversion-null] 221 | if ((compare==0) && (dda.drillDown !=NULL) && | ^~~~ In file included from ordBase.h:10, from finitefuncOrd.h:1, from iterfuncOrd.h:1, from admisOrd.h:1, from admisOrd.cpp:3: ordinal.h:30:39: note: declared here 30 | Ordinal(unsigned long n); | ~~~~~~~~~~~~~~^ admisOrd.cpp: In function 'void admisNestedCollapsingExamp()': admisOrd.cpp:1995:73: warning: passing NULL to non-pointer argument 1 of 'ord::Ordinal::Ordinal(long unsigned int)' [-Wconversion-null] 1995 | const Ordinal & cxl2 = admisLevelFunctional(Ordinal::two,eps0,plist,NULL); | ^~~~ ordinal.h:30:39: note: declared here 30 | Ordinal(unsigned long n); | ~~~~~~~~~~~~~~^ g++ -c -g static.cpp g++ -c -g mn.cpp static.cpp:90:48: warning: passing NULL to non-pointer argument 1 of 'ord::Ordinal::Ordinal(long unsigned int)' [-Wconversion-null] 90 | *new AdmisLevOrdinal(one,zero,NULL,one,zero); | ^ In file included from ordBase.h:10, from finitefuncOrd.h:1, from iterfuncOrd.h:1, from admisOrd.h:1, from ordTop.h:1, from static.cpp:1: ordinal.h:30:39: note: declared here 30 | Ordinal(unsigned long n); | ~~~~~~~~~~~~~~^ static.cpp:95:49: warning: passing NULL to non-pointer argument 1 of 'ord::Ordinal::Ordinal(long unsigned int)' [-Wconversion-null] 95 | * new AdmisLevOrdinal(one,zero,NULL,zero,one); | ^ ordinal.h:30:39: note: declared here 30 | Ordinal(unsigned long n); | ~~~~~~~~~~~~~~^ g++ -c -g validate.cpp g++ -c -g validate1.cpp g++ -c -g validate2.cpp validate2.cpp: In static member function 'static void ord::Validate::collapseTest()': validate2.cpp:101:73: warning: passing NULL to non-pointer argument 1 of 'ord::Ordinal::Ordinal(long unsigned int)' [-Wconversion-null] 101 | const Ordinal & cxl2 = admisLevelFunctional(Ordinal::two,eps0,plist,NULL); | ^~~~ In file included from ordBase.h:10, from finitefuncOrd.h:1, from iterfuncOrd.h:1, from admisOrd.h:1, from ordTop.h:1, from validate2.cpp:4: ordinal.h:30:39: note: declared here 30 | Ordinal(unsigned long n); | ~~~~~~~~~~~~~~^ g++ -c -g validate3.cpp flex scan.l g++ -c -g parse.tab.c g++ -c -g parse.cpp parse.tab.c: In function 'int yyparse()': parse.tab.c:1608:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1608 | yyerror (YY_("syntax error")); | ^~~~~~~~~~~~~~ parse.tab.c:293:22: note: in definition of macro 'YY_' 293 | # define YY_(Msgid) Msgid | ^~~~~ parse.tab.c:1719:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1719 | yyerror (YY_("memory exhausted")); | ^~~~~~~~~~~~~~~~~~ parse.tab.c:293:22: note: in definition of macro 'YY_' 293 | # define YY_(Msgid) Msgid | ^~~~~ g++ -c -g lex.yy.c lex.yy.c: In function 'int yy_get_next_buffer()': lex.yy.c:1168:19: error: cannot bind non-const lvalue reference of type 'size_t&' {aka 'long unsigned int&'} to a value of type 'int' 1168 | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | ~^~~~~~~~~~~ scan.l:20:56: note: in definition of macro 'YY_INPUT' 20 | #define YY_INPUT(buf,result,max_size) pS->readline(buf,result,max_size) | ^~~~~~ In file included from scan.l:10: intfc.h:173:39: note: initializing argument 2 of 'void ord::ParseSemantics::readline(char*, size_t&, int)' 173 | void readline(char * buf, size_t& char_read, int max_size); | ~~~~~~~~^~~~~~~~~ make[1]: *** [Makefile:58: lex.yy.o] Error 1 make[1]: Leaving directory '/home/pbulk/build/math/ordCalc/work/ordCalc_0.2/src' gmake: *** [Makefile:7: EXE] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/math/ordCalc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/math/ordCalc