=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xonclock-0.0.9.4nb13
Making all in src
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\"  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT xonclock.o -MD -MP -MF .deps/xonclock.Tpo -c -o xonclock.o xonclock.c
xonclock.c:311:36: warning: passing 'char[3]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if ((home_dir = get_resolved_path("~/")) != NULL) {
                                          ^~~~
./parse.h:68:50: note: passing argument to parameter 'path' here
unsigned char * get_resolved_path(unsigned char *path);
                                                 ^
xonclock.c:311:16: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if ((home_dir = get_resolved_path("~/")) != NULL) {
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~
xonclock.c:327:25: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                                get_resolved_path(skin_file_path);
                                                                  ^~~~~~~~~~~~~~
./parse.h:68:50: note: passing argument to parameter 'path' here
unsigned char * get_resolved_path(unsigned char *path);
                                                 ^
xonclock.c:326:21: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                                        skin_file_path =
                                                       ^
xonclock.c:336:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_hour.length);
                                                  ^~~~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:338:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_hour.width);
                                                  ^~~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:340:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_min.length);
                                                  ^~~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:342:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_min.width);
                                                  ^~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:344:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_sec.length);
                                                  ^~~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:346:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &hand_sec.width);
                                                  ^~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:363:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &sleep_time);
                                                  ^~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:403:11: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                    &remerge_sleep);
                                                    ^~~~~~~~~~~~~~
./parse.h:66:46: note: passing argument to parameter 'ret_val' here
int get_opt_NUMBER_LONG(char *opt_val, long *ret_val);
                                             ^
xonclock.c:409:9: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                                  &alpha_threshold);
                                                  ^~~~~~~~~~~~~~~~
./parse.h:67:43: note: passing argument to parameter 'ret_val' here
int get_opt_ABSNUMBER(char *opt_val, int *ret_val);
                                          ^
xonclock.c:426:39: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                        skin_file_path = get_resolved_path(optarg);
                                                           ^~~~~~
./parse.h:68:50: note: passing argument to parameter 'path' here
unsigned char * get_resolved_path(unsigned char *path);
                                                 ^
xonclock.c:426:19: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                        skin_file_path = get_resolved_path(optarg);
                                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
xonclock.c:729:10: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              &width, &height,
                              ^~~~~~
./loaders/png.h:26:43: note: passing argument to parameter 'width' here
int read_png(const char * filename, int * width, int * height,
                                          ^
xonclock.c:729:18: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                              &width, &height,
                                      ^~~~~~~
./loaders/png.h:26:56: note: passing argument to parameter 'height' here
int read_png(const char * filename, int * width, int * height,
                                                       ^
xonclock.c:768:11: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                               &width, &height,
                               ^~~~~~
./loaders/jpeg.h:27:14: note: passing argument to parameter 'width' here
              int * width,
                    ^
xonclock.c:768:19: warning: passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                               &width, &height,
                                       ^~~~~~~
./loaders/jpeg.h:28:14: note: passing argument to parameter 'height' here
              int * height,
                    ^
xonclock.c:857:5: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                &pos_x, &pos_y) == -1) {
                                ^~~~~~
./placement.h:69:18: note: passing argument to parameter 'dst_x' here
                        unsigned int *dst_x,
                                      ^
xonclock.c:857:13: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                &pos_x, &pos_y) == -1) {
                                        ^~~~~~
./placement.h:70:18: note: passing argument to parameter 'dst_y' here
                        unsigned int *dst_y);
                                      ^
21 warnings generated.
mv -f .deps/xonclock.Tpo .deps/xonclock.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\"  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT placement.o -MD -MP -MF .deps/placement.Tpo -c -o placement.o placement.c
mv -f .deps/placement.Tpo .deps/placement.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\"  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
cache.c:869:5: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                &dst_x, &dst_y) == -1) {
                                ^~~~~~
./placement.h:69:18: note: passing argument to parameter 'dst_x' here
                        unsigned int *dst_x,
                                      ^
cache.c:869:13: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
                                &dst_x, &dst_y) == -1) {
                                        ^~~~~~
./placement.h:70:18: note: passing argument to parameter 'dst_y' here
                        unsigned int *dst_y);
                                      ^
2 warnings generated.
mv -f .deps/cache.Tpo .deps/cache.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\"  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
parse.c:495:15: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        len = strlen(path);
                     ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
parse.c:524:10: warning: passing 'unsigned char[256]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                strcat(path_buf, path);
                       ^~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:135:27: note: expanded from macro 'strcat'
                __builtin___strcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                        ^~~~
