You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: [email protected] Last committer: [email protected] Ident: $FreeBSD: branches/2021Q1/cad/magic/Makefile 516745 2019-11-04 21:36:13Z zeising $ Log URL: http://beefy12.nyi.freebsd.org/data/130releng-armv7-quarterly/569002/logs/magic-7.5.240_2.log Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=130releng-armv7-quarterly&build=569002 Log: =>> Building cad/magic build started at Wed Mar 24 18:24:18 UTC 2021 port directory: /usr/ports/cad/magic package name: magic-7.5.240_2 building for: FreeBSD 130releng-armv7-quarterly-job-04 13.0-RC3 FreeBSD 13.0-RC3 1300139 arm maintained by: [email protected] Makefile ident: $FreeBSD: branches/2021Q1/cad/magic/Makefile 516745 2019-11-04 21:36:13Z zeising $ Poudriere version: 3.2.8-8-gaf08dbda Host OSVERSION: 1400003 Jail OSVERSION: 1300139 Job Id: 04 ---Begin Environment--- SHELL=/bin/csh UNAME_p=armv7 UNAME_m=arm ABI_FILE=/usr/lib/crt1.o OSVERSION=1300139 UNAME_v=FreeBSD 13.0-RC3 1300139 UNAME_r=13.0-RC3 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local QEMU_EMULATING=1 USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-8-gaf08dbda MASTERMNT=/usr/local/poudriere/data/.m/130releng-armv7-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/130releng-armv7-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=130releng-armv7-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/130releng-armv7-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- [email protected] --End MAINTAINER-- --CONFIGURE_ARGS-- --with-opengl --exec-prefix=/usr/local --with-tcl=/usr/local/lib/tcl8.6 --with-tclinclude=/usr/local/include/tcl8.6 --with-tk=/usr/local/lib/tk8.6 --with-tkinclude=/usr/local/include/tk8.6 --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/cad/magic/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/cad/magic/work HOME=/wrkdirs/usr/ports/cad/magic/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/cad/magic/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=524288 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/cad/magic/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/cad/magic/work HOME=/wrkdirs/usr/ports/cad/magic/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/cad/magic/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib -fstack-protector-strong " LIBS="" CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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" --End MAKE_ENV-- --PLIST_SUB-- TCL_PKG=magic7.5.240 OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/magic" EXAMPLESDIR="share/examples/magic" DATADIR="share/magic" WWWDIR="www/magic" ETCDIR="etc/magic" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/magic DOCSDIR=/usr/local/share/doc/magic EXAMPLESDIR=/usr/local/share/examples/magic WWWDIR=/usr/local/www/magic ETCDIR=/usr/local/etc/magic --End SUB_LIST-- ---Begin make.conf--- .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=arm MACHINE_ARCH=armv7 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_9d218390=FreeBSD clang version 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _ALTCCVERSION_9d218390=none _CXXINTERNAL_9c45a5b1=FreeBSD clang version 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin "/nxb-bin/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_9d218390_58173849=yes CC_OUTPUT_9d218390_9bdba57c=yes CC_OUTPUT_9d218390_6a4fe7f5=yes CC_OUTPUT_9d218390_6bcac02b=yes CC_OUTPUT_9d218390_67d20829=yes CC_OUTPUT_9d218390_bfa62e83=yes CC_OUTPUT_9d218390_f0b4d593=yes CC_OUTPUT_9d218390_308abb44=yes CC_OUTPUT_9d218390_f00456e5=yes CC_OUTPUT_9d218390_65ad290d=yes CC_OUTPUT_9d218390_f2776b26=yes CC_OUTPUT_9d218390_b2657cc3=yes CC_OUTPUT_9d218390_380987f7=yes CC_OUTPUT_9d218390_160933ec=yes CC_OUTPUT_9d218390_fb62803b=yes _OBJC_CCVERSION_9d218390=FreeBSD clang version 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _OBJC_ALTCCVERSION_9d218390=none ARCH=armv7 OPSYS=FreeBSD _OSRELEASE=13.0-RC3 OSREL=13.0 OSVERSION=1300139 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=524288 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ---Begin make.nxb.conf--- CC=/nxb-bin/usr/bin/cc CPP=/nxb-bin/usr/bin/cpp CXX=/nxb-bin/usr/bin/c++ NM=/nxb-bin/usr/bin/nm LD=/nxb-bin/usr/bin/ld OBJCOPY=/nxb-bin/usr/bin/objcopy SIZE=/nxb-bin/usr/bin/size STRIPBIN=/nxb-bin/usr/bin/strip SED=/nxb-bin/usr/bin/sed RANLIB=/nxb-bin/usr/bin/ranlib YACC=/nxb-bin/usr/bin/yacc MAKE=/nxb-bin/usr/bin/make STRINGS=/nxb-bin/usr/bin/strings AWK=/nxb-bin/usr/bin/awk FLEX=/nxb-bin/usr/bin/flex ---End make.nxb.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> License MIT accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> magic-7.5.240_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.16.3.txz [130releng-armv7-quarterly-job-04] Installing pkg-1.16.3... [130releng-armv7-quarterly-job-04] Extracting pkg-1.16.3: .......... done ===> magic-7.5.240_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of magic-7.5.240_2 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by magic-7.5.240_2 for building =========================================================================== =======================<phase: checksum >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by magic-7.5.240_2 for building => SHA256 Checksum OK for magic-7.5.240.tgz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License MIT accepted by the user ===> Fetching all distfiles required by magic-7.5.240_2 for building ===> Extracting for magic-7.5.240_2 => SHA256 Checksum OK for magic-7.5.240.tgz. =========================================================================== <snip> ^ CmdLQ.c:785:2: warning: implicit declaration of function 'PaAppend' is invalid in C99 [-Wimplicit-function-declaration] PaAppend(pathptr, srcptr); ^ CmdLQ.c:857:17: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] plist[i].p_x = cmdParseCoord(w, cmd->tx_argv[j++], FALSE, TRUE); ^ CmdLQ.c:868:6: warning: implicit declaration of function 'PaintPolygon' is invalid in C99 [-Wimplicit-function-declaration] PaintPolygon(plist, points, def->cd_planes[pNum], ^ 12 warnings generated. --- compiling commands/CmdRS.o rm -f CmdRS.o /nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/tk8.6 -I/usr/local/include/tcl8.6 -I. -I.. -DCAD_DIR=\"/usr/local/lib\" -DBIN_DIR=\"/usr/local/bin\" -DTCL_DIR=\"/usr/local/lib/magic/tcl\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DMAGIC_VERSION=\"7.5\" -DMAGIC_REVISION=\"240\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DNONMANHATT AN=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -DNDEBUG -DGCORE=\"/usr/bin/gcore\" -DSHDLIB_EXT=\".so\" -c CmdRS.c CmdRS.c:156:2: warning: implicit declaration of function 'cmdSaveCell' is invalid in C99 [-Wimplicit-function-declaration] cmdSaveCell(locDef, cmd->tx_argv[1], FALSE, TRUE); ^ CmdRS.c:158:10: warning: implicit declaration of function 'cmdSaveCell' is invalid in C99 [-Wimplicit-function-declaration] else cmdSaveCell(locDef, (char *) NULL, FALSE, TRUE); ^ CmdRS.c:239:2: warning: implicit declaration of function 'ReduceFraction' is invalid in C99 [-Wimplicit-function-declaration] ReduceFraction(&scalen, &scaled); ^ CmdRS.c:244:6: warning: implicit declaration of function 'CIFTechLimitScale' is invalid in C99 [-Wimplicit-function-declaration] if (CIFTechLimitScale(scalen, scaled) != 0) ^ CmdRS.c:252:2: warning: implicit declaration of function 'CIFTechInputScale' is invalid in C99 [-Wimplicit-function-declaration] CIFTechInputScale(scalen, scaled, TRUE); ^ CmdRS.c:253:2: warning: implicit declaration of function 'CIFTechOutputScale' is invalid in C99 [-Wimplicit-function-declaration] CIFTechOutputScale(scalen, scaled); ^ CmdRS.c:261:2: warning: implicit declaration of function 'PlowAfterTech' is invalid in C99 [-Wimplicit-function-declaration] PlowAfterTech(); ^ CmdRS.c:265:2: warning: implicit declaration of function 'ExtTechScale' is invalid in C99 [-Wimplicit-function-declaration] ExtTechScale(scalen, scaled); ^ CmdRS.c:269:2: warning: implicit declaration of function 'WireTechScale' is invalid in C99 [-Wimplicit-function-declaration] WireTechScale(scalen, scaled); ^ CmdRS.c:274:2: warning: implicit declaration of function 'LefTechScale' is invalid in C99 [-Wimplicit-function-declaration] LefTechScale(scalen, scaled); ^ CmdRS.c:280:2: warning: implicit declaration of function 'RtrTechScale' is invalid in C99 [-Wimplicit-function-declaration] RtrTechScale(scalen, scaled); ^ CmdRS.c:284:2: warning: implicit declaration of function 'MZAfterTech' is invalid in C99 [-Wimplicit-function-declaration] MZAfterTech(); ^ CmdRS.c:285:2: warning: implicit declaration of function 'IRAfterTech' is invalid in C99 [-Wimplicit-function-declaration] IRAfterTech(); ^ CmdRS.c:290:2: warning: implicit declaration of function 'DBScaleEverything' is invalid in C99 [-Wimplicit-function-declaration] DBScaleEverything(scaled, scalen); ^ CmdRS.c:310:2: warning: implicit declaration of function 'WindScale' is invalid in C99 [-Wimplicit-function-declaration] WindScale(scaled, scalen); ^ CmdRS.c:315:2: warning: implicit declaration of function 'UndoFlush' is invalid in C99 [-Wimplicit-function-declaration] UndoFlush(); ^ CmdRS.c:917:6: warning: implicit declaration of function 'SelectAndCopy1' is invalid in C99 [-Wimplicit-function-declaration] SelectAndCopy1(); ^ CmdRS.c:930:14: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] p.p_x = cmdParseCoord(w, cmd->tx_argv[2], FALSE, TRUE); ^ CmdRS.c:965:6: warning: implicit declaration of function 'SelectFlat' is invalid in C99 [-Wimplicit-function-declaration] SelectFlat(); ^ CmdRS.c:988:6: warning: implicit declaration of function 'cmdSaveCell' is invalid in C99 [-Wimplicit-function-declaration] cmdSaveCell(SelectDef, cmd->tx_argv[2], FALSE, FALSE); ^ CmdRS.c:1036:22: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] if (windowMask & xMask == 0) { ^~~~~~~~~~~~ CmdRS.c:1036:22: note: place parentheses around the '==' expression to silence this warning if (windowMask & xMask == 0) { ^ ( ) CmdRS.c:1036:22: note: place parentheses around the & expression to evaluate it first if (windowMask & xMask == 0) { ^ ( ) CmdRS.c:1265:3: warning: implicit declaration of function 'DBTreeFindUse' is invalid in C99 [-Wimplicit-function-declaration] DBTreeFindUse(optionArgs[1], scx.scx_use, &scx2); ^ CmdRS.c:1920:17: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] amountx = cmdParseCoord(w, cmd->tx_argv[2], TRUE, TRUE); ^ CmdRS.c:1934:16: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] amountx = cmdParseCoord(w, "1l", TRUE, TRUE); ^ 24 warnings generated. --- compiling commands/CmdTZ.o rm -f CmdTZ.o /nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/tk8.6 -I/usr/local/include/tcl8.6 -I. -I.. -DCAD_DIR=\"/usr/local/lib\" -DBIN_DIR=\"/usr/local/bin\" -DTCL_DIR=\"/usr/local/lib/magic/tcl\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DMAGIC_VERSION=\"7.5\" -DMAGIC_REVISION=\"240\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DNONMANHATT AN=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -DNDEBUG -DGCORE=\"/usr/bin/gcore\" -DSHDLIB_EXT=\".so\" -c CmdTZ.c CmdTZ.c:203:3: warning: implicit declaration of function 'ReduceFraction' is invalid in C99 [-Wimplicit-function-declaration] ReduceFraction(&DBLambda[0], &DBLambda[1]); ^ CmdTZ.c:443:6: warning: implicit declaration of function 'CIFTechInit' is invalid in C99 [-Wimplicit-function-declaration] CIFTechInit(); ^ CmdTZ.c:444:6: warning: implicit declaration of function 'CIFReadTechInit' is invalid in C99 [-Wimplicit-function-declaration] CIFReadTechInit(); ^ CmdTZ.c:446:6: warning: implicit declaration of function 'ExtTechInit' is invalid in C99 [-Wimplicit-function-declaration] ExtTechInit(); ^ CmdTZ.c:448:6: warning: implicit declaration of function 'MZTechInit' is invalid in C99 [-Wimplicit-function-declaration] MZTechInit(); ^ CmdTZ.c:450:11: warning: implicit declaration of function 'TechLoad' is invalid in C99 [-Wimplicit-function-declaration] if (!TechLoad(cmd->tx_argv[2], 0)) ^ CmdTZ.c:468:3: warning: implicit declaration of function 'CIFTechInputScale' is invalid in C99 [-Wimplicit-function-declaration] CIFTechInputScale(d, n, TRUE); ^ CmdTZ.c:469:3: warning: implicit declaration of function 'CIFTechOutputScale' is invalid in C99 [-Wimplicit-function-declaration] CIFTechOutputScale(d, n); ^ CmdTZ.c:471:3: warning: implicit declaration of function 'ExtTechScale' is invalid in C99 [-Wimplicit-function-declaration] ExtTechScale(d, n); ^ CmdTZ.c:474:3: warning: implicit declaration of function 'LefTechScale' is invalid in C99 [-Wimplicit-function-declaration] LefTechScale(d, n); ^ CmdTZ.c:477:3: warning: implicit declaration of function 'RtrTechScale' is invalid in C99 [-Wimplicit-function-declaration] RtrTechScale(d, n); ^ CmdTZ.c:483:7: warning: implicit declaration of function 'CIFTechLimitScale' is invalid in C99 [-Wimplicit-function-declaration] if (CIFTechLimitScale(1, 1)) ^ CmdTZ.c:491:6: warning: implicit declaration of function 'MZAfterTech' is invalid in C99 [-Wimplicit-function-declaration] MZAfterTech(); ^ CmdTZ.c:492:6: warning: implicit declaration of function 'IRAfterTech' is invalid in C99 [-Wimplicit-function-declaration] IRAfterTech(); ^ CmdTZ.c:493:6: warning: implicit declaration of function 'GAMazeInitParms' is invalid in C99 [-Wimplicit-function-declaration] GAMazeInitParms(); ^ CmdTZ.c:495:6: warning: implicit declaration of function 'PlowAfterTech' is invalid in C99 [-Wimplicit-function-declaration] PlowAfterTech(); ^ CmdTZ.c:945:24: warning: implicit declaration of function 'DBMaskAddStacking' is invalid in C99 [-Wimplicit-function-declaration] if (DBIsContact(i)) DBMaskAddStacking(&maskBits); ^ CmdTZ.c:1349:15: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] value = cmdParseCoord(w, cmd->tx_argv[3], TRUE, TRUE); ^ CmdTZ.c:1389:15: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] value = cmdParseCoord(w, cmd->tx_argv[3], TRUE, TRUE); ^ CmdTZ.c:1438:11: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] width = cmdParseCoord(w, cmd->tx_argv[3], TRUE, TRUE); ^ CmdTZ.c:1476:15: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] width = cmdParseCoord(w, cmd->tx_argv[3], TRUE, TRUE); ^ CmdTZ.c:1520:11: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] width = cmdParseCoord(w, cmd->tx_argv[2], TRUE, TRUE); ^ CmdTZ.c:1570:15: warning: implicit declaration of function 'cmdParseCoord' is invalid in C99 [-Wimplicit-function-declaration] width = cmdParseCoord(w, cmd->tx_argv[3], FALSE, TRUE); ^ CmdTZ.c:1615:23: warning: implicit declaration of function 'cmdScaleCoord' is invalid in C99 [-Wimplicit-function-declaration] plist[i].p_x = cmdScaleCoord(w, xptr, FALSE, TRUE, 2); ^ CmdTZ.c:1628:19: warning: implicit declaration of function 'cmdScaleCoord' is invalid in C99 [-Wimplicit-function-declaration] plist[i].p_x = cmdScaleCoord(w, cmd->tx_argv[j++], ^ CmdTZ.c:1642:4: warning: implicit declaration of function 'PaintWireList' is invalid in C99 [-Wimplicit-function-declaration] PaintWireList(plist, points, width, endcap, ^ CmdTZ.c:1783:6: warning: implicit declaration of function 'cmdSaveCell' is invalid in C99 [-Wimplicit-function-declaration] cmdSaveCell(def, (char *) NULL, FALSE, TRUE); ^ CmdTZ.c:1786:6: warning: implicit declaration of function 'cmdFlushCell' is invalid in C99 [-Wimplicit-function-declaration] cmdFlushCell(def); ^ 28 warnings generated. --- compiling commands/CmdWizard.o rm -f CmdWizard.o /nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/tk8.6 -I/usr/local/include/tcl8.6 -I. -I.. -DCAD_DIR=\"/usr/local/lib\" -DBIN_DIR=\"/usr/local/bin\" -DTCL_DIR=\"/usr/local/lib/magic/tcl\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DMAGIC_VERSION=\"7.5\" -DMAGIC_REVISION=\"240\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DNONMANHATT AN=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -DNDEBUG -DGCORE=\"/usr/bin/gcore\" -DSHDLIB_EXT=\".so\" -c CmdWizard.c CmdWizard.c:184:5: warning: implicit declaration of function 'ExtractTest' is invalid in C99 [-Wimplicit-function-declaration] ExtractTest(w, cmd); ^ CmdWizard.c:524:5: warning: implicit declaration of function 'DBTreeCountPaint' is invalid in C99 [-Wimplicit-function-declaration] DBTreeCountPaint(def, cmdStatsCount, cmdStatsHier, ^ 2 warnings generated. --- compiling commands/CmdAuto.o rm -f CmdAuto.o /nxb-bin/usr/bin/cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/tk8.6 -I/usr/local/include/tcl8.6 -I. -I.. -DCAD_DIR=\"/usr/local/lib\" -DBIN_DIR=\"/usr/local/bin\" -DTCL_DIR=\"/usr/local/lib/magic/tcl\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DMAGIC_VERSION=\"7.5\" -DMAGIC_REVISION=\"240\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_PATHS_H=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DFILE_LOCKS=1 -DCALMA_MODULE=1 -DCIF_MODULE=1 -DPLOT_MODULE=1 -DLEF_MODULE=1 -DROUTE_MODULE=1 -DNONMANHATT AN=1 -DUSE_NEW_MACROS=1 -DHAVE_LIBGL=1 -DMAGIC_WRAPPER=1 -DTHREE_D=1 -DNDEBUG -DGCORE=\"/usr/bin/gcore\" -DSHDLIB_EXT=\".so\" -c CmdAuto.c --- linking libcommands.o rm -f libcommands.o ld -r CmdSubrs.o CmdAB.o CmdCD.o CmdE.o CmdFI.o CmdLQ.o CmdRS.o CmdTZ.o CmdWizard.o CmdAuto.o -o libcommands.o =>> Killing runaway build after 21600 seconds with no output _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "[email protected]"
