=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/math/xldlas", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xldlas-0.85nb14 --- xldlas.o --- --- frontend.o --- --- setstate.o --- --- files.o --- --- frontend.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DXFORMS86 -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/X11 -I/opt/pkg/include frontend.c -c --- xldlas.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DXFORMS86 -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/X11 -I/opt/pkg/include xldlas.c -c --- setstate.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DXFORMS86 -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/X11 -I/opt/pkg/include setstate.c -c --- files.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DXFORMS86 -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/X11 -I/opt/pkg/include files.c -c --- xldlas.o --- xldlas.c: In function 'main': xldlas.c:108:25: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 108 | simple_line_output("start","xldlas started (Preferences read from ~/.xldlasrc)"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xldlas.c:108:25: note: referencing argument 1 of type 'char[1024]' xldlas.c:108:25: warning: 'simple_line_output' accessing 1024 bytes in a region of size 51 [-Wstringop-overflow=] xldlas.c:108:25: note: referencing argument 2 of type 'char[1024]' xldlas.c:42:13: note: in a call to function 'simple_line_output' 42 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ xldlas.c:112:25: warning: 'say_status' accessing 256 bytes in a region of size 10 [-Wstringop-overflow=] 112 | say_status("Wierdness"); | ^~~~~~~~~~~~~~~~~~~~~~~ xldlas.c:112:25: note: referencing argument 1 of type 'char[256]' xldlas.c:41:13: note: in a call to function 'say_status' 41 | extern void say_status(char the_status[256]); | ^~~~~~~~~~ xldlas.c:117:25: warning: 'say_status' accessing 256 bytes in a region of size 8 [-Wstringop-overflow=] 117 | say_status("Welcome"); | ^~~~~~~~~~~~~~~~~~~~~ xldlas.c:117:25: note: referencing argument 1 of type 'char[256]' xldlas.c:41:13: note: in a call to function 'say_status' 41 | extern void say_status(char the_status[256]); | ^~~~~~~~~~ xldlas.c:121:17: warning: 'say_status' accessing 256 bytes in a region of size 6 [-Wstringop-overflow=] 121 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ xldlas.c:121:17: note: referencing argument 1 of type 'char[256]' xldlas.c:41:13: note: in a call to function 'say_status' 41 | extern void say_status(char the_status[256]); | ^~~~~~~~~~ --- setstate.o --- setstate.c: In function 'read_rc_file': setstate.c:353:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 4 [-Wstringop-overflow=] 353 | simple_line_output("err",second_string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:353:33: note: referencing argument 1 of type 'char[1024]' setstate.c:353:33: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ setstate.c: In function 'opening_quote': setstate.c:668:9: warning: 'say_status' accessing 1024 bytes in a region of size 21 [-Wstringop-overflow=] 668 | say_status("Pearls of wisdom ..."); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:668:9: note: referencing argument 1 of type 'char[1024]' setstate.c:14:13: note: in a call to function 'say_status' 14 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- files.o --- files.c: In function 'load_dataset': --- setstate.o --- setstate.c: In function 'handle_cloptions': setstate.c:825:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 825 | simple_line_output("start", string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:825:33: note: referencing argument 1 of type 'char[1024]' --- files.o --- files.c:118:9: warning: 'say_status' accessing 1024 bytes in a region of size 16 [-Wstringop-overflow=] 118 | say_status("Loading Dataset"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:825:33: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:118:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:831:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 831 | simple_line_output("start","ERROR: log option specified with no file name"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- files.o --- files.c:124:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 124 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:831:33: note: referencing argument 1 of type 'char[1024]' --- files.o --- files.c:124:17: note: referencing argument 1 of type 'char[1024]' --- setstate.o --- setstate.c:831:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 46 [-Wstringop-overflow=] setstate.c:831:33: note: referencing argument 2 of type 'char[1024]' --- files.o --- files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:133:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 133 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:133:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:850:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 850 | simple_line_output("start", string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- files.o --- files.c:161:25: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 161 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:850:33: note: referencing argument 1 of type 'char[1024]' --- files.o --- files.c:161:25: note: referencing argument 1 of type 'char[1024]' --- setstate.o --- setstate.c:850:33: note: referencing argument 2 of type 'char[1024]' --- files.o --- files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:181:9: warning: 'simple_line_output' accessing 1024 bytes in a region of size 5 [-Wstringop-overflow=] 181 | simple_line_output("load",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:181:9: note: referencing argument 1 of type 'char[1024]' --- setstate.o --- setstate.c:856:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 856 | simple_line_output("start","ERROR: tlog option specified with no file name"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- files.o --- files.c:181:9: note: referencing argument 2 of type 'char[1024]' --- setstate.o --- setstate.c:856:33: note: referencing argument 1 of type 'char[1024]' setstate.c:856:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 47 [-Wstringop-overflow=] --- files.o --- files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:856:33: note: referencing argument 2 of type 'char[1024]' --- files.o --- files.c:183:9: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 183 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:183:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:875:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 875 | simple_line_output("start", string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:875:33: note: referencing argument 1 of type 'char[1024]' setstate.c:875:33: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ setstate.c:881:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 881 | simple_line_output("start","ERROR: hlog option specified with no file name"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:881:33: note: referencing argument 1 of type 'char[1024]' setstate.c:881:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 47 [-Wstringop-overflow=] setstate.c:881:33: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ setstate.c:903:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 903 | simple_line_output("start","ERROR: icol option specified with no file name"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- files.o --- files.c: In function 'save_dataset': --- setstate.o --- setstate.c:903:33: note: referencing argument 1 of type 'char[1024]' --- files.o --- files.c:196:9: warning: 'say_status' accessing 1024 bytes in a region of size 15 [-Wstringop-overflow=] 196 | say_status("Saving Dataset"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:903:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 47 [-Wstringop-overflow=] --- files.o --- files.c:196:9: note: referencing argument 1 of type 'char[1024]' --- setstate.o --- setstate.c:903:33: note: referencing argument 2 of type 'char[1024]' --- files.o --- files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:202:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 202 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:202:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:211:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 211 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:924:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 924 | simple_line_output("start","ERROR: icol option specified with no file name"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- files.o --- files.c:211:17: note: referencing argument 1 of type 'char[1024]' --- setstate.o --- setstate.c:924:33: note: referencing argument 1 of type 'char[1024]' --- files.o --- files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:924:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 47 [-Wstringop-overflow=] --- files.o --- files.c:243:9: warning: 'simple_line_output' accessing 1024 bytes in a region of size 5 [-Wstringop-overflow=] 243 | simple_line_output("save",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- setstate.o --- setstate.c:924:33: note: referencing argument 2 of type 'char[1024]' --- files.o --- files.c:243:9: note: referencing argument 1 of type 'char[1024]' files.c:243:9: note: referencing argument 2 of type 'char[1024]' --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ files.c:246:9: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 246 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:246:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- setstate.o --- setstate.c:932:33: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 932 | simple_line_output("start", string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:932:33: note: referencing argument 1 of type 'char[1024]' setstate.c:932:33: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ setstate.c:940:41: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 940 | simple_line_output("start", string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:940:41: note: referencing argument 1 of type 'char[1024]' setstate.c:940:41: note: referencing argument 2 of type 'char[1024]' setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ setstate.c:966:57: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 966 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ setstate.c:966:57: note: referencing argument 1 of type 'char[1024]' setstate.c:14:13: note: in a call to function 'say_status' 14 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ setstate.c:986:41: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 986 | simple_line_output("start",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ setstate.c:986:41: note: referencing argument 1 of type 'char[1024]' setstate.c:986:41: note: referencing argument 2 of type 'char[1024]' --- frontend.o --- frontend.c: In function 'enough_already': frontend.c:519:9: warning: 'say_status' accessing 256 bytes in a region of size 6 [-Wstringop-overflow=] 519 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ frontend.c:519:9: note: referencing argument 1 of type 'char[256]' frontend.c:503:6: note: in a call to function 'say_status' 503 | void say_status (char the_status[256]) | ^~~~~~~~~~ frontend.c: In function 'click_enough_already': frontend.c:532:9: warning: 'say_status' accessing 256 bytes in a region of size 6 [-Wstringop-overflow=] 532 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ frontend.c:532:9: note: referencing argument 1 of type 'char[256]' frontend.c:503:6: note: in a call to function 'say_status' 503 | void say_status (char the_status[256]) | ^~~~~~~~~~ frontend.c: In function 'about_xldlas': frontend.c:538:9: warning: 'say_status' accessing 256 bytes in a region of size 36 [-Wstringop-overflow=] --- setstate.o --- setstate.c:16:13: note: in a call to function 'simple_line_output' 16 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ --- files.o --- files.c: In function 'append_dataset': files.c:312:9: warning: 'say_status' accessing 1024 bytes in a region of size 16 [-Wstringop-overflow=] 312 | say_status("Loading Dataset"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:312:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:318:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 318 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:318:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:327:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 327 | say_status("Ready"); --- frontend.o --- 538 | say_status("Displaying information about xldlas"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ frontend.c:538:9: note: referencing argument 1 of type 'char[256]' frontend.c:503:6: note: in a call to function 'say_status' 503 | void say_status (char the_status[256]) | ^~~~~~~~~~ --- files.o --- | ^~~~~~~~~~~~~~~~~~~ files.c:327:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:351:25: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 351 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:351:25: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:372:9: warning: 'simple_line_output' accessing 1024 bytes in a region of size 5 [-Wstringop-overflow=] 372 | simple_line_output("apnd",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:372:9: note: referencing argument 1 of type 'char[1024]' files.c:372:9: note: referencing argument 2 of type 'char[1024]' files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ files.c:375:9: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 375 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:375:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c: In function 'do_column_import': files.c:689:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 689 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:689:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:696:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 696 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:696:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:801:17: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 801 | simple_line_output("imprt",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:801:17: note: referencing argument 1 of type 'char[1024]' files.c:801:17: note: referencing argument 2 of type 'char[1024]' files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ files.c: In function 'do_row_import': files.c:838:25: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 838 | simple_line_output("imprt",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:838:25: note: referencing argument 1 of type 'char[1024]' files.c:838:25: note: referencing argument 2 of type 'char[1024]' files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ files.c:840:25: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 840 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:840:25: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:857:9: warning: 'simple_line_output' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 857 | simple_line_output("imprt",string_one); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:857:9: note: referencing argument 1 of type 'char[1024]' files.c:857:9: note: referencing argument 2 of type 'char[1024]' files.c:14:13: note: in a call to function 'simple_line_output' 14 | extern void simple_line_output(char which_routine[XLDLASMAX_INPUT], char the_output[XLDLASMAX_INPUT]); | ^~~~~~~~~~~~~~~~~~ files.c: In function 'import_dataset': files.c:869:9: warning: 'say_status' accessing 1024 bytes in a region of size 18 [-Wstringop-overflow=] 869 | say_status("Importing Dataset"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:869:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:875:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 875 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:875:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:884:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 884 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:884:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:897:17: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 897 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:897:17: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ files.c:915:9: warning: 'say_status' accessing 1024 bytes in a region of size 6 [-Wstringop-overflow=] 915 | say_status("Ready"); | ^~~~~~~~~~~~~~~~~~~ files.c:915:9: note: referencing argument 1 of type 'char[1024]' files.c:15:13: note: in a call to function 'say_status' 15 | extern void say_status(char the_status[XLDLASMAX_INPUT]); | ^~~~~~~~~~ --- data.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DXFORMS86 -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -I/opt/pkg/include/X11 -I/opt/pkg/include data.c -c data.c: In function 'drop_variable': data.c:151:9: error: too many arguments to function 'sync_graph_browsers'; expected 0, have 1 151 | sync_graph_browsers(2); | ^~~~~~~~~~~~~~~~~~~ ~ data.c:26:13: note: declared here 26 | extern void sync_graph_browsers(); | ^~~~~~~~~~~~~~~~~~~ data.c: In function 'read_variable': data.c:295:17: error: too many arguments to function 'sync_graph_browsers'; expected 0, have 1 295 | sync_graph_browsers(2); | ^~~~~~~~~~~~~~~~~~~ ~ data.c:26:13: note: declared here 26 | extern void sync_graph_browsers(); | ^~~~~~~~~~~~~~~~~~~ *** [data.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/math/xldlas/work/xldlas bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/math/xldlas/work/xldlas *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/xldlas *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/math/xldlas