------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- IMAKECPP=tradcpp IMAKECPPFLAGS="-DCppCmd=tradcpp -DCcCmd=cc -DCplusplusCmd=c++" XDG_DATA_HOME=/construction/deskutils/xmdiary XDG_CONFIG_HOME=/construction/deskutils/xmdiary HOME=/construction/deskutils/xmdiary TMPDIR="/tmp" PATH=/construction/deskutils/xmdiary/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- IMAKECPP=tradcpp IMAKECPPFLAGS="-DCppCmd=tradcpp -DCcCmd=cc -DCplusplusCmd=c++" MOTIFLIB="-L/usr/local/lib -lXm" XDG_DATA_HOME=/construction/deskutils/xmdiary XDG_CONFIG_HOME=/construction/deskutils/xmdiary HOME=/construction/deskutils/xmdiary TMPDIR="/tmp" PATH=/construction/deskutils/xmdiary/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/deskutils/xmdiary/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/xmdiary" EXAMPLESDIR="share/examples/xmdiary" DATADIR="share/xmdiary" WWWDIR="www/xmdiary" ETCDIR="etc/xmdiary" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/xmdiary DOCSDIR=/usr/local/share/doc/xmdiary EXAMPLESDIR=/usr/local/share/examples/xmdiary WWWDIR=/usr/local/www/xmdiary ETCDIR=/usr/local/etc/xmdiary SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500906 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/gccmakedep-1.0.3.txz Installing /packages/All/makedepend-1.0.6,1.txz Installing /packages/All/xorg-cf-files-1.0.6.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/imake-1.0.8,1.txz Installing /packages/All/tradcpp-0.5.3.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/expat-2.2.10.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/jpeg-turbo-2.0.6.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/libXaw-1.0.13_3,2.txz Installing /packages/All/xbitmaps-1.1.2.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/open-motif-2.3.8_2.txz SUCCEEDED 00:00:23 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xmdiary-3.0.3_6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xmdiary-3.0.3_6 for building => SHA256 Checksum OK for xmdiary-3.0.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xmdiary-3.0.3_6 for building ===> Extracting for xmdiary-3.0.3_6 ===> xmdiary-3.0.3_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xmdiary-3.0.3_6 for building => SHA256 Checksum OK for xmdiary-3.0.3.tar.gz. Extracted Memory Use: 5.22M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xmdiary-3.0.3_6 ===> Applying ports patches for xmdiary-3.0.3_6 from /xports/deskutils/xmdiary/files /usr/bin/env WRKSRC=/construction/deskutils/xmdiary/xmdiary-3.0.3 REWARNFILE=/construction/deskutils/xmdiary/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's|/usr/X11R6|/usr/local|g' -e 's|CcCmd gcc|CcCmd cc|' '/construction/deskutils/xmdiary/xmdiary-3.0.3/XDiary.tmpl' /usr/bin/env WRKSRC=/construction/deskutils/xmdiary/xmdiary-3.0.3 REWARNFILE=/construction/deskutils/xmdiary/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's@ifndef \(__FreeBSD__\)@if \!(defined(\1)||defined(__DragonFly__))@g' /construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/xdndbm.c /usr/bin/env WRKSRC=/construction/deskutils/xmdiary/xmdiary-3.0.3 REWARNFILE=/construction/deskutils/xmdiary/reinplace_warnings.txt /xports/Mk/Scripts/sed_checked.sh -e 's@\(defined(__FreeBSD__)\)@(\1||defined(__DragonFly__))@g' /construction/deskutils/xmdiary/xmdiary-3.0.3/tools/SigHandler.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on executable: imake - found ===> xmdiary-3.0.3_6 depends on executable: tradcpp - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on shared library: libXm.so.4 - found (/usr/local/lib/libXm.so.4) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on executable: imake - found ===> xmdiary-3.0.3_6 depends on executable: tradcpp - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xmdiary-3.0.3_6 depends on shared library: libXm.so.4 - found (/usr/local/lib/libXm.so.4) ===> Configuring for xmdiary-3.0.3_6 imake -DUseInstalled -I/usr/local/lib/X11/config make Makefiles making Makefiles in ndbm... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:118:11: Warning: value of undefined symbol LargePICTable is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:407:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:444:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:455:12: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:461:12: Warning: value of undefined symbol LibBuild is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:465:12: Warning: value of undefined symbol LibCreate is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:504:14: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:528:13: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:59:2: /usr/local/lib/X11/config/Library.tmpl:566:14: Warning: value of undefined symbol LibHeaders is 0 make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here making Makefiles in tools... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:118:11: Warning: value of undefined symbol LargePICTable is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:407:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:444:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:455:12: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:461:12: Warning: value of undefined symbol LibBuild is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:465:12: Warning: value of undefined symbol LibCreate is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:504:14: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:528:13: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:73:2: /usr/local/lib/X11/config/Library.tmpl:566:14: Warning: value of undefined symbol LibHeaders is 0 make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here touch System.c making Makefiles in xtools... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:118:11: Warning: value of undefined symbol LargePICTable is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:407:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:444:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:455:12: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:461:12: Warning: value of undefined symbol LibBuild is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:465:12: Warning: value of undefined symbol LibCreate is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:504:14: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:528:13: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:181:2: /usr/local/lib/X11/config/Library.tmpl:566:14: Warning: value of undefined symbol LibHeaders is 0 make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here making Makefiles in dtools... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:118:11: Warning: value of undefined symbol LargePICTable is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:407:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:444:11: Warning: value of undefined symbol LibTookitMakeStringsDependency is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:455:12: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:461:12: Warning: value of undefined symbol LibBuild is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:465:12: Warning: value of undefined symbol LibCreate is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:504:14: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:528:13: Warning: value of undefined symbol LibInstall is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2193:2: In file included from ./Imakefile:175:2: /usr/local/lib/X11/config/Library.tmpl:566:14: Warning: value of undefined symbol LibHeaders is 0 make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here making Makefiles in xdiary... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdaclunix... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdalarm... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdcustom... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xddump... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdinitdb... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdlight... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdnotify... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdprformat... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdremind... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdremove... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 making Makefiles in xdrestore... In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:116:13: Warning: value of undefined symbol PatheticCpp is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:109:2: In file included from /usr/local/lib/X11/config/DragonFly.cf:359:2: /usr/local/lib/X11/config/xorg.cf:874:12: Warning: value of undefined symbol BuildServersOnly is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:3860:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4077:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4098:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4120:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4138:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4159:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4211:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4230:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4302:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4332:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4348:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from Imakefile.c:14:2: In file included from /usr/local/lib/X11/config/Imake.tmpl:2157:2: /usr/local/lib/X11/config/X11.tmpl:4419:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 make includes including in ./ndbm... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here + mkdir -p ../exports/include + cd ../exports/include including in ./tools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here + cd ../exports/include including in ./xtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here + cd ../exports/include including in ./dtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here + cd ../exports/include including in ./xdiary... including in ./xdaclunix... including in ./xdalarm... including in ./xdcustom... including in ./xddump... including in ./xdinitdb... including in ./xdlight... including in ./xdnotify... including in ./xdprformat... including in ./xdremind... including in ./xdremove... including in ./xdrestore... make depend depending in ./ndbm... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xdndbm.c > .depend depending in ./tools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- DirList.c DirScan.c LstLinked.c Message.c SigHandler.c Scramble.c System.c TimDate.c > .depend depending in ./xtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- msgTopic.c xitAddTab.c xitAttach.c xitBusyDia.c xitClipboard.c xitColor.c xitColorSel.c xitCreArrPu.c xitCreCascPu.c xitCreFoDia.c xitCreLaGa.c xitCreLaStr.c xitCreLaWi.c xitCreMenuPu.c xitCrePush.c xitCrePushGa.c xitCreTbGa.c xitCreTb.c xitCreTopDia.c xitCreTxt.c xitDisp.c xitErrDia.c xitError.c xitFieldSel.c xitFieldStep.c xitFileSel.c xitFonts.c xitGetChldn.c xitGetName.c xitGetPar.c xitGetTop.c xitIconWin.c xitInfo.c xitInfoBook.c xitInfoDia.c xitInfoFile.c xitInfoPrint.c xitInfoSrch.c xitInfoToc.c xitIsTxEmpty.c xitManCld.c xitMsgWin.c xitParSet.c xitQuestDia.c xitPixmDia.c xitRealized.c xitRwPixB.c xitSetFocus.c xitSetGeo.c xitSetPos.c xitStickyMsg.c xitTune.c xitViewText.c xitWinInfo.c xitWorkDia.c xitXmStr.c xmubCustUtil.c XmUbArrLab.c XmUbMonthD.c XmUbNoteBk.c XmUbTimeB.c XmUbTimeSl.c > .depend rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- msgTopic.c xitAddTab.c xitAttach.c xitBusyDia.c xitClipboard.c xitColor.c xitColorSel.c xitCreArrPu.c xitCreCascPu.c xitCreFoDia.c xitCreLaGa.c xitCreLaStr.c xitCreLaWi.c xitCreMenuPu.c xitCrePush.c xitCrePushGa.c xitCreTbGa.c xitCreTb.c xitCreTopDia.c xitCreTxt.c xitDisp.c xitErrDia.c xitError.c xitFieldSel.c xitFieldStep.c xitFileSel.c xitFonts.c xitGetChldn.c xitGetName.c xitGetPar.c xitGetTop.c xitIconWin.c xitInfo.c xitInfoBook.c xitInfoDia.c xitInfoFile.c xitInfoPrint.c xitInfoSrch.c xitInfoToc.c xitIsTxEmpty.c xitManCld.c xitMsgWin.c xitParSet.c xitQuestDia.c xitPixmDia.c xitRealized.c xitRwPixB.c xitSetFocus.c xitSetGeo.c xitSetPos.c xitStickyMsg.c xitTune.c xitViewText.c xitWinInfo.c xitWorkDia.c xitXmStr.c xmubCustUtil.c XmUbArrLab.c XmUbMonthD.c XmUbNoteBk.c XmUbTimeB.c XmUbTimeSl.c > .depend depending in ./dtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- msgXdiary.c xtmAccBase.c xtmAlarmCtrl.c xtmArchive.c xtmBaseCal.c xtmCalDb.c xtmCalendar.c xtmCpMvEntry.c xtmCustArch.c xtmCustBase.c xtmCustCals.c xtmCustGroup.c xtmCustImp.c xtmCustIncl.c xtmDateSel.c xtmDbFilter.c xtmDbInclude.c xtmDbMisc.c xtmDbTools.c xtmDelEntry.c xtmDuplEntry.c xtmEditAclUx.c xtmEditAlarm.c xtmEditEntry.c xtmEditPref.c xtmEditSkip.c xtmEditStand.c xtmEntryClip.c xtmFields.c xtmFormat.c xtmFreeze.c xtmGroupDb.c xtmHelp.c xtmHoliday.c xtmIcons.c xtmLocate.c xtmMsgAnswer.c xtmMsgBase.c xtmMsgRead.c xtmMsgSelect.c xtmMsgSend.c xtmNavCal.c xtmOpenView.c xtmPickDiary.c xtmPlan.c xtmPrEntries.c xtmReminder.c xtmRemote.c xtmResource.c xtmSchedAct.c xtmSchedMain.c xtmSchedTool.c xtmSchedWin.c xtmSelHidden.c xtmSetup.c xtmShowToDo.c xtmTags.c xtmTools.c xtmUpdate.c > .depend rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- msgXdiary.c xtmAccBase.c xtmAlarmCtrl.c xtmArchive.c xtmBaseCal.c xtmCalDb.c xtmCalendar.c xtmCpMvEntry.c xtmCustArch.c xtmCustBase.c xtmCustCals.c xtmCustGroup.c xtmCustImp.c xtmCustIncl.c xtmDateSel.c xtmDbFilter.c xtmDbInclude.c xtmDbMisc.c xtmDbTools.c xtmDelEntry.c xtmDuplEntry.c xtmEditAclUx.c xtmEditAlarm.c xtmEditEntry.c xtmEditPref.c xtmEditSkip.c xtmEditStand.c xtmEntryClip.c xtmFields.c xtmFormat.c xtmFreeze.c xtmGroupDb.c xtmHelp.c xtmHoliday.c xtmIcons.c xtmLocate.c xtmMsgAnswer.c xtmMsgBase.c xtmMsgRead.c xtmMsgSelect.c xtmMsgSend.c xtmNavCal.c xtmOpenView.c xtmPickDiary.c xtmPlan.c xtmPrEntries.c xtmReminder.c xtmRemote.c xtmResource.c xtmSchedAct.c xtmSchedMain.c xtmSchedTool.c xtmSchedWin.c xtmSelHidden.c xtmSetup.c xtmShowToDo.c xtmTags.c xtmTools.c xtmUpdate.c > .depend depending in ./xdiary... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmDiary.c > .depend depending in ./xdaclunix... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmAclUnix.c > .depend depending in ./xdalarm... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmAlarmProc.c > .depend depending in ./xdcustom... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmCustom.c > .depend depending in ./xddump... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmDump.c > .depend depending in ./xdinitdb... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmInitDb.c > .depend depending in ./xdlight... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmDiaryLgt.c > .depend depending in ./xdnotify... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmNotify.c > .depend depending in ./xdprformat... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmPrFormat.c > .depend depending in ./xdremind... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmRemMain.c > .depend depending in ./xdremove... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmRemove.c > .depend depending in ./xdrestore... rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- xtmRestore.c > .depend rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- > .depend rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- > .depend rm -f .depend gccmakedep -f- -- -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -- > .depend SUCCEEDED 00:00:16 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xmdiary-3.0.3_6 --- all --- making all in ./ndbm... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here --- all --- --- all --- --- xdndbm.o --- rm -f xdndbm.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xdndbm.c xdndbm.c:31:8: warning: type defaults to 'int' in declaration of 'convert_after_read' [-Wimplicit-int] static convert_after_read(char buf[PBLKSIZ]); ^~~~~~~~~~~~~~~~~~ xdndbm.c:32:8: warning: type defaults to 'int' in declaration of 'convert_before_write' [-Wimplicit-int] static convert_before_write(char buf[PBLKSIZ]); ^~~~~~~~~~~~~~~~~~~~ xdndbm.c: In function 'dbm_fetch': xdndbm.c:147:12: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ xdndbm.c: In function 'dbm_delete': xdndbm.c:173:12: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ xdndbm.c: In function 'dbm_store': xdndbm.c:221:12: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ xdndbm.c: In function 'getbit': xdndbm.c:443:12: warning: type defaults to 'int' in declaration of 'b' [-Wimplicit-int] register b, i, n; ^ xdndbm.c:443:15: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register b, i, n; ^ xdndbm.c:443:18: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] register b, i, n; ^ xdndbm.c: In function 'makdatum': xdndbm.c:497:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int] makdatum(buf, n) ^~~~~~~~ xdndbm.c:501:12: warning: type defaults to 'int' in declaration of 't' [-Wimplicit-int] register t; ^ xdndbm.c: In function 'delitem': xdndbm.c:625:1: warning: type of 'n' defaults to 'int' [-Wimplicit-int] delitem(buf, n) ^~~~~~~ xdndbm.c:629:12: warning: type defaults to 'int' in declaration of 'i1' [-Wimplicit-int] register i1, i2; ^~ xdndbm.c:629:16: warning: type defaults to 'int' in declaration of 'i2' [-Wimplicit-int] register i1, i2; ^~ xdndbm.c: In function 'additem': xdndbm.c:672:12: warning: type defaults to 'int' in declaration of 'i1' [-Wimplicit-int] register i1, i2; ^~ xdndbm.c:672:16: warning: type defaults to 'int' in declaration of 'i2' [-Wimplicit-int] register i1, i2; ^~ xdndbm.c: In function 'convert_after_read': xdndbm.c:724:12: warning: type defaults to 'int' in declaration of 't' [-Wimplicit-int] register t, i; ^ xdndbm.c:724:15: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register t, i; ^ xdndbm.c: In function 'convert_before_write': xdndbm.c:750:12: warning: type defaults to 'int' in declaration of 't' [-Wimplicit-int] register t, i; ^ xdndbm.c:750:15: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register t, i; ^ --- libXdndbm.a --- rm -f libXdndbm.a ar clq libXdndbm.a xdndbm.o ranlib libXdndbm.a making all in ./tools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here --- all --- --- all --- --- DirList.o --- --- DirScan.o --- --- LstLinked.o --- --- Message.o --- --- SigHandler.o --- --- Scramble.o --- --- System.o --- --- TimDate.o --- --- Message.o --- rm -f Message.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' Message.c --- SigHandler.o --- rm -f SigHandler.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' SigHandler.c --- Scramble.o --- rm -f Scramble.o --- DirList.o --- rm -f DirList.o --- TimDate.o --- rm -f TimDate.o --- DirScan.o --- rm -f DirScan.o --- Scramble.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' Scramble.c --- LstLinked.o --- rm -f LstLinked.o --- TimDate.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' TimDate.c --- System.o --- rm -f System.o --- DirScan.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' DirScan.c --- DirList.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' DirList.c --- System.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' System.c --- LstLinked.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' LstLinked.c --- TimDate.o --- TimDate.c:186:9: warning: type defaults to 'int' in declaration of 'unix_week_no' [-Wimplicit-int] static unix_week_no = False; ^~~~~~~~~~~~ --- libTools.a --- rm -f libTools.a ar clq libTools.a DirList.o DirScan.o LstLinked.o Message.o SigHandler.o Scramble.o System.o TimDate.o ranlib libTools.a making all in ./xtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here --- all --- --- all --- --- msgTopic.o --- --- xitAddTab.o --- --- xitAttach.o --- --- xitBusyDia.o --- --- xitClipboard.o --- --- xitColor.o --- --- xitColorSel.o --- --- xitCreArrPu.o --- --- msgTopic.o --- rm -f msgTopic.o --- xitAddTab.o --- rm -f xitAddTab.o --- xitAttach.o --- rm -f xitAttach.o --- xitBusyDia.o --- rm -f xitBusyDia.o --- msgTopic.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' msgTopic.c --- xitAddTab.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitAddTab.c --- xitColor.o --- rm -f xitColor.o --- xitAttach.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitAttach.c --- xitColorSel.o --- rm -f xitColorSel.o --- xitCreCascPu.o --- --- xitColor.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitColor.c --- xitColorSel.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitColorSel.c --- xitCreFoDia.o --- --- xitCreArrPu.o --- rm -f xitCreArrPu.o --- xitCreCascPu.o --- rm -f xitCreCascPu.o --- xitBusyDia.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitBusyDia.c --- xitClipboard.o --- rm -f xitClipboard.o --- xitCreCascPu.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreCascPu.c --- xitCreFoDia.o --- rm -f xitCreFoDia.o --- xitClipboard.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitClipboard.c --- xitCreFoDia.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreFoDia.c --- xitCreArrPu.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreArrPu.c --- xitCreLaGa.o --- rm -f xitCreLaGa.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreLaGa.c --- xitCreLaStr.o --- rm -f xitCreLaStr.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreLaStr.c --- xitCreLaWi.o --- --- xitCreMenuPu.o --- --- xitCreLaWi.o --- rm -f xitCreLaWi.o --- xitCreMenuPu.o --- rm -f xitCreMenuPu.o --- xitCreLaWi.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreLaWi.c --- xitCreMenuPu.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreMenuPu.c --- xitCrePush.o --- rm -f xitCrePush.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCrePush.c --- xitCrePushGa.o --- rm -f xitCrePushGa.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCrePushGa.c --- xitCreTbGa.o --- rm -f xitCreTbGa.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreTbGa.c --- xitCreTb.o --- rm -f xitCreTb.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreTb.c --- xitCreTopDia.o --- rm -f xitCreTopDia.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreTopDia.c --- xitCreTxt.o --- rm -f xitCreTxt.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitCreTxt.c --- xitDisp.o --- rm -f xitDisp.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitDisp.c --- xitErrDia.o --- rm -f xitErrDia.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitErrDia.c --- xitError.o --- rm -f xitError.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitError.c --- xitFieldSel.o --- rm -f xitFieldSel.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitFieldSel.c --- xitFieldStep.o --- rm -f xitFieldStep.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitFieldStep.c --- xitFileSel.o --- rm -f xitFileSel.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitFileSel.c --- xitFonts.o --- rm -f xitFonts.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitFonts.c --- xitGetChldn.o --- rm -f xitGetChldn.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitGetChldn.c --- xitGetName.o --- --- xitGetPar.o --- --- xitGetName.o --- rm -f xitGetName.o --- xitGetPar.o --- rm -f xitGetPar.o --- xitGetName.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitGetName.c --- xitGetPar.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitGetPar.c --- xitGetTop.o --- rm -f xitGetTop.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitGetTop.c --- xitIconWin.o --- rm -f xitIconWin.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitIconWin.c --- xitInfo.o --- rm -f xitInfo.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfo.c --- xitInfoBook.o --- rm -f xitInfoBook.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoBook.c --- xitInfoDia.o --- --- xitInfoFile.o --- --- xitInfoDia.o --- rm -f xitInfoDia.o --- xitInfoFile.o --- rm -f xitInfoFile.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoFile.c --- xitInfoDia.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoDia.c --- xitInfoPrint.o --- rm -f xitInfoPrint.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoPrint.c --- xitInfoSrch.o --- rm -f xitInfoSrch.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoSrch.c --- xitInfoToc.o --- rm -f xitInfoToc.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitInfoToc.c --- xitIsTxEmpty.o --- rm -f xitIsTxEmpty.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitIsTxEmpty.c --- xitManCld.o --- rm -f xitManCld.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitManCld.c --- xitMsgWin.o --- rm -f xitMsgWin.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitMsgWin.c --- xitParSet.o --- rm -f xitParSet.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitParSet.c --- xitQuestDia.o --- rm -f xitQuestDia.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitQuestDia.c --- xitPixmDia.o --- rm -f xitPixmDia.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitPixmDia.c --- xitRealized.o --- rm -f xitRealized.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitRealized.c --- xitRwPixB.o --- rm -f xitRwPixB.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitRwPixB.c --- xitSetFocus.o --- rm -f xitSetFocus.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitSetFocus.c --- xitSetGeo.o --- rm -f xitSetGeo.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitSetGeo.c --- xitSetPos.o --- rm -f xitSetPos.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitSetPos.c --- xitStickyMsg.o --- rm -f xitStickyMsg.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitStickyMsg.c --- xitTune.o --- rm -f xitTune.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitTune.c --- xitViewText.o --- rm -f xitViewText.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitViewText.c --- xitRwPixB.o --- xitRwPixB.c: In function 'DrawShadow': xitRwPixB.c:987:3: warning: implicit declaration of function '_XmDrawShadow'; did you mean 'DrawShadow'? [-Wimplicit-function-declaration] _XmDrawShadow( XtDisplay( widget ), XtWindow( widget ), ^~~~~~~~~~~~~ DrawShadow xitRwPixB.c: In function 'Enter': xitRwPixB.c:1020:3: warning: implicit declaration of function '_XmPrimitiveEnter'; did you mean 'XmPrimitiveIndex'? [-Wimplicit-function-declaration] _XmPrimitiveEnter( (Widget) cb, event, NULL, NULL ); ^~~~~~~~~~~~~~~~~ XmPrimitiveIndex xitRwPixB.c: In function 'PixButFocusIn': xitRwPixB.c:1075:3: warning: implicit declaration of function '_XmPrimitiveFocusIn'; did you mean 'XmPrimitiveIndex'? [-Wimplicit-function-declaration] _XmPrimitiveFocusIn( (Widget) w, event, NULL, NULL ); ^~~~~~~~~~~~~~~~~~~ XmPrimitiveIndex --- xitWinInfo.o --- --- xitWorkDia.o --- --- xitWinInfo.o --- rm -f xitWinInfo.o --- xitWorkDia.o --- rm -f xitWorkDia.o --- xitWinInfo.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitWinInfo.c --- xitWorkDia.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitWorkDia.c --- xitRwPixB.o --- xitRwPixB.c: In function 'PixButFocusOut': xitRwPixB.c:1106:3: warning: implicit declaration of function '_XmPrimitiveFocusOut'; did you mean 'XmPrimitiveIndex'? [-Wimplicit-function-declaration] _XmPrimitiveFocusOut( (Widget) w, event, NULL, NULL ); ^~~~~~~~~~~~~~~~~~~~ XmPrimitiveIndex --- xitXmStr.o --- --- xmubCustUtil.o --- --- xitXmStr.o --- rm -f xitXmStr.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xitXmStr.c --- xmubCustUtil.o --- rm -f xmubCustUtil.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xmubCustUtil.c --- xitRwPixB.o --- xitRwPixB.c: In function 'Leave': xitRwPixB.c:1313:3: warning: implicit declaration of function '_XmPrimitiveLeave'; did you mean 'XmPrimitiveIndex'? [-Wimplicit-function-declaration] _XmPrimitiveLeave( (Widget) cb, event, NULL, NULL ); ^~~~~~~~~~~~~~~~~ XmPrimitiveIndex xitRwPixB.c: In function 'Unmap': xitRwPixB.c:1941:3: warning: implicit declaration of function '_XmPrimitiveUnmap'; did you mean 'XmPrimitiveIndex'? [-Wimplicit-function-declaration] _XmPrimitiveUnmap( (Widget) cb, event, NULL, NULL ); ^~~~~~~~~~~~~~~~~ XmPrimitiveIndex --- XmUbArrLab.o --- --- XmUbMonthD.o --- --- XmUbArrLab.o --- rm -f XmUbArrLab.o --- XmUbMonthD.o --- rm -f XmUbMonthD.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' XmUbMonthD.c --- XmUbArrLab.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' XmUbArrLab.c --- XmUbNoteBk.o --- rm -f XmUbNoteBk.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' XmUbNoteBk.c --- XmUbTimeB.o --- rm -f XmUbTimeB.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' XmUbTimeB.c --- XmUbTimeSl.o --- rm -f XmUbTimeSl.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' XmUbTimeSl.c --- TopicMsgEn_US.cat --- rm -f TopicMsgEn_US.cat if [ -r makeMsgCat ]; then /bin/sh makeMsgCat Topic En_US .; fi if [ -r ../makeMsgCat ]; then /bin/sh ../makeMsgCat Topic En_US .; fi --- libXtools.a --- rm -f libXtools.a ar clq libXtools.a msgTopic.o xitAddTab.o xitAttach.o xitBusyDia.o xitClipboard.o xitColor.o xitColorSel.o xitCreArrPu.o xitCreCascPu.o xitCreFoDia.o xitCreLaGa.o xitCreLaStr.o xitCreLaWi.o xitCreMenuPu.o xitCrePush.o xitCrePushGa.o xitCreTbGa.o xitCreTb.o xitCreTopDia.o xitCreTxt.o xitDisp.o xitErrDia.o xitError.o xitFieldSel.o xitFieldStep.o xitFileSel.o xitFonts.o xitGetChldn.o xitGetName.o xitGetPar.o xitGetTop.o xitIconWin.o xitInfo.o xitInfoBook.o xitInfoDia.o xitInfoFile.o xitInfoPrint.o xitInfoSrch.o xitInfoToc.o xitIsTxEmpty.o xitManCld.o xitMsgWin.o xitParSet.o xitQuestDia.o xitPixmDia.o xitRealized.o xitRwPixB.o xitSetFocus.o xitSetGeo.o xitSetPos.o xitStickyMsg.o xitTune.o xitViewText.o xitWinInfo.o xitWorkDia.o xitXmStr.o xmubCustUtil.o XmUbArrLab.o XmUbMonthD.o XmUbNoteBk.o XmUbTimeB.o XmUbTimeSl.o ranlib libXtools.a making all in ./dtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here --- all --- --- all --- --- msgXdiary.o --- --- xtmAccBase.o --- --- xtmAlarmCtrl.o --- --- xtmArchive.o --- --- xtmBaseCal.o --- --- xtmCalDb.o --- --- xtmCalendar.o --- --- xtmCpMvEntry.o --- --- xtmArchive.o --- rm -f xtmArchive.o --- xtmCustArch.o --- --- xtmCalendar.o --- rm -f xtmCalendar.o --- xtmCustBase.o --- --- xtmCustArch.o --- rm -f xtmCustArch.o --- xtmCalendar.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCalendar.c --- xtmArchive.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmArchive.c --- msgXdiary.o --- rm -f msgXdiary.o --- xtmCustArch.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustArch.c --- xtmAccBase.o --- rm -f xtmAccBase.o --- xtmAlarmCtrl.o --- rm -f xtmAlarmCtrl.o --- xtmAccBase.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmAccBase.c --- xtmBaseCal.o --- rm -f xtmBaseCal.o --- xtmCalDb.o --- rm -f xtmCalDb.o --- xtmCpMvEntry.o --- rm -f xtmCpMvEntry.o --- xtmCustBase.o --- rm -f xtmCustBase.o --- msgXdiary.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' msgXdiary.c --- xtmCustBase.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustBase.c --- xtmBaseCal.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmBaseCal.c --- xtmCalDb.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCalDb.c --- xtmCpMvEntry.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCpMvEntry.c --- xtmAlarmCtrl.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmAlarmCtrl.c --- xtmCustCals.o --- rm -f xtmCustCals.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustCals.c --- xtmCustGroup.o --- rm -f xtmCustGroup.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustGroup.c --- xtmCustImp.o --- rm -f xtmCustImp.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustImp.c --- xtmCustIncl.o --- rm -f xtmCustIncl.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmCustIncl.c --- xtmDateSel.o --- rm -f xtmDateSel.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDateSel.c --- xtmDbFilter.o --- rm -f xtmDbFilter.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDbFilter.c --- xtmDbInclude.o --- rm -f xtmDbInclude.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDbInclude.c --- xtmDbMisc.o --- rm -f xtmDbMisc.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDbMisc.c --- xtmDbTools.o --- rm -f xtmDbTools.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDbTools.c xtmDbTools.c: In function 'xtmDbDoesStandingMatch': xtmDbTools.c:1267:9: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] if( abs( check_month - today_month ) % stand_ref -> every_n != 0 ) ^~~ --- xtmDelEntry.o --- rm -f xtmDelEntry.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDelEntry.c --- xtmDuplEntry.o --- rm -f xtmDuplEntry.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmDuplEntry.c --- xtmEditAclUx.o --- rm -f xtmEditAclUx.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditAclUx.c --- xtmEditAlarm.o --- rm -f xtmEditAlarm.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditAlarm.c --- xtmEditEntry.o --- rm -f xtmEditEntry.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditEntry.c --- xtmEditPref.o --- rm -f xtmEditPref.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditPref.c --- xtmEditSkip.o --- rm -f xtmEditSkip.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditSkip.c --- xtmEditStand.o --- rm -f xtmEditStand.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEditStand.c --- xtmEntryClip.o --- rm -f xtmEntryClip.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmEntryClip.c --- xtmFields.o --- rm -f xtmFields.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmFields.c --- xtmEditEntry.o --- xtmEditEntry.c: In function 'removeEditFile': xtmEditEntry.c:1569:12: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] (void) kill( pid, SIGKILL ); ^~~~ --- xtmFormat.o --- rm -f xtmFormat.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmFormat.c --- xtmFreeze.o --- rm -f xtmFreeze.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmFreeze.c --- xtmGroupDb.o --- rm -f xtmGroupDb.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmGroupDb.c --- xtmHelp.o --- rm -f xtmHelp.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmHelp.c --- xtmHoliday.o --- rm -f xtmHoliday.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmHoliday.c --- xtmIcons.o --- rm -f xtmIcons.o --- xtmLocate.o --- --- xtmIcons.o --- cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmIcons.c --- xtmLocate.o --- rm -f xtmLocate.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmLocate.c --- xtmMsgAnswer.o --- rm -f xtmMsgAnswer.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmMsgAnswer.c --- xtmMsgBase.o --- rm -f xtmMsgBase.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmMsgBase.c --- xtmMsgRead.o --- rm -f xtmMsgRead.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmMsgRead.c --- xtmMsgSelect.o --- rm -f xtmMsgSelect.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmMsgSelect.c --- xtmMsgSend.o --- rm -f xtmMsgSend.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmMsgSend.c --- xtmNavCal.o --- rm -f xtmNavCal.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmNavCal.c --- xtmOpenView.o --- rm -f xtmOpenView.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmOpenView.c --- xtmPickDiary.o --- rm -f xtmPickDiary.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmPickDiary.c --- xtmPlan.o --- rm -f xtmPlan.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmPlan.c --- xtmPrEntries.o --- rm -f xtmPrEntries.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmPrEntries.c --- xtmReminder.o --- rm -f xtmReminder.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmReminder.c --- xtmRemote.o --- rm -f xtmRemote.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmRemote.c --- xtmResource.o --- rm -f xtmResource.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmResource.c --- xtmSchedAct.o --- rm -f xtmSchedAct.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSchedAct.c --- xtmSchedMain.o --- rm -f xtmSchedMain.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSchedMain.c --- xtmSchedTool.o --- rm -f xtmSchedTool.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSchedTool.c --- xtmSchedWin.o --- rm -f xtmSchedWin.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSchedWin.c --- xtmSelHidden.o --- rm -f xtmSelHidden.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSelHidden.c --- xtmSetup.o --- rm -f xtmSetup.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmSetup.c --- xtmShowToDo.o --- rm -f xtmShowToDo.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmShowToDo.c --- xtmTags.o --- rm -f xtmTags.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmTags.c --- xtmTools.o --- rm -f xtmTools.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmTools.c --- xtmUpdate.o --- rm -f xtmUpdate.o cc -c -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' xtmUpdate.c --- XDiaryMsgEn_US.cat --- rm -f XDiaryMsgEn_US.cat if [ -r makeMsgCat ]; then /bin/sh makeMsgCat XDiary En_US .; fi if [ -r ../makeMsgCat ]; then /bin/sh ../makeMsgCat XDiary En_US .; fi --- libXdiary.a --- rm -f libXdiary.a ar clq libXdiary.a msgXdiary.o xtmAccBase.o xtmAlarmCtrl.o xtmArchive.o xtmBaseCal.o xtmCalDb.o xtmCalendar.o xtmCpMvEntry.o xtmCustArch.o xtmCustBase.o xtmCustCals.o xtmCustGroup.o xtmCustImp.o xtmCustIncl.o xtmDateSel.o xtmDbFilter.o xtmDbInclude.o xtmDbMisc.o xtmDbTools.o xtmDelEntry.o xtmDuplEntry.o xtmEditAclUx.o xtmEditAlarm.o xtmEditEntry.o xtmEditPref.o xtmEditSkip.o xtmEditStand.o xtmEntryClip.o xtmFields.o xtmFormat.o xtmFreeze.o xtmGroupDb.o xtmHelp.o xtmHoliday.o xtmIcons.o xtmLocate.o xtmMsgAnswer.o xtmMsgBase.o xtmMsgRead.o xtmMsgSelect.o xtmMsgSend.o xtmNavCal.o xtmOpenView.o xtmPickDiary.o xtmPlan.o xtmPrEntries.o xtmReminder.o xtmRemote.o xtmResource.o xtmSchedAct.o xtmSchedMain.o xtmSchedTool.o xtmSchedWin.o xtmSelHidden.o xtmSetup.o xtmShowToDo.o xtmTags.o xtmTools.o xtmUpdate.o ranlib libXdiary.a making all in ./xdiary... --- xtmDiary.o --- --- xdiary._man --- --- xtmDiary.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmDiary.c --- xdiary._man --- rm -f xdiary._man if test -z "" ; then cd `dirname xdiary` && ln -s `basename xdiary.man` `basename xdiary._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdiary.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdiary._man; fi --- xtmDiary.o --- xtmDiary.c: In function 'terminateCB': xtmDiary.c:942:5: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill( appl_data_ref -> process_info -> alarm_pid, SIGTERM ); ^~~~ --- xdiary --- rm -f xdiary cc -o xdiary -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmDiary.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../dtools/libXdiary.a(xtmAlarmCtrl.o):xtmAlarmCtrl.c:function startAlarmProcess: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../dtools/libXdiary.a(xtmEditEntry.o):xtmEditEntry.c:function editorCB: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdaclunix... --- xtmAclUnix.o --- --- xdaclunix._man --- --- xtmAclUnix.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmAclUnix.c --- xdaclunix._man --- rm -f xdaclunix._man if test -z "" ; then cd `dirname xdaclunix` && ln -s `basename xdaclunix.man` `basename xdaclunix._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdaclunix.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdaclunix._man; fi --- xdaclunix --- rm -f xdaclunix cc -o xdaclunix -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmAclUnix.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdalarm... --- xtmAlarmProc.o --- --- xdalarm._man --- --- xtmAlarmProc.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmAlarmProc.c --- xdalarm._man --- rm -f xdalarm._man if test -z "" ; then cd `dirname xdalarm` && ln -s `basename xdalarm.man` `basename xdalarm._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdalarm.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdalarm._man; fi --- xdalarm --- rm -f xdalarm cc -o xdalarm -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmAlarmProc.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdcustom... --- xtmCustom.o --- --- xdcustom._man --- --- xtmCustom.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmCustom.c --- xdcustom._man --- rm -f xdcustom._man if test -z "" ; then cd `dirname xdcustom` && ln -s `basename xdcustom.man` `basename xdcustom._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdcustom.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdcustom._man; fi --- xdcustom --- rm -f xdcustom cc -o xdcustom -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmCustom.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xddump... --- xtmDump.o --- --- xddump._man --- --- xtmDump.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmDump.c --- xddump._man --- rm -f xddump._man if test -z "" ; then cd `dirname xddump` && ln -s `basename xddump.man` `basename xddump._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xddump.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xddump._man; fi --- xddump --- rm -f xddump cc -o xddump -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmDump.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib making all in ./xdinitdb... --- xtmInitDb.o --- --- xdinitdb._man --- --- xtmInitDb.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmInitDb.c --- xdinitdb._man --- rm -f xdinitdb._man if test -z "" ; then cd `dirname xdinitdb` && ln -s `basename xdinitdb.man` `basename xdinitdb._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdinitdb.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdinitdb._man; fi --- xdinitdb --- rm -f xdinitdb cc -o xdinitdb -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmInitDb.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib making all in ./xdlight... --- xtmDiaryLgt.o --- --- xdlight._man --- --- xtmDiaryLgt.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmDiaryLgt.c --- xdlight._man --- rm -f xdlight._man if test -z "" ; then cd `dirname xdlight` && ln -s `basename xdlight.man` `basename xdlight._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdlight.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdlight._man; fi --- xtmDiaryLgt.o --- xtmDiaryLgt.c: In function 'terminateCB': xtmDiaryLgt.c:858:5: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill( appl_data_ref -> process_info -> alarm_pid, SIGTERM ); ^~~~ --- xdlight --- rm -f xdlight cc -o xdlight -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmDiaryLgt.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../dtools/libXdiary.a(xtmAlarmCtrl.o):xtmAlarmCtrl.c:function startAlarmProcess: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../dtools/libXdiary.a(xtmEditEntry.o):xtmEditEntry.c:function editorCB: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdnotify... --- xtmNotify.o --- --- xdnotify._man --- --- xtmNotify.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmNotify.c --- xdnotify._man --- rm -f xdnotify._man if test -z "" ; then cd `dirname xdnotify` && ln -s `basename xdnotify.man` `basename xdnotify._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdnotify.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdnotify._man; fi --- xdnotify --- rm -f xdnotify cc -o xdnotify -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmNotify.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdprformat... --- xtmPrFormat.o --- --- xdprformat._man --- --- xtmPrFormat.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmPrFormat.c --- xdprformat._man --- rm -f xdprformat._man if test -z "" ; then cd `dirname xdprformat` && ln -s `basename xdprformat.man` `basename xdprformat._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdprformat.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdprformat._man; fi --- xdprformat --- rm -f xdprformat cc -o xdprformat -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmPrFormat.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib making all in ./xdremind... --- xtmRemMain.o --- --- xdremind._man --- --- xtmRemMain.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmRemMain.c --- xdremind._man --- rm -f xdremind._man if test -z "" ; then cd `dirname xdremind` && ln -s `basename xdremind.man` `basename xdremind._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdremind.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdremind._man; fi --- xdremind --- rm -f xdremind cc -o xdremind -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmRemMain.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib ../xtools/libXtools.a(xmubCustUtil.o):xmubCustUtil.c:function LoopThroughDatabase: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() making all in ./xdremove... --- xtmRemove.o --- --- xdremove._man --- --- xtmRemove.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmRemove.c --- xdremove._man --- rm -f xdremove._man if test -z "" ; then cd `dirname xdremove` && ln -s `basename xdremove.man` `basename xdremove._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdremove.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdremove._man; fi --- xdremove --- rm -f xdremove cc -o xdremove -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmRemove.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib making all in ./xdrestore... --- xtmRestore.o --- --- xdrestore._man --- --- xtmRestore.o --- cc -pipe -O2 -fno-strict-aliasing -O -I../ndbm -I../dtools -I../xtools -I../tools -I/usr/local/include -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXDHOME='"/usr/local/lib/X11/xdiary"' -c xtmRestore.c --- xdrestore._man --- rm -f xdrestore._man if test -z "" ; then cd `dirname xdrestore` && ln -s `basename xdrestore.man` `basename xdrestore._man`; else tradcpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xdrestore.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xdrestore._man; fi --- xdrestore --- rm -f xdrestore cc -o xdrestore -O -L../ndbm -L../dtools -L../xtools -L../tools -L../diary -L/usr/local/lib -L/usr/local/lib xtmRestore.o -lXdiary -lXtools -lTools -lXdndbm -L/usr/local/lib -lXm -lXt -lX11 -lXpm -lXext -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xmdiary-3.0.3_6 ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xmdiary-3.0.3_6 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list /usr/bin/install -c -m 0444 XDiary.ad /construction/deskutils/xmdiary/stage/usr/local/lib/X11/app-defaults/XDiary /usr/bin/install -c -m 0444 XDiary.map /construction/deskutils/xmdiary/stage/usr/local/lib/X11/app-defaults/XDiary.map + mkdir -p /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary /usr/bin/install -c -m 0444 Install.db /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/Install.db /usr/bin/install -c -m 0444 Library.db /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/Library.db /usr/bin/install -c -m 0444 Manual.db /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/Manual.db /usr/bin/install -c -m 0444 News.db /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/News.db /usr/bin/install -c -m 0444 Windows.db /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/Windows.db /usr/bin/install -c -m 0444 XDiary.syspr /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDiary.syspr /usr/bin/install -c -m 0444 XDiary.userpr /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDiary.userpr /usr/bin/install -c -m 0444 XDpsCommon.pro /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDpsCommon.pro /usr/bin/install -c -m 0444 XDpsDay.pro /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDpsDay.pro /usr/bin/install -c -m 0444 XDpsList.pro /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDpsList.pro /usr/bin/install -c -m 0444 XDpsMonth.pro /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDpsMonth.pro /usr/bin/install -c -m 0444 XDpsWeek.pro /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/XDpsWeek.pro /usr/bin/install -c -m 0444 auldLang.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/auldLang.tune /usr/bin/install -c -m 0444 dragnet.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/dragnet.tune /usr/bin/install -c -m 0444 forElise.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/forElise.tune /usr/bin/install -c -m 0444 helan.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/helan.tune /usr/bin/install -c -m 0444 highChirp.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/highChirp.tune /usr/bin/install -c -m 0444 mediumChirp.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/mediumChirp.tune /usr/bin/install -c -m 0444 ohNo.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/ohNo.tune /usr/bin/install -c -m 0444 swedish.tune /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/swedish.tune /usr/bin/install -c -m 0444 holidays1991 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1991 /usr/bin/install -c -m 0444 holidays1992 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1992 /usr/bin/install -c -m 0444 holidays1993 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1993 /usr/bin/install -c -m 0444 holidays1994 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1994 /usr/bin/install -c -m 0444 holidays1995 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1995 /usr/bin/install -c -m 0444 holidays1996 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1996 /usr/bin/install -c -m 0444 holidays1997 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1997 /usr/bin/install -c -m 0444 holidays1998 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1998 /usr/bin/install -c -m 0444 holidays1999 /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary/holidays1999 /usr/bin/install -c -m 0755 xdlocation.script /construction/deskutils/xmdiary/stage/usr/local/bin/xdlocation /usr/bin/install -c -m 0755 xdprint.script /construction/deskutils/xmdiary/stage/usr/local/bin/xdprint /usr/bin/install -c -m 0755 xdremote.script /construction/deskutils/xmdiary/stage/usr/local/bin/xdremote installing in ./ndbm... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here /usr/bin/install -c -m 0644 libXdndbm.a /construction/deskutils/xmdiary/stage/usr/local/lib ranlib /construction/deskutils/xmdiary/stage/usr/local/lib/libXdndbm.a install in ndbm done installing in ./tools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here /usr/bin/install -c -m 0644 libTools.a /construction/deskutils/xmdiary/stage/usr/local/lib ranlib /construction/deskutils/xmdiary/stage/usr/local/lib/libTools.a install in tools done installing in ./xtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here /usr/bin/install -c -m 0644 libXtools.a /construction/deskutils/xmdiary/stage/usr/local/lib ranlib /construction/deskutils/xmdiary/stage/usr/local/lib/libXtools.a /usr/bin/install -c -m 0444 TopicMsgEn_US.cat /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary install in xtools done installing in ./dtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here /usr/bin/install -c -m 0644 libXdiary.a /construction/deskutils/xmdiary/stage/usr/local/lib ranlib /construction/deskutils/xmdiary/stage/usr/local/lib/libXdiary.a /usr/bin/install -c -m 0444 XDiaryMsgEn_US.cat /construction/deskutils/xmdiary/stage/usr/local/lib/X11/xdiary install in dtools done installing in ./xdiary... /usr/bin/install -c -s xdiary /construction/deskutils/xmdiary/stage/usr/local/bin/xdiary install in xdiary done installing in ./xdaclunix... /usr/bin/install -c -s xdaclunix /construction/deskutils/xmdiary/stage/usr/local/bin/xdaclunix install in xdaclunix done installing in ./xdalarm... /usr/bin/install -c -s xdalarm /construction/deskutils/xmdiary/stage/usr/local/bin/xdalarm install in xdalarm done installing in ./xdcustom... /usr/bin/install -c -s xdcustom /construction/deskutils/xmdiary/stage/usr/local/bin/xdcustom install in xdcustom done installing in ./xddump... /usr/bin/install -c -s xddump /construction/deskutils/xmdiary/stage/usr/local/bin/xddump install in xddump done installing in ./xdinitdb... /usr/bin/install -c -s xdinitdb /construction/deskutils/xmdiary/stage/usr/local/bin/xdinitdb install in xdinitdb done installing in ./xdlight... /usr/bin/install -c -s xdlight /construction/deskutils/xmdiary/stage/usr/local/bin/xdlight install in xdlight done installing in ./xdnotify... /usr/bin/install -c -s xdnotify /construction/deskutils/xmdiary/stage/usr/local/bin/xdnotify install in xdnotify done installing in ./xdprformat... /usr/bin/install -c -s xdprformat /construction/deskutils/xmdiary/stage/usr/local/bin/xdprformat install in xdprformat done installing in ./xdremind... /usr/bin/install -c -s xdremind /construction/deskutils/xmdiary/stage/usr/local/bin/xdremind install in xdremind done installing in ./xdremove... /usr/bin/install -c -s xdremove /construction/deskutils/xmdiary/stage/usr/local/bin/xdremove install in xdremove done installing in ./xdrestore... /usr/bin/install -c -s xdrestore /construction/deskutils/xmdiary/stage/usr/local/bin/xdrestore install in xdrestore done installing man pages in ./ndbm... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1026: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1027: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1028: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 1029: warning: duplicate script for target "libXdndbm.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/ndbm/Makefile" line 931: warning: using previous script for "libXdndbm.a" defined here install.man in ndbm done installing man pages in ./tools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1026: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1027: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1028: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 1029: warning: duplicate script for target "libTools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/tools/Makefile" line 931: warning: using previous script for "libTools.a" defined here install.man in tools done installing man pages in ./xtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1026: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1027: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1028: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 1029: warning: duplicate script for target "libXtools.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/xtools/Makefile" line 931: warning: using previous script for "libXtools.a" defined here install.man in xtools done installing man pages in ./dtools... make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1026: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1027: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1028: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 1029: warning: duplicate script for target "libXdiary.a" ignored make[3]: "/construction/deskutils/xmdiary/xmdiary-3.0.3/dtools/Makefile" line 931: warning: using previous script for "libXdiary.a" defined here install.man in dtools done installing man pages in ./xdiary... /usr/bin/install -c -m 0444 xdiary._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdiary.1 install.man in xdiary done installing man pages in ./xdaclunix... /usr/bin/install -c -m 0444 xdaclunix._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdaclunix.1 install.man in xdaclunix done installing man pages in ./xdalarm... /usr/bin/install -c -m 0444 xdalarm._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdalarm.1 install.man in xdalarm done installing man pages in ./xdcustom... /usr/bin/install -c -m 0444 xdcustom._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdcustom.1 install.man in xdcustom done installing man pages in ./xddump... /usr/bin/install -c -m 0444 xddump._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xddump.1 install.man in xddump done installing man pages in ./xdinitdb... /usr/bin/install -c -m 0444 xdinitdb._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdinitdb.1 install.man in xdinitdb done installing man pages in ./xdlight... /usr/bin/install -c -m 0444 xdlight._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdlight.1 install.man in xdlight done installing man pages in ./xdnotify... /usr/bin/install -c -m 0444 xdnotify._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdnotify.1 install.man in xdnotify done installing man pages in ./xdprformat... /usr/bin/install -c -m 0444 xdprformat._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdprformat.1 install.man in xdprformat done installing man pages in ./xdremind... /usr/bin/install -c -m 0444 xdremind._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdremind.1 install.man in xdremind done installing man pages in ./xdremove... /usr/bin/install -c -m 0444 xdremove._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdremove.1 install.man in xdremove done installing man pages in ./xdrestore... /usr/bin/install -c -m 0444 xdrestore._man /construction/deskutils/xmdiary/stage/usr/local/man/man1/xdrestore.1 install.man in xdrestore done ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xmdiary-3.0.3_6 file sizes/checksums [64]: 0% file sizes/checksums [64]: 100% packing files [64]: 0% packing files [64]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:10 TOTAL TIME 00:01:10