=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/time/asclock-gtk", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for asclock-gtk-2.1.10nb5 --- .gtk/draw.o --- --- .gtk/asclock.o --- --- .gtk/draw.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c draw.c -o .gtk/draw.o --- .gtk/asclock.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c asclock.c -o .gtk/asclock.o asclock.c: In function 'main': asclock.c:434:5: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] 434 | memset(my, sizeof(my), 0); | ^~~~~~ --- .gtk/config.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c config.c -o .gtk/config.o --- .gtk/rot.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c rot.c -o .gtk/rot.o --- .gtk/config.o --- In function 'findTheme', inlined from 'parseArgs' at config.c:237:14: config.c:83:11: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-truncation] 83 | strncat(ret, input, MAX_PATH_LEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:83:11: warning: 'strncat' specified bound 512 equals destination size [-Wstringop-overflow=] --- .gtk/parser.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c parser.c -o .gtk/parser.o --- .gtk/symbols.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` -c symbols.c -o .gtk/symbols.o --- .gtk/parser.o --- parser.c: In function 'read_token': parser.c:3:17: warning: macro expands to multiple statements [-Wmultistatement-macros] 3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE | ^~~~~ parser.c:60:5: note: in expansion of macro 'GETNEXT' 60 | GETNEXT; | ^~~~~~~ parser.c:59:3: note: some parts of macro expansion are not guarded by this 'while' clause 59 | while(isspace(next)) | ^~~~~ parser.c: In function 'read_assign': parser.c:3:17: warning: macro expands to multiple statements [-Wmultistatement-macros] 3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE | ^~~~~ parser.c:79:5: note: in expansion of macro 'GETNEXT' 79 | GETNEXT; | ^~~~~~~ parser.c:78:3: note: some parts of macro expansion are not guarded by this 'while' clause 78 | while(next!='=') | ^~~~~ parser.c: In function 'read_int': parser.c:3:17: warning: macro expands to multiple statements [-Wmultistatement-macros] 3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE | ^~~~~ parser.c:92:5: note: in expansion of macro 'GETNEXT' 92 | GETNEXT; | ^~~~~~~ parser.c:91:3: note: some parts of macro expansion are not guarded by this 'while' clause 91 | while(isspace(next)) | ^~~~~ parser.c: In function 'read_semicolon': parser.c:3:17: warning: macro expands to multiple statements [-Wmultistatement-macros] 3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) return FALSE | ^~~~~ parser.c:113:5: note: in expansion of macro 'GETNEXT' 113 | GETNEXT; | ^~~~~~~ parser.c:112:3: note: some parts of macro expansion are not guarded by this 'while' clause 112 | while(next!=';') | ^~~~~ --- asclock --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -Wall -DASCLOCK_THEMES_DIR=\""/opt/local/share/asclock-gtk/"\" -DASCLOCK_GTK `gtk-config --cflags` `gtk-config --libs` .gtk/draw.o .gtk/asclock.o .gtk/config.o .gtk/rot.o .gtk/parser.o .gtk/symbols.o -o asclock