parse.c:524:20: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                strcat(path_buf, path);
                                 ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:135:33: note: expanded from macro 'strcat'
                __builtin___strcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                              ^~~~~~~~~~~
3 warnings generated.
mv -f .deps/parse.Tpo .deps/parse.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\"  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.c
image.c:154:9: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                             pixmap_data, width, height,
                             ^~~~~~~~~~~
/Users/pbulk/build/time/xonclock/work/.buildlink/include/X11/Xlib.h:1443:22: note: passing argument to parameter here
    char*               /* data */,
                                  ^
image.c:96:6: warning: variable 'scr' set but not used [-Wunused-but-set-variable]
        int scr = 0;
            ^
image.c:274:9: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                             pixmap_data, width, height,
                             ^~~~~~~~~~~
/Users/pbulk/build/time/xonclock/work/.buildlink/include/X11/Xlib.h:1443:22: note: passing argument to parameter here
    char*               /* data */,
                                  ^
image.c:213:6: warning: variable 'scr' set but not used [-Wunused-but-set-variable]
        int scr = 0;
            ^
image.c:532:6: warning: variable 'scr' set but not used [-Wunused-but-set-variable]
        int scr = 0;
            ^
5 warnings generated.
mv -f .deps/image.Tpo .deps/image.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT png.o -MD -MP -MF .deps/png.Tpo -c -o png.o `test -f 'loaders/png.c' || echo './'`loaders/png.c
mv -f .deps/png.Tpo .deps/png.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT jpeg.o -MD -MP -MF .deps/jpeg.Tpo -c -o jpeg.o `test -f 'loaders/jpeg.c' || echo './'`loaders/jpeg.c
mv -f .deps/jpeg.Tpo .deps/jpeg.Po
clang -DPACKAGE_NAME=\"xonclock\" -DPACKAGE_TARNAME=\"xonclock\" -DPACKAGE_VERSION=\"0.0.9.4\" -DPACKAGE_STRING=\"xonclock\ 0.0.9.4\" -DPACKAGE_BUGREPORT=\"cyrill_grk@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xonclock\" -DVERSION=\"0.0.9.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXFT=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBXPM=1 -DHAVE_LIBPTHREAD=1 -I.  -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -DOWN_SKIN=\"/opt/pkg/share/xonclock/skins/xonclock.png\" -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe -MT tiff.o -MD -MP -MF .deps/tiff.Tpo -c -o tiff.o `test -f 'loaders/tiff.c' || echo './'`loaders/tiff.c
loaders/tiff.c:41:2: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        uint32  _w, _h;
        ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
loaders/tiff.c:42:2: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        uint32 * raster = NULL;
        ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
loaders/tiff.c:74:12: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        raster = (uint32*) _TIFFmalloc(npixels * sizeof(uint32));
                  ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
loaders/tiff.c:74:50: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        raster = (uint32*) _TIFFmalloc(npixels * sizeof(uint32));
                                                        ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/time/xonclock/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
4 warnings generated.
mv -f .deps/tiff.Tpo .deps/tiff.Po
clang  -I/opt/pkg/include -I/opt/pkg/include/freetype2 -O2 -Os -Wall -pipe  -L/opt/pkg/lib -lXpm -ljpeg -lpng16 -ltiff -lz -o xonclock xonclock.o placement.o  cache.o parse.o image.o png.o  jpeg.o tiff.o  -lpthread -lXpm -ltiff -ljpeg -lXft -lXext -lX11
ld: warning: ignoring duplicate libraries: '-lXpm', '-ljpeg', '-ltiff'
ld: Undefined symbols:
  _XRenderCompositeDoublePoly, referenced from:
      _cache_get_composed in cache.o
      _cache_get_composed in cache.o
      _cache_get_composed in cache.o
      _cache_get_composed in cache.o
      _cache_get_composed in cache.o
      _cache_get_composed in cache.o
  _XRenderFindStandardFormat, referenced from:
      _cache_init in cache.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [xonclock] Error code 1

bmake[1]: stopped in /Users/pbulk/build/time/xonclock/work/xonclock-0.0.9.4/src
1 error

bmake[1]: stopped in /Users/pbulk/build/time/xonclock/work/xonclock-0.0.9.4/src
*** [all-recursive] Error code 1

bmake: stopped in /Users/pbulk/build/time/xonclock/work/xonclock-0.0.9.4
1 error

bmake: stopped in /Users/pbulk/build/time/xonclock/work/xonclock-0.0.9.4
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/time/xonclock
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/time/xonclock