=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xautolock", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xautolock-1.15nb3 --- xautolock.o --- --- xautolock._man --- rm -f xautolock._man --- xautolock.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHasVoidSignalReturn -DHasScreenSaver -I/opt/pkg/include -c xautolock.c --- xautolock._man --- if test -z "" ; then cd `dirname xautolock` && ln -s `basename xautolock.man` `basename xautolock._man`; else cpp -undef -D__apploaddir__=/opt/pkg/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xautolock.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xautolock._man; fi --- xautolock.o --- xautolock.c: In function 'GetInteger': xautolock.c:760:17: warning: old-style function definition [-Wold-style-definition] 760 | static Boolean GetInteger (arg, in) | ^~~~~~~~~~ xautolock.c: In function 'GetPositive': xautolock.c:779:17: warning: old-style function definition [-Wold-style-definition] 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'HelpAction': xautolock.c:804:17: warning: old-style function definition [-Wold-style-definition] 804 | static Boolean HelpAction (d, arg) | ^~~~~~~~~~ xautolock.c:809:3: error: too many arguments to function 'Usage'; expected 0, have 1 809 | Usage (EXIT_SUCCESS); | ^~~~~ ~~~~~~~~~~~~ xautolock.c:570:17: note: declared here 570 | static Void Usage PP((Int)); | ^~~~~ xautolock.c: In function 'VersionAction': xautolock.c:817:17: warning: old-style function definition [-Wold-style-definition] 817 | static Boolean VersionAction (d, arg) | ^~~~~~~~~~~~~ xautolock.c: In function 'LockerAction': xautolock.c:831:17: warning: old-style function definition [-Wold-style-definition] 831 | static Boolean LockerAction (d, arg) | ^~~~~~~~~~~~ xautolock.c: In function 'NowLockerAction': xautolock.c:842:17: warning: old-style function definition [-Wold-style-definition] 842 | static Boolean NowLockerAction (d, arg) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'KillerAction': xautolock.c:853:17: warning: old-style function definition [-Wold-style-definition] 853 | static Boolean KillerAction (d, arg) | ^~~~~~~~~~~~ xautolock.c: In function 'NotifierAction': xautolock.c:865:17: warning: old-style function definition [-Wold-style-definition] 865 | static Boolean NotifierAction (d, arg) | ^~~~~~~~~~~~~~ xautolock.c: In function 'CornersAction': xautolock.c:877:17: warning: old-style function definition [-Wold-style-definition] 877 | static Boolean CornersAction (d, arg) | ^~~~~~~~~~~~~ xautolock.c: In function 'CornerSizeAction': xautolock.c:912:17: warning: old-style function definition [-Wold-style-definition] 912 | static Boolean CornerSizeAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c:917:10: error: too many arguments to function 'GetPositive'; expected 0, have 2 917 | return GetPositive (arg, &corner_size); | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'CornerDelayAction': xautolock.c:922:17: warning: old-style function definition [-Wold-style-definition] 922 | static Boolean CornerDelayAction (d, arg) | ^~~~~~~~~~~~~~~~~ xautolock.c:930:14: error: too many arguments to function 'GetPositive'; expected 0, have 2 930 | if ((res = GetPositive (arg, &tmp))) /* = intended */ | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'CornerReDelayAction': xautolock.c:940:17: warning: old-style function definition [-Wold-style-definition] 940 | static Boolean CornerReDelayAction (d, arg) | ^~~~~~~~~~~~~~~~~~~ xautolock.c:948:14: error: too many arguments to function 'GetPositive'; expected 0, have 2 948 | if ((res = GetPositive (arg, &tmp))) /* = intended */ | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'LockTimeAction': xautolock.c:959:17: warning: old-style function definition [-Wold-style-definition] 959 | static Boolean LockTimeAction (d, arg) | ^~~~~~~~~~~~~~ xautolock.c:967:14: error: too many arguments to function 'GetPositive'; expected 0, have 2 967 | if ((res = GetPositive (arg, &tmp))) /* = intended */ | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'KillTimeAction': xautolock.c:977:17: warning: old-style function definition [-Wold-style-definition] 977 | static Boolean KillTimeAction (d, arg) | ^~~~~~~~~~~~~~ xautolock.c:985:14: error: too many arguments to function 'GetPositive'; expected 0, have 2 985 | if ((res = GetPositive (arg, &tmp))) /* = intended */ | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'NotifyAction': xautolock.c:996:17: warning: old-style function definition [-Wold-style-definition] 996 | static Boolean NotifyAction (d, arg) | ^~~~~~~~~~~~ xautolock.c:1003:22: error: too many arguments to function 'GetPositive'; expected 0, have 2 1003 | if ((notify_lock = GetPositive (arg, &tmp))) /* = intended */ | ^~~~~~~~~~~ ~~~ xautolock.c:779:17: note: declared here 779 | static Boolean GetPositive (arg, pos) | ^~~~~~~~~~~ xautolock.c: In function 'BellAction': xautolock.c:1013:17: warning: old-style function definition [-Wold-style-definition] 1013 | static Boolean BellAction (d, arg) | ^~~~~~~~~~ xautolock.c:1019:10: error: too many arguments to function 'GetInteger'; expected 0, have 2 1019 | return GetInteger (arg, &bell_percent); | ^~~~~~~~~~ ~~~ xautolock.c:760:17: note: declared here 760 | static Boolean GetInteger (arg, in) | ^~~~~~~~~~ xautolock.c: In function 'SecureAction': xautolock.c:1024:17: warning: old-style function definition [-Wold-style-definition] 1024 | static Boolean SecureAction (d, arg) | ^~~~~~~~~~~~ xautolock.c: In function 'DisableAction': xautolock.c:1035:17: warning: old-style function definition [-Wold-style-definition] 1035 | static Boolean DisableAction (d, arg) | ^~~~~~~~~~~~~ xautolock.c: In function 'EnableAction': xautolock.c:1047:17: warning: old-style function definition [-Wold-style-definition] 1047 | static Boolean EnableAction (d, arg) | ^~~~~~~~~~~~ xautolock.c: In function 'ToggleAction': xautolock.c:1059:17: warning: old-style function definition [-Wold-style-definition] 1059 | static Boolean ToggleAction (d, arg) | ^~~~~~~~~~~~ xautolock.c: In function 'ExitAction': xautolock.c:1071:17: warning: old-style function definition [-Wold-style-definition] 1071 | static Boolean ExitAction (d, arg) | ^~~~~~~~~~ xautolock.c: In function 'LockNowAction': xautolock.c:1083:17: warning: old-style function definition [-Wold-style-definition] 1083 | static Boolean LockNowAction (d, arg) | ^~~~~~~~~~~~~ xautolock.c: In function 'UnlockNowAction': xautolock.c:1095:17: warning: old-style function definition [-Wold-style-definition] 1095 | static Boolean UnlockNowAction (d, arg) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'ResetSaverAction': xautolock.c:1107:17: warning: old-style function definition [-Wold-style-definition] 1107 | static Boolean ResetSaverAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'NoCloseOutAction': xautolock.c:1118:17: warning: old-style function definition [-Wold-style-definition] 1118 | static Boolean NoCloseOutAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'NoCloseErrAction': xautolock.c:1129:17: warning: old-style function definition [-Wold-style-definition] 1129 | static Boolean NoCloseErrAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'NoCloseAction': xautolock.c:1140:17: warning: old-style function definition [-Wold-style-definition] 1140 | static Boolean NoCloseAction (d, arg) | ^~~~~~~~~~~~~ xautolock.c:1145:10: error: too many arguments to function 'NoCloseOutAction'; expected 0, have 2 1145 | (Void) NoCloseOutAction (d, arg); | ^~~~~~~~~~~~~~~~ ~ xautolock.c:1118:17: note: declared here 1118 | static Boolean NoCloseOutAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c:1146:10: error: too many arguments to function 'NoCloseErrAction'; expected 0, have 2 1146 | (Void) NoCloseErrAction (d, arg); | ^~~~~~~~~~~~~~~~ ~ xautolock.c:1129:17: note: declared here 1129 | static Boolean NoCloseErrAction (d, arg) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'LockTimeChecker': xautolock.c:1157:14: warning: old-style function definition [-Wold-style-definition] 1157 | static Void LockTimeChecker (d) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'KillTimeChecker': xautolock.c:1177:14: warning: old-style function definition [-Wold-style-definition] 1177 | static Void KillTimeChecker (d) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'LockerChecker': xautolock.c:1203:14: warning: old-style function definition [-Wold-style-definition] 1203 | static Void LockerChecker (d) | ^~~~~~~~~~~~~ xautolock.c: In function 'NowLockerChecker': xautolock.c:1230:14: warning: old-style function definition [-Wold-style-definition] 1230 | static Void NowLockerChecker (d) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'NotifierChecker': xautolock.c:1257:14: warning: old-style function definition [-Wold-style-definition] 1257 | static Void NotifierChecker (d) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'KillerChecker': xautolock.c:1287:14: warning: old-style function definition [-Wold-style-definition] 1287 | static Void KillerChecker (d) | ^~~~~~~~~~~~~ xautolock.c: In function 'NotifyChecker': xautolock.c:1310:14: warning: old-style function definition [-Wold-style-definition] 1310 | static Void NotifyChecker (d) | ^~~~~~~~~~~~~ xautolock.c: In function 'BellChecker': xautolock.c:1338:14: warning: old-style function definition [-Wold-style-definition] 1338 | static Void BellChecker (d) | ^~~~~~~~~~~ xautolock.c: In function 'CornerSizeChecker': xautolock.c:1366:14: warning: old-style function definition [-Wold-style-definition] 1366 | static Void CornerSizeChecker (d) | ^~~~~~~~~~~~~~~~~ xautolock.c: In function 'CornerReDelayChecker': xautolock.c:1394:14: warning: old-style function definition [-Wold-style-definition] 1394 | static Void CornerReDelayChecker (d) | ^~~~~~~~~~~~~~~~~~~~ xautolock.c: In function 'Usage': xautolock.c:1410:14: warning: old-style function definition [-Wold-style-definition] 1410 | static Void Usage (exit_code) | ^~~~~ xautolock.c: In function 'ProcessOpts': xautolock.c:1506:14: warning: old-style function definition [-Wold-style-definition] 1506 | static Void ProcessOpts (d, argc, argv) | ^~~~~~~~~~~ xautolock.c:1603:15: error: too many arguments to function 'Usage'; expected 0, have 1 1603 | if (--argc) Usage (EXIT_FAILURE); | ^~~~~ ~~~~~~~~~~~~ xautolock.c:1410:14: note: declared here 1410 | static Void Usage (exit_code) | ^~~~~ xautolock.c:1628:13: error: too many arguments to function 'options[j].action'; expected 0, have 2 1628 | if (!(*(options[j].action)) (d, value.addr)) | ~^~~~~~~~~~~~~~~~~~~~~ ~ xautolock.c:555:36: note: declared here 555 | OptAction action; /* as it says */ | ^~~~~~ xautolock.c:1630:9: error: too many arguments to function 'Usage'; expected 0, have 1 1630 | Usage (EXIT_FAILURE); | ^~~~~ ~~~~~~~~~~~~ xautolock.c:1410:14: note: declared here 1410 | static Void Usage (exit_code) | ^~~~~ xautolock.c:1637:13: error: too many arguments to function 'options[j].action'; expected 0, have 2 1637 | if (!(*(options[j].action)) (d, value.addr)) | ~^~~~~~~~~~~~~~~~~~~~~ ~ xautolock.c:555:36: note: declared here 555 | OptAction action; /* as it says */ | ^~~~~~ xautolock.c:1650:16: error: too many arguments to function 'options[j].action'; expected 0, have 2 1650 | && !(*(options[j].action)) (d, value.addr)) | ~^~~~~~~~~~~~~~~~~~~~~ ~ xautolock.c:555:36: note: declared here 555 | OptAction action; /* as it says */ | ^~~~~~ xautolock.c:1666:8: error: too many arguments to function 'options[j].checker'; expected 0, have 1 1666 | (*(options[j].checker)) (d); | ~^~~~~~~~~~~~~~~~~~~~~~ ~ xautolock.c:556:36: note: declared here 556 | OptChecker checker; /* as it says */ | ^~~~~~~ xautolock.c: In function 'AddToQueue': xautolock.c:1719:14: warning: old-style function definition [-Wold-style-definition] 1719 | static Void AddToQueue (queue, window) | ^~~~~~~~~~ xautolock.c: In function 'ProcessQueue': xautolock.c:1742:14: warning: old-style function definition [-Wold-style-definition] 1742 | static Void ProcessQueue (queue, d, age) | ^~~~~~~~~~~~ xautolock.c:1758:5: error: too many arguments to function 'SelectEvents'; expected 0, have 3 1758 | SelectEvents (d, current->window, False); | ^~~~~~~~~~~~ ~ xautolock.c:578:17: note: declared here 578 | static Void SelectEvents PP((Display*, Window, Boolean)); | ^~~~~~~~~~~~ xautolock.c: In function 'ProcessEvents': xautolock.c:1777:14: warning: old-style function definition [-Wold-style-definition] 1777 | static Void ProcessEvents (d, queue) | ^~~~~~~~~~~~~ xautolock.c:1794:9: error: too many arguments to function 'AddToQueue'; expected 0, have 2 1794 | AddToQueue (queue, event.xcreatewindow.window); | ^~~~~~~~~~ ~~~~~ xautolock.c:1719:14: note: declared here 1719 | static Void AddToQueue (queue, window) | ^~~~~~~~~~ xautolock.c:1820:3: error: too many arguments to function 'ProcessQueue'; expected 0, have 3 1820 | ProcessQueue (queue, d, (time_t) CREATION_DELAY); | ^~~~~~~~~~~~ ~~~~~ xautolock.c:1742:14: note: declared here 1742 | static Void ProcessQueue (queue, d, age) | ^~~~~~~~~~~~ xautolock.c: In function 'QueryIdleTime': xautolock.c:1830:14: warning: old-style function definition [-Wold-style-definition] 1830 | static Void QueryIdleTime (d, use_xidle) | ^~~~~~~~~~~~~ xautolock.c: In function 'QueryPointer': xautolock.c:1871:14: warning: old-style function definition [-Wold-style-definition] 1871 | static Void QueryPointer (d) | ^~~~~~~~~~~~ xautolock.c: In function 'EvaluateTriggers': xautolock.c:2002:14: warning: old-style function definition [-Wold-style-definition] 2002 | static Void EvaluateTriggers (d) | ^~~~~~~~~~~~~~~~ xautolock.c: In function 'CatchFalseAlarm': xautolock.c:2255:13: warning: old-style function definition [-Wold-style-definition] 2255 | static Int CatchFalseAlarm (d, event) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'GetAtoms': xautolock.c:2376:14: warning: old-style function definition [-Wold-style-definition] 2376 | static Void GetAtoms (d) | ^~~~~~~~ xautolock.c: In function 'LookForMessages': xautolock.c:2403:14: warning: old-style function definition [-Wold-style-definition] 2403 | static Void LookForMessages (d) | ^~~~~~~~~~~~~~~ xautolock.c: In function 'CheckConnectionAndSendMessage': xautolock.c:2478:14: warning: old-style function definition [-Wold-style-definition] 2478 | static Void CheckConnectionAndSendMessage (d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xautolock.c: In function 'SelectEvents': xautolock.c:2588:14: warning: old-style function definition [-Wold-style-definition] 2588 | static Void SelectEvents (d, window, substructure_only) | ^~~~~~~~~~~~ xautolock.c:2663:5: error: too many arguments to function 'SelectEvents'; expected 0, have 3 2663 | SelectEvents (d, children[i], substructure_only); | ^~~~~~~~~~~~ ~ xautolock.c:2588:14: note: declared here 2588 | static Void SelectEvents (d, window, substructure_only) | ^~~~~~~~~~~~ xautolock.c: In function 'main': xautolock.c:452:36: warning: old-style function definition [-Wold-style-definition] 452 | #define Main main | ^~~~ xautolock.c:2675:6: note: in expansion of macro 'Main' 2675 | Int Main (argc, argv) | ^~~~ xautolock.c:2768:3: error: too many arguments to function 'ProcessOpts'; expected 0, have 3 2768 | ProcessOpts (d, argc, argv); | ^~~~~~~~~~~ ~ xautolock.c:1506:14: note: declared here 1506 | static Void ProcessOpts (d, argc, argv) | ^~~~~~~~~~~ xautolock.c:2772:3: error: too many arguments to function 'CheckConnectionAndSendMessage'; expected 0, have 1 2772 | CheckConnectionAndSendMessage (d); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ xautolock.c:2478:14: note: declared here 2478 | static Void CheckConnectionAndSendMessage (d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xautolock.c:2817:7: error: too many arguments to function 'AddToQueue'; expected 0, have 2 2817 | AddToQueue (queue, r = RootWindowOfScreen (ScreenOfDisplay (d, s))); | ^~~~~~~~~~ ~~~~~ xautolock.c:1719:14: note: declared here 1719 | static Void AddToQueue (queue, window) | ^~~~~~~~~~ xautolock.c:2818:7: error: too many arguments to function 'SelectEvents'; expected 0, have 3 2818 | SelectEvents (d, r, True); | ^~~~~~~~~~~~ ~ xautolock.c:2588:14: note: declared here 2588 | static Void SelectEvents (d, window, substructure_only) | ^~~~~~~~~~~~ xautolock.c:2834:7: error: too many arguments to function 'QueryIdleTime'; expected 0, have 2 2834 | QueryIdleTime (d, use_xidle); | ^~~~~~~~~~~~~ ~ xautolock.c:1830:14: note: declared here 1830 | static Void QueryIdleTime (d, use_xidle) | ^~~~~~~~~~~~~ xautolock.c:2838:7: error: too many arguments to function 'ProcessEvents'; expected 0, have 2 2838 | ProcessEvents (d, queue); | ^~~~~~~~~~~~~ ~ xautolock.c:1777:14: note: declared here 1777 | static Void ProcessEvents (d, queue) | ^~~~~~~~~~~~~ xautolock.c:2841:5: error: too many arguments to function 'QueryPointer'; expected 0, have 1 2841 | QueryPointer (d); /* Overkill if Xidle or MIT screensaver | ^~~~~~~~~~~~ ~ xautolock.c:1871:14: note: declared here 1871 | static Void QueryPointer (d) | ^~~~~~~~~~~~ xautolock.c:2843:5: error: too many arguments to function 'EvaluateTriggers'; expected 0, have 1 2843 | EvaluateTriggers (d); | ^~~~~~~~~~~~~~~~ ~ xautolock.c:2002:14: note: declared here 2002 | static Void EvaluateTriggers (d) | ^~~~~~~~~~~~~~~~ *** [xautolock.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/xautolock/work/xautolock-pl15 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/xautolock/work/xautolock-pl15 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xautolock *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xautolock