=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/Xaw-Xpm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for Xaw-Xpm-1.1nb4 --- all --- --- AllWidgets.o --- --- AsciiSink.o --- --- AllWidgets.o --- rm -f AllWidgets.o gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I. -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHAS_WCHAR_H -DHAS_ISW_FUNCS -DARROW_SCROLLBAR -DUSEGRAY -DSUN_AUDIO -fPIC AllWidgets.c --- AsciiSink.o --- rm -f AsciiSink.o gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I. -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHAS_WCHAR_H -DHAS_ISW_FUNCS -DARROW_SCROLLBAR -DUSEGRAY -DSUN_AUDIO -fPIC AsciiSink.c AsciiSink.c:97:41: error: initialization of 'void (*)(struct _WidgetRec *, struct _WidgetRec *, struct *, Cardinal *)' {aka 'void (*)(struct _WidgetRec *, struct _WidgetRec *, struct *, unsigned int *)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 97 | /* initialize */ Initialize, | ^~~~~~~~~~ AsciiSink.c:97:41: note: (near initialization for 'asciiSinkClassRec.object_class.initialize') AsciiSink.c:67:13: note: 'Initialize' declared here 67 | static void Initialize(), Destroy(); | ^~~~~~~~~~ AsciiSink.c:109:41: error: initialization of 'void (*)(struct _WidgetRec *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 109 | /* destroy */ Destroy, | ^~~~~~~ AsciiSink.c:109:41: note: (near initialization for 'asciiSinkClassRec.object_class.destroy') AsciiSink.c:67:27: note: 'Destroy' declared here 67 | static void Initialize(), Destroy(); | ^~~~~~~ AsciiSink.c:112:41: error: initialization of 'Boolean (*)(struct _WidgetRec *, struct _WidgetRec *, struct _WidgetRec *, struct *, Cardinal *)' {aka 'char (*)(struct _WidgetRec *, struct _WidgetRec *, struct _WidgetRec *, struct *, unsigned int *)'} from incompatible pointer type 'Boolean (*)(void)' {aka 'char (*)(void)'} [-Wincompatible-pointer-types] 112 | /* set_values */ SetValues, | ^~~~~~~~~ AsciiSink.c:112:41: note: (near initialization for 'asciiSinkClassRec.object_class.set_values') AsciiSink.c:68:16: note: 'SetValues' declared here 68 | static Boolean SetValues(); | ^~~~~~~~~ AsciiSink.c: In function 'CharWidth': AsciiSink.c:148:1: warning: old-style function definition [-Wold-style-definition] 148 | CharWidth (w, x, c) | ^~~~~~~~~ AsciiSink.c: In function 'PaintText': AsciiSink.c:211:1: warning: old-style function definition [-Wold-style-definition] 211 | PaintText(w, gc, x, y, buf, len, high) | ^~~~~~~~~ AsciiSink.c: In function 'DisplayText': AsciiSink.c:265:1: warning: old-style function definition [-Wold-style-definition] 265 | DisplayText(w, x, y, pos1, pos2, highlight) | ^~~~~~~~~~~ --- AsciiSrc.o --- --- AsciiSink.o --- AsciiSink.c: In function 'CreateInsertCursor': AsciiSink.c:332:1: warning: old-style function definition [-Wold-style-definition] 332 | CreateInsertCursor(s) | ^~~~~~~~~~~~~~~~~~ AsciiSink.c: In function 'GetCursorBounds': AsciiSink.c:347:1: warning: old-style function definition [-Wold-style-definition] 347 | GetCursorBounds(w, rect) | ^~~~~~~~~~~~~~~ AsciiSink.c: In function 'InsertCursor': AsciiSink.c:364:1: warning: old-style function definition [-Wold-style-definition] 364 | InsertCursor (w, x, y, state) | ^~~~~~~~~~~~ AsciiSink.c:376:5: error: too many arguments to function 'GetCursorBounds'; expected 0, have 2 376 | GetCursorBounds(w, &rect); | ^~~~~~~~~~~~~~~ ~ AsciiSink.c:347:1: note: declared here 347 | GetCursorBounds(w, rect) | ^~~~~~~~~~~~~~~ AsciiSink.c: In function 'FindDistance': AsciiSink.c:391:1: warning: old-style function definition [-Wold-style-definition] 391 | FindDistance (w, fromPos, fromx, toPos, resWidth, resPos, resHeight) | ^~~~~~~~~~~~ AsciiSink.c: In function 'FindPosition': AsciiSink.c:427:1: warning: old-style function definition [-Wold-style-definition] 427 | FindPosition(w, fromPos, fromx, width, stopAtWordBreak, | ^~~~~~~~~~~~ AsciiSink.c: In function 'Resolve': AsciiSink.c:485:1: warning: old-style function definition [-Wold-style-definition] 485 | Resolve (w, pos, fromx, width, leftPos, rightPos) | ^~~~~~~ AsciiSink.c:494:5: error: too many arguments to function 'FindPosition'; expected 0, have 8 494 | FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight); | ^~~~~~~~~~~~ ~ AsciiSink.c:427:1: note: declared here 427 | FindPosition(w, fromPos, fromx, width, stopAtWordBreak, | ^~~~~~~~~~~~ AsciiSink.c: In function 'GetGC': AsciiSink.c:501:1: warning: old-style function definition [-Wold-style-definition] 501 | GetGC(sink) | ^~~~~ AsciiSink.c: In function 'Initialize': AsciiSink.c:541:1: warning: old-style function definition [-Wold-style-definition] 541 | Initialize(request, new, args, num_args) | ^~~~~~~~~~ AsciiSink.c: In function 'Destroy': AsciiSink.c:563:1: warning: old-style function definition [-Wold-style-definition] 563 | Destroy(w) | ^~~~~~~ AsciiSink.c: In function 'SetValues': AsciiSink.c:584:1: warning: old-style function definition [-Wold-style-definition] 584 | SetValues(current, request, new, args, num_args) | ^~~~~~~~~ AsciiSink.c: In function 'MaxLines': AsciiSink.c:620:1: warning: old-style function definition [-Wold-style-definition] 620 | MaxLines(w, height) | ^~~~~~~~ AsciiSink.c: In function 'MaxHeight': AsciiSink.c:641:1: warning: old-style function definition [-Wold-style-definition] 641 | MaxHeight(w, lines) | ^~~~~~~~~ AsciiSink.c: In function 'SetTabs': AsciiSink.c:660:1: warning: old-style function definition [-Wold-style-definition] 660 | SetTabs(w, tab_count, tabs) | ^~~~~~~ --- AsciiSrc.o --- rm -f AsciiSrc.o gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I. -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DHAS_WCHAR_H -DHAS_ISW_FUNCS -DARROW_SCROLLBAR -DUSEGRAY -DSUN_AUDIO -fPIC AsciiSrc.c --- AsciiSink.o --- *** [AsciiSink.o] Error code 1 bmake: stopped making "all" in /tmp/work/x11/Xaw-Xpm/work/XawXpm --- AsciiSrc.o --- AsciiSrc.c:123:41: error: initialization of 'void (*)(struct _WidgetRec *, struct _WidgetRec *, struct *, Cardinal *)' {aka 'void (*)(struct _WidgetRec *, struct _WidgetRec *, struct *, unsigned int *)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 123 | /* initialize */ Initialize, | ^~~~~~~~~~ AsciiSrc.c:123:41: note: (near initialization for 'asciiSrcClassRec.object_class.initialize') AsciiSrc.c:98:32: note: 'Initialize' declared here 98 | static void ClassInitialize(), Initialize(), Destroy(), GetValuesHook(); | ^~~~~~~~~~ AsciiSrc.c:135:41: error: initialization of 'void (*)(struct _WidgetRec *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 135 | /* destroy */ Destroy, | ^~~~~~~ AsciiSrc.c:135:41: note: (near initialization for 'asciiSrcClassRec.object_class.destroy') AsciiSrc.c:98:46: note: 'Destroy' declared here 98 | static void ClassInitialize(), Initialize(), Destroy(), GetValuesHook(); | ^~~~~~~ AsciiSrc.c:138:41: error: initialization of 'Boolean (*)(struct _WidgetRec *, struct _WidgetRec *, struct _WidgetRec *, struct *, Cardinal *)' {aka 'char (*)(struct _WidgetRec *, struct _WidgetRec *, struct _WidgetRec *, struct *, unsigned int *)'} from incompatible pointer type 'Boolean (*)(void)' {aka 'char (*)(void)'} [-Wincompatible-pointer-types] 138 | /* set_values */ SetValues, | ^~~~~~~~~ AsciiSrc.c:138:41: note: (near initialization for 'asciiSrcClassRec.object_class.set_values') AsciiSrc.c:100:16: note: 'SetValues' declared here 100 | static Boolean SetValues(), WriteToFile(); | ^~~~~~~~~ AsciiSrc.c:141:41: error: initialization of 'void (*)(struct _WidgetRec *, struct *, Cardinal *)' {aka 'void (*)(struct _WidgetRec *, struct *, unsigned int *)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 141 | /* get_values_hook */ GetValuesHook, | ^~~~~~~~~~~~~ AsciiSrc.c:141:41: note: (near initialization for 'asciiSrcClassRec.object_class.get_values_hook') AsciiSrc.c:98:57: note: 'GetValuesHook' declared here 98 | static void ClassInitialize(), Initialize(), Destroy(), GetValuesHook(); | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'ClassInitialize': AsciiSrc.c:183:44: error: passing argument 3 of 'XtAddConverter' from incompatible pointer type [-Wincompatible-pointer-types] 183 | XtAddConverter( XtRString, XtRAsciiType, CvtStringToAsciiType, | ^~~~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from /tmp/work/x11/Xaw-Xpm/work/.buildlink/include/X11/IntrinsicP.h:51, from AsciiSrc.c:35: /tmp/work/x11/Xaw-Xpm/work/.buildlink/include/X11/Intrinsic.h:656:5: note: expected 'XtConverter' {aka 'void (*)(XrmValue *, unsigned int *, XrmValue *, XrmValue *)'} but argument is of type 'void (*)(void)' 656 | XtConverter /* converter */, | ^~~~~~~~~~~ AsciiSrc.c:97:39: note: 'CvtStringToAsciiType' declared here 97 | static void RemoveOldStringOrFile(), CvtStringToAsciiType(); | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/x11/Xaw-Xpm/work/.buildlink/include/X11/Intrinsic.h:244:16: note: 'XtConverter' declared here 244 | typedef void (*XtConverter)( /* obsolete */ | ^~~~~~~~~~~ AsciiSrc.c: In function 'Initialize': AsciiSrc.c:197:1: warning: old-style function definition [-Wold-style-definition] 197 | Initialize(request, new, args, num_args) | ^~~~~~~~~~ AsciiSrc.c:228:10: error: too many arguments to function 'InitStringOrFile'; expected 0, have 2 228 | file = InitStringOrFile(src, src->ascii_src.type == XawAsciiFile); | ^~~~~~~~~~~~~~~~ ~~~ AsciiSrc.c:95:15: note: declared here 95 | static FILE * InitStringOrFile(); | ^~~~~~~~~~~~~~~~ AsciiSrc.c:229:3: error: too many arguments to function 'LoadPieces'; expected 0, have 3 229 | LoadPieces(src, file, NULL); | ^~~~~~~~~~ ~~~ AsciiSrc.c:96:59: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~ AsciiSrc.c: In function 'ReadText': AsciiSrc.c:244:1: warning: old-style function definition [-Wold-style-definition] 244 | ReadText(w, pos, text, length) | ^~~~~~~~ AsciiSrc.c:252:19: error: too many arguments to function 'FindPiece'; expected 0, have 3 252 | Piece * piece = FindPiece(src, pos, &start); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c: In function 'ReplaceText': AsciiSrc.c:271:1: warning: old-style function definition [-Wold-style-definition] 271 | ReplaceText (w, startPos, endPos, text) | ^~~~~~~~~~~ AsciiSrc.c:288:17: error: too many arguments to function 'FindPiece'; expected 0, have 3 288 | start_piece = FindPiece(src, startPos, &start_first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c:289:15: error: too many arguments to function 'FindPiece'; expected 0, have 3 289 | end_piece = FindPiece(src, endPos, &end_first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c:306:7: error: too many arguments to function 'RemovePiece'; expected 0, have 2 306 | RemovePiece(src, start_piece); | ^~~~~~~~~~~ ~~~ AsciiSrc.c:96:30: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~ AsciiSrc.c:310:7: error: too many arguments to function 'RemovePiece'; expected 0, have 2 310 | RemovePiece(src, temp_piece->prev); | ^~~~~~~~~~~ ~~~ AsciiSrc.c:96:30: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~ AsciiSrc.c:314:7: error: too many arguments to function 'MyStrncpy'; expected 0, have 3 314 | MyStrncpy(end_piece->text, (end_piece->text + endPos - end_first), | ^~~~~~~~~ ~~~~~~~~~~~~~~~ AsciiSrc.c:99:15: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~ AsciiSrc.c:320:9: error: too many arguments to function 'RemovePiece'; expected 0, have 2 320 | RemovePiece(src, start_piece); | ^~~~~~~~~~~ ~~~ AsciiSrc.c:96:30: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~ AsciiSrc.c:323:7: error: too many arguments to function 'MyStrncpy'; expected 0, have 3 323 | MyStrncpy(start_piece->text + (startPos - start_first), | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AsciiSrc.c:99:15: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~ AsciiSrc.c:341:19: error: too many arguments to function 'FindPiece'; expected 0, have 3 341 | start_piece = FindPiece(src, startPos, &start_first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c:365:9: error: too many arguments to function 'BreakPiece'; expected 0, have 2 365 | BreakPiece(src, start_piece); | ^~~~~~~~~~ ~~~ AsciiSrc.c:96:45: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~ AsciiSrc.c:366:23: error: too many arguments to function 'FindPiece'; expected 0, have 3 366 | start_piece = FindPiece(src, startPos, &start_first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c:372:7: error: too many arguments to function 'MyStrncpy'; expected 0, have 3 372 | MyStrncpy(ptr + fill, ptr, | ^~~~~~~~~ ~~~~~~~~~~ AsciiSrc.c:99:15: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~ AsciiSrc.c: In function 'Scan': AsciiSrc.c:411:1: warning: old-style function definition [-Wold-style-definition] 411 | Scan (w, position, type, dir, count, include) | ^~~~ AsciiSrc.c:449:11: error: too many arguments to function 'FindPiece'; expected 0, have 3 449 | piece = FindPiece(src, position, &first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c: In function 'Search': AsciiSrc.c:547:1: warning: old-style function definition [-Wold-style-definition] 547 | Search(w, position, dir, text) | ^~~~~~ AsciiSrc.c:571:11: error: too many arguments to function 'FindPiece'; expected 0, have 3 571 | piece = FindPiece(src, position, &first); | ^~~~~~~~~ ~~~ AsciiSrc.c:94:16: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~ AsciiSrc.c: In function 'SetValues': AsciiSrc.c:629:1: warning: old-style function definition [-Wold-style-definition] 629 | SetValues(current, request, new, args, num_args) | ^~~~~~~~~ AsciiSrc.c:655:5: error: too many arguments to function 'RemoveOldStringOrFile'; expected 0, have 2 655 | RemoveOldStringOrFile(old_src, string_set); /* remove old info. */ | ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ AsciiSrc.c:97:13: note: declared here 97 | static void RemoveOldStringOrFile(), CvtStringToAsciiType(); | ^~~~~~~~~~~~~~~~~~~~~ AsciiSrc.c:656:12: error: too many arguments to function 'InitStringOrFile'; expected 0, have 2 656 | file = InitStringOrFile(src, string_set); /* Init new info. */ | ^~~~~~~~~~~~~~~~ ~~~ AsciiSrc.c:95:15: note: declared here 95 | static FILE * InitStringOrFile(); | ^~~~~~~~~~~~~~~~ AsciiSrc.c:657:5: error: too many arguments to function 'LoadPieces'; expected 0, have 3 657 | LoadPieces(src, file, NULL); /* load new info into internal buffers. */ | ^~~~~~~~~~ ~~~ AsciiSrc.c:96:59: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~ AsciiSrc.c:669:23: error: too many arguments to function 'StorePiecesInString'; expected 0, have 1 669 | String string = StorePiecesInString(old_src); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ AsciiSrc.c:99:28: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~~~~~~~~~~~ AsciiSrc.c:670:7: error: too many arguments to function 'FreeAllPieces'; expected 0, have 1 670 | FreeAllPieces(old_src); | ^~~~~~~~~~~~~ ~~~~~~~ AsciiSrc.c:96:13: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~~~ AsciiSrc.c:671:7: error: too many arguments to function 'LoadPieces'; expected 0, have 3 671 | LoadPieces(src, NULL, string); | ^~~~~~~~~~ ~~~ AsciiSrc.c:96:59: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~ AsciiSrc.c: In function 'GetValuesHook': AsciiSrc.c:688:1: warning: old-style function definition [-Wold-style-definition] 688 | GetValuesHook(w, args, num_args) | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'Destroy': AsciiSrc.c:718:1: warning: old-style function definition [-Wold-style-definition] 718 | Destroy (w) | ^~~~~~~ AsciiSrc.c:721:3: error: too many arguments to function 'RemoveOldStringOrFile'; expected 0, have 2 721 | RemoveOldStringOrFile((AsciiSrcObject) w, True); | ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ AsciiSrc.c:97:13: note: declared here 97 | static void RemoveOldStringOrFile(), CvtStringToAsciiType(); | ^~~~~~~~~~~~~~~~~~~~~ AsciiSrc.c: In function 'XawAsciiSave': AsciiSrc.c:808:14: error: too many arguments to function 'StorePiecesInString'; expected 0, have 1 808 | string = StorePiecesInString(src); | ^~~~~~~~~~~~~~~~~~~ ~~~ AsciiSrc.c:99:28: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~~~~~~~~~~~ AsciiSrc.c:810:9: error: too many arguments to function 'WriteToFile'; expected 0, have 2 810 | if (WriteToFile(string, src->ascii_src.string) == FALSE) { | ^~~~~~~~~~~ ~~~~~~ AsciiSrc.c:100:29: note: declared here 100 | static Boolean SetValues(), WriteToFile(); | ^~~~~~~~~~~ AsciiSrc.c:822:29: error: too many arguments to function 'StorePiecesInString'; expected 0, have 1 822 | src->ascii_src.string = StorePiecesInString(src); | ^~~~~~~~~~~~~~~~~~~ ~~~ AsciiSrc.c:99:28: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~~~~~~~~~~~ AsciiSrc.c: In function 'XawAsciiSaveAsFile': AsciiSrc.c:859:12: error: too many arguments to function 'StorePiecesInString'; expected 0, have 1 859 | string = StorePiecesInString(src); | ^~~~~~~~~~~~~~~~~~~ ~~~ AsciiSrc.c:99:28: note: declared here 99 | static String MyStrncpy(), StorePiecesInString(); | ^~~~~~~~~~~~~~~~~~~ AsciiSrc.c:861:9: error: too many arguments to function 'WriteToFile'; expected 0, have 2 861 | ret = WriteToFile(string, name); | ^~~~~~~~~~~ ~~~~~~ AsciiSrc.c:100:29: note: declared here 100 | static Boolean SetValues(), WriteToFile(); | ^~~~~~~~~~~ AsciiSrc.c: In function 'RemoveOldStringOrFile': AsciiSrc.c:900:1: warning: old-style function definition [-Wold-style-definition] 900 | RemoveOldStringOrFile(src, checkString) | ^~~~~~~~~~~~~~~~~~~~~ AsciiSrc.c:904:3: error: too many arguments to function 'FreeAllPieces'; expected 0, have 1 904 | FreeAllPieces(src); | ^~~~~~~~~~~~~ ~~~ AsciiSrc.c:96:13: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'WriteToFile': AsciiSrc.c:922:1: warning: old-style function definition [-Wold-style-definition] 922 | WriteToFile(string, name) | ^~~~~~~~~~~ AsciiSrc.c: In function 'StorePiecesInString': AsciiSrc.c:944:1: warning: old-style function definition [-Wold-style-definition] 944 | StorePiecesInString(src) | ^~~~~~~~~~~~~~~~~~~ AsciiSrc.c:965:5: error: too many arguments to function 'FreeAllPieces'; expected 0, have 1 965 | FreeAllPieces(src); | ^~~~~~~~~~~~~ ~~~ AsciiSrc.c:96:13: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~~~ AsciiSrc.c:966:5: error: too many arguments to function 'LoadPieces'; expected 0, have 3 966 | LoadPieces(src, NULL, string); | ^~~~~~~~~~ ~~~ AsciiSrc.c:96:59: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~ AsciiSrc.c: In function 'InitStringOrFile': AsciiSrc.c:979:1: warning: old-style function definition [-Wold-style-definition] 979 | InitStringOrFile(src, newString) | ^~~~~~~~~~~~~~~~ AsciiSrc.c: In function 'LoadPieces': AsciiSrc.c:1074:1: warning: old-style function definition [-Wold-style-definition] 1074 | LoadPieces(src, file, string) | ^~~~~~~~~~ AsciiSrc.c:1104:13: error: too many arguments to function 'AllocNewPiece'; expected 0, have 2 1104 | piece = AllocNewPiece(src, piece); | ^~~~~~~~~~~~~ ~~~ AsciiSrc.c:94:31: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~~~~~ AsciiSrc.c:1114:13: error: too many arguments to function 'AllocNewPiece'; expected 0, have 2 1114 | piece = AllocNewPiece(src, piece); | ^~~~~~~~~~~~~ ~~~ AsciiSrc.c:94:31: note: declared here 94 | static Piece * FindPiece(), * AllocNewPiece(); | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'AllocNewPiece': AsciiSrc.c:1138:1: warning: old-style function definition [-Wold-style-definition] 1138 | AllocNewPiece(src, prev) | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'FreeAllPieces': AsciiSrc.c:1167:1: warning: old-style function definition [-Wold-style-definition] 1167 | FreeAllPieces(src) | ^~~~~~~~~~~~~ AsciiSrc.c:1177:5: error: too many arguments to function 'RemovePiece'; expected 0, have 2 1177 | RemovePiece(src, first); | ^~~~~~~~~~~ ~~~ AsciiSrc.c:96:30: note: declared here 96 | static void FreeAllPieces(), RemovePiece(), BreakPiece(), LoadPieces(); | ^~~~~~~~~~~ AsciiSrc.c: In function 'RemovePiece': AsciiSrc.c:1189:1: warning: old-style function definition [-Wold-style-definition] 1189 | RemovePiece(src, piece) | ^~~~~~~~~~~ AsciiSrc.c: In function 'FindPiece': AsciiSrc.c:1216:1: warning: old-style function definition [-Wold-style-definition] 1216 | FindPiece(src, position, first) | ^~~~~~~~~ AsciiSrc.c: In function 'MyStrncpy': AsciiSrc.c:1242:1: warning: old-style function definition [-Wold-style-definition] 1242 | MyStrncpy(s1, s2, n) | ^~~~~~~~~ AsciiSrc.c: In function 'BreakPiece': AsciiSrc.c:1264:1: warning: old-style function definition [-Wold-style-definition] 1264 | BreakPiece(src, piece) | ^~~~~~~~~~ AsciiSrc.c:1268:17: error: too many arguments to function 'AllocNewPiece'; expected 0, have 2 1268 | Piece * new = AllocNewPiece(src, piece); | ^~~~~~~~~~~~~ ~~~ AsciiSrc.c:1138:1: note: declared here 1138 | AllocNewPiece(src, prev) | ^~~~~~~~~~~~~ AsciiSrc.c: In function 'CvtStringToAsciiType': AsciiSrc.c:1279:1: warning: old-style function definition [-Wold-style-definition] 1279 | CvtStringToAsciiType(args, num_args, fromVal, toVal) | ^~~~~~~~~~~~~~~~~~~~ *** [AsciiSrc.o] Error code 1 bmake: stopped making "all" in /tmp/work/x11/Xaw-Xpm/work/XawXpm bmake: 2 errors bmake: stopped making "all" in /tmp/work/x11/Xaw-Xpm/work/XawXpm *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/Xaw-Xpm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/Xaw-Xpm