+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/clisp-pari-2.49nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/clisp-pari-2.49nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for clisp-pari-2.49nb2 /opt/pkg/bin/clisp -norc -q -c ./pari.lisp -o ./ ;; Compiling file /home/pbulk/build/math/clisp-pari/work/clisp-2.49/modules/pari/pari.lisp ... ;; Wrote file /home/pbulk/build/math/clisp-pari/work/clisp-2.49/modules/pari/pari.fas ;; Wrote file /home/pbulk/build/math/clisp-pari/work/clisp-2.49/modules/pari/pari.c 0 errors, 0 warnings gcc -I/opt/pkg/include -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DUNIX_BINARY_DISTRIB -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -I/opt/pkg/lib/clisp/linkkit -I. -c pari.c pari.c: In function 'get_entry_doc': pari.c:7:77: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 7 | char* get_entry_doc (char* s) { entree *e = is_entry(s); return e==NULL?NULL:e->help; } | ~~~~~~~~~~~~^~~~~~~~ pari.c: In function 'subres0': pari.c:10:37: warning: implicit declaration of function 'subres'; did you mean 'subres0'? [-Wimplicit-function-declaration] 10 | GEN subres0 (GEN x, GEN y) { return subres(x,y); } | ^~~~~~ | subres0 pari.c:10:37: warning: returning 'int' from a function with return type 'GEN' {aka 'long int *'} makes pointer from integer without a cast [-Wint-conversion] 10 | GEN subres0 (GEN x, GEN y) { return subres(x,y); } | ^~~~~~~~~~~ pari.c: In function 'module__pari__init_function_2': pari.c:134:37: error: 'top' undeclared (first use in this function); did you mean 'typ'? 134 | register_foreign_variable((void*)&top,"top",0,sizeof(top)); | ^~~ | typ pari.c:134:37: note: each undeclared identifier is reported only once for each function it appears in pari.c:135:37: error: 'bot' undeclared (first use in this function); did you mean 'bit'? 135 | register_foreign_variable((void*)&bot,"bot",0,sizeof(bot)); | ^~~ | bit pari.c:136:37: error: 'gpi' undeclared (first use in this function); did you mean 'gpsi'? 136 | register_foreign_variable((void*)&gpi,"gpi",1,sizeof(gpi)); | ^~~ | gpsi pari.c:137:37: error: 'geuler' undeclared (first use in this function); did you mean 'mpeuler'? 137 | register_foreign_variable((void*)&geuler,"geuler",1,sizeof(geuler)); | ^~~~~~ | mpeuler pari.c:142:37: error: 'gi' undeclared (first use in this function); did you mean 'cgiv'? 142 | register_foreign_variable((void*)&gi,"gi",1,sizeof(gi)); | ^~ | cgiv pari.c:146:59: warning: invalid application of 'sizeof' to a function type [-Wpointer-arith] 146 | register_foreign_variable((void*)&pol_1,"pol_1",1,sizeof(pol_1)); | ^ pari.c:147:59: warning: invalid application of 'sizeof' to a function type [-Wpointer-arith] 147 | register_foreign_variable((void*)&pol_x,"pol_x",1,sizeof(pol_x)); | ^ pari.c:149:37: error: 'ordvar' undeclared (first use in this function) 149 | register_foreign_variable((void*)&ordvar,"ordvar",1,sizeof(ordvar)); | ^~~~~~ pari.c:150:37: error: 'polvar' undeclared (first use in this function); did you mean 'gpolvar'? 150 | register_foreign_variable((void*)&polvar,"polvar",1,sizeof(polvar)); | ^~~~~~ | gpolvar pari.c:152:37: error: 'varentries' undeclared (first use in this function); did you mean 'laurentseries'? 152 | register_foreign_variable((void*)&varentries,"varentries",1,sizeof(varentries)); | ^~~~~~~~~~ | laurentseries pari.c:155:37: error: 'DEBUGFILES' undeclared (first use in this function); did you mean 'DEBUGMEM'? 155 | register_foreign_variable((void*)&DEBUGFILES,"DEBUGFILES",0,sizeof(DEBUGFILES)); | ^~~~~~~~~~ | DEBUGMEM pari.c:160:37: error: 'allocatemoremem' undeclared (first use in this function) 160 | register_foreign_function((void*)&allocatemoremem,"allocatemoremem",1024); | ^~~~~~~~~~~~~~~ pari.c:164:37: error: 'gscalmat' undeclared (first use in this function); did you mean 'scalarmat'? 164 | register_foreign_function((void*)&gscalmat,"gscalmat",1024); | ^~~~~~~~ | scalarmat pari.c:178:37: error: 'caradj0' undeclared (first use in this function); did you mean 'caradj'? 178 | register_foreign_function((void*)&caradj0,"caradj0",1024); | ^~~~~~~ | caradj pari.c:186:37: error: 'extract' undeclared (first use in this function); did you mean 'extract0'? 186 | register_foreign_function((void*)&extract,"extract",1024); | ^~~~~~~ | extract0 pari.c:187:37: error: 'matextract' undeclared (first use in this function); did you mean 'extract0'? 187 | register_foreign_function((void*)&matextract,"matextract",1024); | ^~~~~~~~~~ | extract0 pari.c:189:37: error: 'sqred' undeclared (first use in this function) 189 | register_foreign_function((void*)&sqred,"sqred",1024); | ^~~~~ pari.c:190:37: error: 'signat' undeclared (first use in this function); did you mean 'signal'? 190 | register_foreign_function((void*)&signat,"signat",1024); | ^~~~~~ | signal pari.c:192:37: error: 'matrixqz' undeclared (first use in this function); did you mean 'matrixqz0'? 192 | register_foreign_function((void*)&matrixqz,"matrixqz",1024); | ^~~~~~~~ | matrixqz0 pari.c:193:37: error: 'matrixqz2' undeclared (first use in this function); did you mean 'matrixqz0'? 193 | register_foreign_function((void*)&matrixqz2,"matrixqz2",1024); | ^~~~~~~~~ | matrixqz0 pari.c:194:37: error: 'matrixqz3' undeclared (first use in this function); did you mean 'matrixqz0'? 194 | register_foreign_function((void*)&matrixqz3,"matrixqz3",1024); | ^~~~~~~~~ | matrixqz0 pari.c:197:37: error: 'kerint1' undeclared (first use in this function); did you mean 'kerint'? 197 | register_foreign_function((void*)&kerint1,"kerint1",1024); | ^~~~~~~ | kerint pari.c:204:37: error: 'racine' undeclared (first use in this function); did you mean 'raise'? 204 | register_foreign_function((void*)&racine,"racine",1024); | ^~~~~~ | raise pari.c:218:37: error: 'phi' undeclared (first use in this function) 218 | register_foreign_function((void*)&phi,"phi",1024); | ^~~ pari.c:219:37: error: 'smallfact' undeclared (first use in this function) 219 | register_foreign_function((void*)&smallfact,"smallfact",1024); | ^~~~~~~~~ pari.c:225:37: error: 'order' undeclared (first use in this function); did you mean 'fforder'? 225 | register_foreign_function((void*)&order,"order",1024); | ^~~~~ | fforder pari.c:226:37: error: 'gener' undeclared (first use in this function) 226 | register_foreign_function((void*)&gener,"gener",1024); | ^~~~~ pari.c:230:37: error: 'fundunit' undeclared (first use in this function); did you mean 'gfundunit'? 230 | register_foreign_function((void*)&fundunit,"fundunit",1024); | ^~~~~~~~ | gfundunit pari.c:231:37: error: 'regula' undeclared (first use in this function); did you mean 'gregula'? 231 | register_foreign_function((void*)®ula,"regula",1024); | ^~~~~~ | gregula pari.c:232:37: error: 'compimag' undeclared (first use in this function) 232 | register_foreign_function((void*)&compimag,"compimag",1024); | ^~~~~~~~ pari.c:233:37: error: 'qfi' undeclared (first use in this function) 233 | register_foreign_function((void*)&qfi,"qfi",1024); | ^~~ pari.c:234:37: error: 'qfr' undeclared (first use in this function) 234 | register_foreign_function((void*)&qfr,"qfr",1024); | ^~~ pari.c:235:37: error: 'redreal' undeclared (first use in this function) 235 | register_foreign_function((void*)&redreal,"redreal",1024); | ^~~~~~~ pari.c:236:37: error: 'sqcompreal' undeclared (first use in this function) 236 | register_foreign_function((void*)&sqcompreal,"sqcompreal",1024); | ^~~~~~~~~~ pari.c:237:37: error: 'sqcompimag' undeclared (first use in this function) 237 | register_foreign_function((void*)&sqcompimag,"sqcompimag",1024); | ^~~~~~~~~~ pari.c:238:37: error: 'rhoreal' undeclared (first use in this function) 238 | register_foreign_function((void*)&rhoreal,"rhoreal",1024); | ^~~~~~~ pari.c:239:37: error: 'rhorealnod' undeclared (first use in this function) 239 | register_foreign_function((void*)&rhorealnod,"rhorealnod",1024); | ^~~~~~~~~~ pari.c:240:37: error: 'redrealnod' undeclared (first use in this function) 240 | register_foreign_function((void*)&redrealnod,"redrealnod",1024); | ^~~~~~~~~~ pari.c:241:37: error: 'redimag' undeclared (first use in this function); did you mean 'gimag'? 241 | register_foreign_function((void*)&redimag,"redimag",1024); | ^~~~~~~ | gimag pari.c:246:37: error: 'comprealraw' undeclared (first use in this function) 246 | register_foreign_function((void*)&comprealraw,"comprealraw",1024); | ^~~~~~~~~~~ pari.c:247:37: error: 'powrealraw' undeclared (first use in this function); did you mean 'powrfrac'? 247 | register_foreign_function((void*)&powrealraw,"powrealraw",1024); | ^~~~~~~~~~ | powrfrac pari.c:251:37: error: 'gissquarefree' undeclared (first use in this function); did you mean 'uissquarefree'? 251 | register_foreign_function((void*)&gissquarefree,"gissquarefree",1024); | ^~~~~~~~~~~~~ | uissquarefree pari.c:252:37: error: 'gisfundamental' undeclared (first use in this function); did you mean 'sisfundamental'? 252 | register_foreign_function((void*)&gisfundamental,"gisfundamental",1024); | ^~~~~~~~~~~~~~ | sisfundamental pari.c:254:37: error: 'mu' undeclared (first use in this function); did you mean 'gmul'? 254 | register_foreign_function((void*)&mu,"mu",1024); | ^~ | gmul pari.c:257:37: error: 'hil' undeclared (first use in this function) 257 | register_foreign_function((void*)&hil,"hil",1024); | ^~~ pari.c:259:37: error: 'base' undeclared (first use in this function) 259 | register_foreign_function((void*)&base,"base",1024); | ^~~~ pari.c:260:37: error: 'smallbase' undeclared (first use in this function) 260 | register_foreign_function((void*)&smallbase,"smallbase",1024); | ^~~~~~~~~ pari.c:261:37: error: 'discf' undeclared (first use in this function) 261 | register_foreign_function((void*)&discf,"discf",1024); | ^~~~~ pari.c:262:37: error: 'smalldiscf' undeclared (first use in this function); did you mean 'algdisc'? 262 | register_foreign_function((void*)&smalldiscf,"smalldiscf",1024); | ^~~~~~~~~~ | algdisc pari.c:267:37: error: 'factoredbase' undeclared (first use in this function); did you mean 'factorback'? 267 | register_foreign_function((void*)&factoredbase,"factoredbase",1024); | ^~~~~~~~~~~~ | factorback pari.c:268:37: error: 'factoreddiscf' undeclared (first use in this function); did you mean 'factorpadic'? 268 | register_foreign_function((void*)&factoreddiscf,"factoreddiscf",1024); | ^~~~~~~~~~~~~ | factorpadic pari.c:269:37: error: 'galois' undeclared (first use in this function); did you mean 'gacos'? 269 | register_foreign_function((void*)&galois,"galois",1024); | ^~~~~~ | gacos pari.c:276:37: error: 'galoisconj2' undeclared (first use in this function); did you mean 'galoisconj0'? 276 | register_foreign_function((void*)&galoisconj2,"galoisconj2",1024); | ^~~~~~~~~~~ | galoisconj0 pari.c:277:37: error: 'galoisconj4' undeclared (first use in this function); did you mean 'galoisconj0'? 277 | register_foreign_function((void*)&galoisconj4,"galoisconj4",1024); | ^~~~~~~~~~~ | galoisconj0 pari.c:284:37: error: 'element_mul' undeclared (first use in this function) 284 | register_foreign_function((void*)&element_mul,"element_mul",1024); | ^~~~~~~~~~~ pari.c:285:37: error: 'element_pow' undeclared (first use in this function) 285 | register_foreign_function((void*)&element_pow,"element_pow",1024); | ^~~~~~~~~~~ pari.c:298:37: error: 'principalideal' undeclared (first use in this function) 298 | register_foreign_function((void*)&principalideal,"principalideal",1024); | ^~~~~~~~~~~~~~ pari.c:299:37: error: 'principalidele' undeclared (first use in this function) 299 | register_foreign_function((void*)&principalidele,"principalidele",1024); | ^~~~~~~~~~~~~~ pari.c:308:37: error: 'nfhermite' undeclared (first use in this function); did you mean 'polhermite'? 308 | register_foreign_function((void*)&nfhermite,"nfhermite",1024); | ^~~~~~~~~ | polhermite pari.c:309:37: error: 'nfhermitemod' undeclared (first use in this function) 309 | register_foreign_function((void*)&nfhermitemod,"nfhermitemod",1024); | ^~~~~~~~~~~~ pari.c:314:37: error: 'element_div' undeclared (first use in this function) 314 | register_foreign_function((void*)&element_div,"element_div",1024); | ^~~~~~~~~~~ pari.c:316:37: error: 'element_reduce' undeclared (first use in this function); did you mean 'famat_reduce'? 316 | register_foreign_function((void*)&element_reduce,"element_reduce",1024); | ^~~~~~~~~~~~~~ | famat_reduce pari.c:319:37: error: 'element_val' undeclared (first use in this function) 319 | register_foreign_function((void*)&element_val,"element_val",1024); | ^~~~~~~~~~~ pari.c:327:37: error: 'initzeta' undeclared (first use in this function); did you mean 'constzeta'? 327 | register_foreign_function((void*)&initzeta,"initzeta",1024); | ^~~~~~~~ | constzeta pari.c:328:37: error: 'gzetak' undeclared (first use in this function); did you mean 'gzeta'? 328 | register_foreign_function((void*)&gzetak,"gzetak",1024); | ^~~~~~ | gzeta pari.c:329:37: error: 'glambdak' undeclared (first use in this function) 329 | register_foreign_function((void*)&glambdak,"glambdak",1024); | ^~~~~~~~ pari.c:331:37: error: 'legendre' undeclared (first use in this function); did you mean 'pollegendre'? 331 | register_foreign_function((void*)&legendre,"legendre",1024); | ^~~~~~~~ | pollegendre pari.c:332:37: error: 'tchebi' undeclared (first use in this function) 332 | register_foreign_function((void*)&tchebi,"tchebi",1024); | ^~~~~~ pari.c:347:37: error: 'cyclo' undeclared (first use in this function) 347 | register_foreign_function((void*)&cyclo,"cyclo",1024); | ^~~~~ pari.c:351:37: error: 'changevar' undeclared (first use in this function); did you mean 'chareval'? 351 | register_foreign_function((void*)&changevar,"changevar",1024); | ^~~~~~~~~ | chareval pari.c:352:37: error: 'ordred' undeclared (first use in this function) 352 | register_foreign_function((void*)&ordred,"ordred",1024); | ^~~~~~ pari.c:354:37: error: 'reorder' undeclared (first use in this function); did you mean 'fforder'? 354 | register_foreign_function((void*)&reorder,"reorder",1024); | ^~~~~~~ | fforder pari.c:387:37: error: 'buchall' undeclared (first use in this function); did you mean 'Buchall'? 387 | register_foreign_function((void*)&buchall,"buchall",1024); | ^~~~~~~ | Buchall pari.c:392:37: error: 'buchfu' undeclared (first use in this function) 392 | register_foreign_function((void*)&buchfu,"buchfu",1024); | ^~~~~~ pari.c:393:37: error: 'buchnarrow' undeclared (first use in this function); did you mean 'bnfnarrow'? 393 | register_foreign_function((void*)&buchnarrow,"buchnarrow",1024); | ^~~~~~~~~~ | bnfnarrow In file included from /home/pbulk/build/math/clisp-pari/work/.buildlink/include/pari/pari.h:57, from pari.c:5: /home/pbulk/build/math/clisp-pari/work/.buildlink/include/pari/pariold.h:121:22: error: 'smallellinit' undeclared (first use in this function) 121 | #define smallinitell smallellinit | ^~~~~~~~~~~~ pari.c:396:37: note: in expansion of macro 'smallinitell' 396 | register_foreign_function((void*)&smallinitell,"smallinitell",1024); | ^~~~~~~~~~~~ pari.c:398:37: error: 'coordch' undeclared (first use in this function) 398 | register_foreign_function((void*)&coordch,"coordch",1024); | ^~~~~~~ pari.c:399:37: error: 'pointch' undeclared (first use in this function) 399 | register_foreign_function((void*)&pointch,"pointch",1024); | ^~~~~~~ pari.c:406:37: error: 'apell' undeclared (first use in this function); did you mean 'akell'? 406 | register_foreign_function((void*)&apell,"apell",1024); | ^~~~~ | akell pari.c:415:37: error: 'torsell' undeclared (first use in this function); did you mean 'forell'? 415 | register_foreign_function((void*)&torsell,"torsell",1024); | ^~~~~~~ | forell pari.c:459:37: error: 'gand' undeclared (first use in this function); did you mean 'gadd'? 459 | register_foreign_function((void*)&gand,"gand",1024); | ^~~~ | gadd pari.c:460:37: error: 'gor' undeclared (first use in this function) 460 | register_foreign_function((void*)&gor,"gor",1024); | ^~~ pari.c:495:37: error: 'gisirreducible' undeclared (first use in this function); did you mean 'polisirreducible'? 495 | register_foreign_function((void*)&gisirreducible,"gisirreducible",1024); | ^~~~~~~~~~~~~~ | polisirreducible pari.c:496:37: error: 'factpol' undeclared (first use in this function); did you mean 'factor'? 496 | register_foreign_function((void*)&factpol,"factpol",1024); | ^~~~~~~ | factor pari.c:500:37: error: 'discsr' undeclared (first use in this function); did you mean 'divsr'? 500 | register_foreign_function((void*)&discsr,"discsr",1024); | ^~~~~~ | divsr pari.c:552:37: error: 'polylogd' undeclared (first use in this function); did you mean 'polylog0'? 552 | register_foreign_function((void*)&polylogd,"polylogd",1024); | ^~~~~~~~ | polylog0 pari.c:553:37: error: 'polylogdold' undeclared (first use in this function); did you mean 'polylogmult'? 553 | register_foreign_function((void*)&polylogdold,"polylogdold",1024); | ^~~~~~~~~~~ | polylogmult pari.c:554:37: error: 'polylogp' undeclared (first use in this function); did you mean 'polylog0'? 554 | register_foreign_function((void*)&polylogp,"polylogp",1024); | ^~~~~~~~ | polylog0 *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/math/clisp-pari/work/clisp-2.49/modules/pari *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/clisp-pari *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/clisp-pari