>>> Building on exopi-6 under x11/stalonetray DIST = [x11/stalonetray:stalonetray-0.8.3.tar.gz] FULLPKGNAME = stalonetray-0.8.3p1 distfiles size=201325 >>> Running build in x11/stalonetray at 1713379714.61 ===> x11/stalonetray ===> Building from scratch stalonetray-0.8.3p1 ===> Verifying specs: ICE SM X11 Xpm c ===> found ICE.11.0 SM.9.0 X11.18.0 Xpm.10.0 c.100.0 ===> Checking files for stalonetray-0.8.3p1 `/exopi-cvs/ports/distfiles/stalonetray-0.8.3.tar.gz' is up to date. >> (SHA256) stalonetray-0.8.3.tar.gz: OK ===> Extracting for stalonetray-0.8.3p1 ===> Patching for stalonetray-0.8.3p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for stalonetray-0.8.3p1 ===> Configuring for stalonetray-0.8.3p1 Using /exopi-obj/pobj/stalonetray-0.8.3/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/stalonetray-0.8.3/config.site checking for a BSD-compatible install... /exopi-obj/pobj/stalonetray-0.8.3/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ctype.h... (cached) yes checking for errno.h... (cached) yes checking for signal.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for libgen.h... (cached) yes checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking whether -R must be followed by a space... neither works checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for XpmReadFileToPixmap in -lXpm... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands * * Debug : no * Native KDE support : yes * XPM background support : yes * Graceful exit support : yes * configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for stalonetray-0.8.3p1 Making all in src /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT icons.o -MD -MP -MF .deps/icons.Tpo -c -o icons.o icons.c mv -f .deps/icons.Tpo .deps/icons.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.c mv -f .deps/xembed.Tpo .deps/xembed.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT layout.o -MD -MP -MF .deps/layout.Tpo -c -o layout.o layout.c mv -f .deps/layout.Tpo .deps/layout.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT embed.o -MD -MP -MF .deps/embed.Tpo -c -o embed.o embed.c embed.c:269:48: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if (ti->is_size_set && ti->cmode != CM_KDE && !settings.kludge_flags & KLUDGE_FORCE_ICONS_SIZE) ^ ~ embed.c:269:48: note: add parentheses after the '!' to evaluate the bitwise operator first if (ti->is_size_set && ti->cmode != CM_KDE && !settings.kludge_flags & KLUDGE_FORCE_ICONS_SIZE) ^ ( ) embed.c:269:48: note: add parentheses around left hand side expression to silence this warning if (ti->is_size_set && ti->cmode != CM_KDE && !settings.kludge_flags & KLUDGE_FORCE_ICONS_SIZE) ^ ( ) 1 warning generated. mv -f .deps/embed.Tpo .deps/embed.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o settings.c mv -f .deps/settings.Tpo .deps/settings.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT xutils.o -MD -MP -MF .deps/xutils.Tpo -c -o xutils.o xutils.c mv -f .deps/xutils.Tpo .deps/xutils.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT tray.o -MD -MP -MF .deps/tray.Tpo -c -o tray.o tray.c mv -f .deps/tray.Tpo .deps/tray.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT wmh.o -MD -MP -MF .deps/wmh.Tpo -c -o wmh.o wmh.c mv -f .deps/wmh.Tpo .deps/wmh.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c mv -f .deps/debug.Tpo .deps/debug.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT image.o -MD -MP -MF .deps/image.Tpo -c -o image.o image.c mv -f .deps/image.Tpo .deps/image.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT scrollbars.o -MD -MP -MF .deps/scrollbars.Tpo -c -o scrollbars.o scrollbars.c scrollbars.c:329:1: warning: non-void function does not return a value [-Wreturn-type] } ^ scrollbars.c:337:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 2 warnings generated. mv -f .deps/scrollbars.Tpo .deps/scrollbars.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -DFEATURE_LIST='"XPM:yes DEBUG:no KDE:yes"' -I/usr/X11R6/include -O2 -pipe -MT kde_tray.o -MD -MP -MF .deps/kde_tray.Tpo -c -o kde_tray.o kde_tray.c mv -f .deps/kde_tray.Tpo .deps/kde_tray.Po cc -I/usr/X11R6/include -O2 -pipe -L/usr/local/lib -o stalonetray main.o icons.o xembed.o layout.o embed.o settings.o xutils.o tray.o wmh.o debug.o image.o scrollbars.o kde_tray.o -L/usr/X11R6/lib -lSM -lICE -lX11 -lXpm >>> Running package in x11/stalonetray at 1713379726.77 ===> x11/stalonetray ===> Faking installation for stalonetray-0.8.3p1 Making install in src mkdir -p '/exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/bin' /exopi-obj/pobj/stalonetray-0.8.3/bin/install -c -s -m 755 stalonetray '/exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/stalonetray-0.8.3/bin/install -c -m 644 stalonetray.1 '/exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/stalonetray-0.8.3/bin/install -d -m 755 /exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/share/examples/stalonetray /exopi-obj/pobj/stalonetray-0.8.3/bin/install -c -m 644 /exopi-obj/pobj/stalonetray-0.8.3/stalonetray-0.8.3/stalonetrayrc.sample /exopi-obj/pobj/stalonetray-0.8.3/fake-amd64/usr/local/share/examples/stalonetray ===> Building package for stalonetray-0.8.3p1 Create /exopi-cvs/ports/packages/amd64/all/stalonetray-0.8.3p1.tgz Creating package stalonetray-0.8.3p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************************* | 85% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/stalonetray-0.8.3p1.tgz >>> Running clean in x11/stalonetray at 1713379732.68 ===> x11/stalonetray ===> Cleaning for stalonetray-0.8.3p1 >>> Ended at 1713379733.76 max_stuck=0.00/build=12.05/package=5.81/clean=1.37