=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/time/titrax", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for titrax-1.98nb18 --- Makefile --- --- projectlist.o --- --- Makefile --- + rm -f Makefile.bak --- projectlist.o --- gcc -DDO_NOT_TELL_ABOUT_ME -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c projectlist.c --- Makefile --- + mv -f Makefile Makefile.bak + echo 'imake -DUseInstalled -I/opt/pkg/lib/X11/config -Wundef -DTOPDIR=. -DCURDIR=.' imake -DUseInstalled -I/opt/pkg/lib/X11/config -Wundef -DTOPDIR=. -DCURDIR=. + imake -DUseInstalled -I/opt/pkg/lib/X11/config -Wundef -DTOPDIR=. -DCURDIR=. /opt/pkg/bin/imake: Warning: cleaning Imakefile warning: could not parse version number in output of: cc -V 2>&1 warning: could not parse version number in output of: /opt/SUNWspro/bin/cc -V 2>&1 warning: could not parse version number in output of: CC -V 2>&1 warning: could not parse version number in output of: /opt/SUNWspro/bin/CC -V 2>&1 imake: executing: /opt/pkg/bin/tradcpp -I. -Uunix -D__amd64__ -D__amd64__ -traditional -DSVR4 -D__amd64 -debuglog .imake.cpplog -DUseInstalled -I/opt/pkg/lib/X11/config -Wundef -DTOPDIR=. -DCURDIR=. -DHasGcc2=YES -DHasGcc2ForCplusplus=YES .imake.start.c .imake.start.c:8:9: Warning: non-identical redefinition of HasGcc2 :15:1: Previous definition was here --- projectlist.o --- projectlist.c: In function 'addLine': projectlist.c:57:1: warning: old-style function definition [-Wold-style-definition] 57 | addLine(toAll, scan, tobuf) | ^~~~~~~ projectlist.c: In function 'addExtraLine': projectlist.c:72:1: warning: old-style function definition [-Wold-style-definition] 72 | addExtraLine(buf) | ^~~~~~~~~~~~ projectlist.c: In function 'addDeadProject': projectlist.c:95:1: warning: old-style function definition [-Wold-style-definition] 95 | addDeadProject(buf, mins) | ^~~~~~~~~~~~~~ projectlist.c:98:1: error: number of arguments doesn't match prototype 98 | { | ^ In file included from projectlist.c:13: titrax.h:84:17: error: prototype declaration 84 | extern void addDeadProject(); | ^~~~~~~~~~~~~~ projectlist.c: In function 'makethelist': projectlist.c:171:4: error: implicit declaration of function 'clear' [-Wimplicit-function-declaration] 171 | clear(); | ^~~~~ projectlist.c: In function 'AddNewProject': projectlist.c:178:1: warning: old-style function definition [-Wold-style-definition] 178 | AddNewProject(p_index, newproject) | ^~~~~~~~~~~~~ projectlist.c:190:7: error: too many arguments to function 'MessageBox'; expected 0, have 2 190 | MessageBox(toplevel, "Could not open project file when adding"); | ^~~~~~~~~~ ~~~~~~~~ projectlist.c:36:17: note: declared here 36 | void MessageBox(); | ^~~~~~~~~~ projectlist.c: In function 'DeleteProject': projectlist.c:211:1: warning: old-style function definition [-Wold-style-definition] 211 | DeleteProject(p_index) | ^~~~~~~~~~~~~ projectlist.c:213:1: error: number of arguments doesn't match prototype 213 | { | ^ projectlist.c:33:17: error: prototype declaration 33 | void DeleteProject(); | ^~~~~~~~~~~~~ projectlist.c: In function 'addButton': projectlist.c:246:1: warning: old-style function definition [-Wold-style-definition] 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:251:1: error: number of arguments doesn't match prototype 251 | { | ^ titrax.h:81:17: error: prototype declaration 81 | extern Widget addButton(); | ^~~~~~~~~ projectlist.c: In function 'Popup': projectlist.c:262:1: warning: old-style function definition [-Wold-style-definition] 262 | Popup(w, topLevel) | ^~~~~ projectlist.c: In function 'MessageBox': projectlist.c:303:1: warning: old-style function definition [-Wold-style-definition] 303 | MessageBox(w, string) | ^~~~~~~~~~ projectlist.c:306:1: error: number of arguments doesn't match prototype 306 | { | ^ projectlist.c:36:17: error: prototype declaration 36 | void MessageBox(); | ^~~~~~~~~~ projectlist.c: In function 'MessageOK': projectlist.c:319:1: warning: old-style function definition [-Wold-style-definition] 319 | MessageOK(w, call_data, useless2) | ^~~~~~~~~ projectlist.c: In function 'initMessageBox': projectlist.c:336:22: error: too many arguments to function 'addButton'; expected 0, have 4 336 | messageOkButton = addButton(messageBox, "OK", MessageOK, messageshell); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c: In function 'Add': projectlist.c:343:1: warning: old-style function definition [-Wold-style-definition] 343 | Add(widget, event, params, parmcount) | ^~~ projectlist.c: In function 'AddDone': projectlist.c:366:1: warning: old-style function definition [-Wold-style-definition] 366 | AddDone(widget, event, params, parmcount) | ^~~~~~~ projectlist.c:376:4: error: too many arguments to function 'save'; expected 0, have 2 376 | save(0, "Adding new project"); | ^~~~ ~ titrax.h:77:17: note: declared here 77 | extern void save(); | ^~~~ --- Makefile --- In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: /opt/pkg/lib/X11/config/sun.cf:220:16: Warning: value of undefined symbol CCompilerMajorVersion is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: /opt/pkg/lib/X11/config/sun.cf:420:12: Warning: value of undefined symbol CCompilerMajorVersion is 0 --- projectlist.o --- projectlist.c:391:4: error: implicit declaration of function 'addprevtimes' [-Wimplicit-function-declaration] 391 | addprevtimes(); | ^~~~~~~~~~~~ projectlist.c: In function 'AddCancel': projectlist.c:399:1: warning: old-style function definition [-Wold-style-definition] 399 | AddCancel(widget, event, params, parmcount) | ^~~~~~~~~ projectlist.c: In function 'initAddShell': projectlist.c:425:4: error: too many arguments to function 'addButton'; expected 0, have 4 425 | addButton(addDialog, "done", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:426:4: error: too many arguments to function 'addButton'; expected 0, have 4 426 | addButton(addDialog, "cancel", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c: In function 'EditedTime': projectlist.c:433:1: warning: old-style function definition [-Wold-style-definition] 433 | EditedTime(dialog) | ^~~~~~~~~~ projectlist.c: In function 'EditSetTime': projectlist.c:457:1: warning: old-style function definition [-Wold-style-definition] 457 | EditSetTime(w) | ^~~~~~~~~~~ projectlist.c: In function 'Edit': projectlist.c:478:1: warning: old-style function definition [-Wold-style-definition] 478 | Edit(widget, event, params, parmcount) | ^~~~ projectlist.c:490:7: error: too many arguments to function 'MessageBox'; expected 0, have 2 490 | MessageBox(toplevel, "No highlighted projet"); | ^~~~~~~~~~ ~~~~~~~~ projectlist.c:303:1: note: declared here 303 | MessageBox(w, string) | ^~~~~~~~~~ projectlist.c: In function 'EditDone': projectlist.c:508:1: warning: old-style function definition [-Wold-style-definition] 508 | EditDone(widget, event, params, parmcount) | ^~~~~~~~ projectlist.c: In function 'EditCancel': projectlist.c:523:1: warning: old-style function definition [-Wold-style-definition] 523 | EditCancel(widget, event, params, parmcount) | ^~~~~~~~~~ projectlist.c: In function 'Delete': projectlist.c:535:1: warning: old-style function definition [-Wold-style-definition] 535 | Delete(widget, event, params, parmcount) | ^~~~~~ projectlist.c:545:7: error: too many arguments to function 'MessageBox'; expected 0, have 2 545 | MessageBox(toplevel, "No highlighted projet"); | ^~~~~~~~~~ ~~~~~~~~ projectlist.c:303:1: note: declared here 303 | MessageBox(w, string) | ^~~~~~~~~~ projectlist.c:547:7: error: too many arguments to function 'save'; expected 0, have 2 547 | save(0, "Deleting a project"); | ^~~~ ~ titrax.h:77:17: note: declared here 77 | extern void save(); | ^~~~ projectlist.c:548:7: error: too many arguments to function 'DeleteProject'; expected 0, have 1 548 | DeleteProject(cur); | ^~~~~~~~~~~~~ ~~~ projectlist.c:211:1: note: declared here 211 | DeleteProject(p_index) | ^~~~~~~~~~~~~ projectlist.c: In function 'EditIncrement': projectlist.c:558:1: warning: old-style function definition [-Wold-style-definition] 558 | EditIncrement(widget, event, params, parmcount) | ^~~~~~~~~~~~~ projectlist.c: In function 'ScrollMoved': projectlist.c:580:1: warning: old-style function definition [-Wold-style-definition] 580 | ScrollMoved(widget, client_data, call_data) | ^~~~~~~~~~~ projectlist.c: In function 'ScrollClicked': projectlist.c:596:1: warning: old-style function definition [-Wold-style-definition] 596 | ScrollClicked(widget, client_data, call_data) | ^~~~~~~~~~~~~ projectlist.c:607:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 607 | tojump = (int) call_data; | ^ projectlist.c: In function 'initEditShell': projectlist.c:648:17: error: too many arguments to function 'addButton'; expected 0, have 4 648 | doneButton = addButton(editDialog, "done", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:649:4: error: too many arguments to function 'addButton'; expected 0, have 4 649 | addButton(editDialog, "cancel", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:650:4: error: too many arguments to function 'addButton'; expected 0, have 4 650 | addButton(editDialog, "plus", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:651:4: error: too many arguments to function 'addButton'; expected 0, have 4 651 | addButton(editDialog, "minus", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:652:4: error: too many arguments to function 'addButton'; expected 0, have 4 652 | addButton(editDialog, "delete", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c: In function 'initprojectlisteditor': projectlist.c:692:17: error: too many arguments to function 'addButton'; expected 0, have 4 692 | addproject = addButton(commandBox, "add", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ projectlist.c:693:18: error: too many arguments to function 'addButton'; expected 0, have 4 693 | editproject = addButton(commandBox, "edit", NULL, NULL); | ^~~~~~~~~ ~~~~~~~~~~ projectlist.c:246:1: note: declared here 246 | addButton(father, name, callback, c_data) | ^~~~~~~~~ --- Makefile --- In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: /opt/pkg/lib/X11/config/sun.cf:603:8: Warning: value of undefined symbol HasGroff is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:109:2: In file included from /opt/pkg/lib/X11/config/sun.cf:901:3: /opt/pkg/lib/X11/config/svr4.cf:260:57: Warning: value of undefined symbol XorgServer is 0 --- projectlist.o --- *** [projectlist.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/time/titrax/work/titrax-1.98 --- Makefile --- In file included from .imake.start.c:14:2: /opt/pkg/lib/X11/config/Imake.tmpl:1089:16: Warning: value of undefined symbol HasGnuAr is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:3864:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4081:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4102:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4124:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4142:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4163:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4215:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4234:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4306:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4336:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4352:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4423:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/time/titrax/work/titrax-1.98 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/titrax *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/time/titrax