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/2018Q4/devel/dmalloc/Makefile 395777 2015-09-01 16:20:47Z amdmi3 $ Log URL: http://beefy13.nyi.freebsd.org/data/120armv7-quarterly/484851/logs/dmalloc-5.5.2_1.log Build URL: http://beefy13.nyi.freebsd.org/build.html?mastername=120armv7-quarterly&build=484851 Log: =>> Building devel/dmalloc build started at Wed Nov 14 20:50:51 UTC 2018 port directory: /usr/ports/devel/dmalloc package name: dmalloc-5.5.2_1 building for: FreeBSD 120armv7-quarterly-job-09 12.0-BETA4 FreeBSD 12.0-BETA4 1200086 arm maintained by: [email protected] Makefile ident: $FreeBSD: branches/2018Q4/devel/dmalloc/Makefile 395777 2015-09-01 16:20:47Z amdmi3 $ Poudriere version: 3.2.8 Host OSVERSION: 1300002 Jail OSVERSION: 1200086 Job Id: 09 ---Begin Environment--- SHELL=/bin/csh UNAME_p=armv7 UNAME_m=arm ABI_FILE=/usr/lib/crt1.o OSVERSION=1200086 UNAME_v=FreeBSD 12.0-BETA4 1200086 UNAME_r=12.0-BETA4 BLOCKSIZE=K MAIL=/var/mail/root 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 MASTERMNT=/usr/local/poudriere/data/.m/120armv7-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/120armv7-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=120armv7-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/120armv7-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--- ===> The following configuration options are available for dmalloc-5.5.2_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- [email protected] --End MAINTAINER-- --CONFIGURE_ARGS-- --enable-threads --enable-shlib --prefix="/wrkdirs/usr/ports/devel/dmalloc/work/stage/usr/local" ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- INSTALL_PROGRAM="install -m 0644" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/dmalloc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/dmalloc/work HOME=/wrkdirs/usr/ports/devel/dmalloc/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/dmalloc/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=262144 --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/dmalloc/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/dmalloc/work HOME=/wrkdirs/usr/ports/devel/dmalloc/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/dmalloc/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="-fPIC -fno-strict-aliasing " CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-fPIC -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-- PORTDOCS="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/dmalloc" EXAMPLESDIR="share/examples/dmalloc" DATADIR="share/dmalloc" WWWDIR="www/dmalloc" ETCDIR="etc/dmalloc" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/dmalloc DOCSDIR=/usr/local/share/doc/dmalloc EXAMPLESDIR=/usr/local/share/examples/dmalloc WWWDIR=/usr/local/www/dmalloc ETCDIR=/usr/local/etc/dmalloc --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 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_9d218390=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: armv7-unknown-freebsd12.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _ALTCCVERSION_9d218390=none _CXXINTERNAL_9c45a5b1=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: armv7-unknown-freebsd12.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 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: armv7-unknown-freebsd12.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _OBJC_ALTCCVERSION_9d218390=none ARCH=armv7 OPSYS=FreeBSD _OSRELEASE=12.0-BETA4 OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 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++ AS=/nxb-bin/usr/bin/as 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 >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> dmalloc-5.5.2_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [120armv7-quarterly-job-09] Installing pkg-1.10.5_5... [120armv7-quarterly-job-09] Extracting pkg-1.10.5_5: .......... done ===> dmalloc-5.5.2_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of dmalloc-5.5.2_1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by dmalloc-5.5.2_1 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by dmalloc-5.5.2_1 for building => SHA256 Checksum OK for dmalloc-5.5.2.tgz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ <snip> checking size of long... 4 checking data-alignment size... 8 checking for abort... yes checking abort safe... Abort trap yes checking return type of signal handlers... void checking signal works... checking for signal.h... (cached) yes yes checking for getenv... (cached) yes checking getenv safe... yes checking sys/cygwin.h usability... no checking sys/cygwin.h presence... no checking for sys/cygwin.h... no checking w32api/windef.h usability... no checking w32api/windef.h presence... no checking for w32api/windef.h... no checking for w32api/winbase.h... no checking for GetEnvironmentVariableA... no checking constructor attribute... yes checking destructor attribute... yes checking return.h macros work... yes checking if ident works... yes configure: pthread particulars checking for library containing pthread_mutex_init... none required checking for pthread.h... (cached) yes checking pthreads.h usability... no checking pthreads.h presence... no checking for pthreads.h... no checking for pthread_mutex_init... (cached) yes checking for pthread_mutex_lock... (cached) yes checking for pthread_mutex_unlock... (cached) yes checking pthread mutex type... pthread_mutex_t checking pthread attribute initialization... pthread_mutexattr_default configure: functions checking for atexit... (cached) yes checking for on_exit... no checking for fork... (cached) yes checking for gethostname... (cached) yes checking for getpid... (cached) yes checking for getuid... (cached) yes checking for time... (cached) yes checking for ctime... yes checking for vprintf... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for recalloc... no checking for memalign... no checking for valloc... yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for strchr... (cached) yes checking for strrchr... (cached) yes checking for strlen... (cached) yes checking for strcmp... yes checking for strcpy... yes checking for strsep... (cached) yes configure: various functions for argv files checking for atoi... yes checking for atol... yes checking for getenv... (cached) yes checking for strchr... (cached) yes checking for strcmp... (cached) yes checking for strcpy... (cached) yes checking for strlen... (cached) yes checking for strncmp... (cached) yes checking for strncpy... yes checking for strsep... (cached) yes configure: various functions for argument checking checking for atoi... (cached) yes checking for atol... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bzero... (cached) yes checking for index... (cached) yes checking for memccpy... yes checking for memchr... (cached) yes checking for memcmp... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for memset... (cached) yes checking for rindex... (cached) yes checking for strcasecmp... (cached) yes checking for strcat... yes checking for strchr... (cached) yes checking for strcmp... (cached) yes checking for strcpy... (cached) yes checking for strcspn... (cached) yes checking for strlen... (cached) yes checking for strncasecmp... (cached) yes checking for strncat... yes checking for strncmp... (cached) yes checking for strncpy... (cached) yes checking for strpbrk... (cached) yes checking for strrchr... (cached) yes checking for strspn... yes checking for strstr... (cached) yes checking for strtok... yes configure: creating ./config.status config.status: creating Makefile config.status: creating conf.h config.status: executing dmalloc.h.2 commands config.status: executing settings.h commands configure: configure: Please check-out Makefile and conf.h to make sure that configure: sane configuration values were a result. configure: configure: You may want to change values in settings.h before configure: running 'make'. configure: configure: To run the basic library tests, you can execute: configure: make light configure: or configure: make heavy configure: =========================================================================== =======================<phase: build >============================ ===> Building for dmalloc-5.5.2_1 rm -f dmalloc.h dmalloc.h.t cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t mv dmalloc.h.t dmalloc.h rm -f arg_check.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c arg_check.c -o ./arg_check.o rm -f compat.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c compat.c -o ./compat.o rm -f dmalloc_rand.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_rand.c -o ./dmalloc_rand.o rm -f dmalloc_tab.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_tab.c -o ./dmalloc_tab.o rm -f env.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c env.c -o ./env.o rm -f heap.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c heap.c -o ./heap.o rm -f chunk.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c chunk.c -o ./chunk.o rm -f error.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c error.c -o ./error.o rm -f malloc.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c malloc.c -o ./malloc.o malloc.c:287:7: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign] (long *)&_dmalloc_address_seen_n, &_dmalloc_flags, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./env.h:50:21: note: passing argument to parameter 'addr_count_p' here unsigned long *addr_count_p, ^ 1 warning generated. ar cr libdmalloc.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o ranlib libdmalloc.a rm -f dmalloc.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc.c -o ./dmalloc.o dmalloc.c:712:44: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign] _dmalloc_environ_process(env_str, &addr, &addr_count, &flags, ^~~~~~~~~~~ ./env.h:50:21: note: passing argument to parameter 'addr_count_p' here unsigned long *addr_count_p, ^ 1 warning generated. rm -f dmalloc_argv.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c dmalloc_argv.c -o ./dmalloc_argv.o rm -f dmalloc /nxb-bin/usr/bin/cc -o aout dmalloc.o dmalloc_argv.o compat.o env.o -L. mv aout dmalloc rm -f chunk_th.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -DLOCK_THREADS=1 -c ./chunk.c -o ./chunk_th.o rm -f error_th.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -DLOCK_THREADS=1 -c ./error.c -o ./error_th.o rm -f malloc_th.o /nxb-bin/usr/bin/cc -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -DLOCK_THREADS=1 -c ./malloc.c -o ./malloc_th.o ./malloc.c:287:7: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign] (long *)&_dmalloc_address_seen_n, &_dmalloc_flags, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./env.h:50:21: note: passing argument to parameter 'addr_count_p' here unsigned long *addr_count_p, ^ 1 warning generated. ar cr libdmallocth.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk_th.o error_th.o malloc_th.o ranlib libdmallocth.a rm -f libdmallocth.so.1 libdmallocth.so.1.t ld -shared --whole-archive -soname libdmallocth.so.1 -o libdmallocth.so.1.t libdmallocth.a mv libdmallocth.so.1.t libdmallocth.so.1 rm -f dmallocc.o /nxb-bin/usr/bin/c++ -fPIC -fno-strict-aliasing -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_W32API_WINBASE_H=0 -DHAVE_W32API_WINDEF_H=0 -DHAVE_SYS_CYGWIN_H=0 -DHAVE_SIGNAL_H=1 -I. -I. -c ./dmallocc.cc -o ./dmallocc.o ./dmallocc.cc:73:1: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] operator delete(void *pnt) ^ ./dmallocc.cc:84:1: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] operator delete[](void *pnt) ^ 2 warnings generated. ar cr libdmallocthcxx.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk_th.o error_th.o malloc_th.o dmallocc.o ranlib libdmallocthcxx.a rm -f libdmallocthcxx.so.1 libdmallocthcxx.so.1.t ld -shared --whole-archive -soname libdmallocthcxx.so.1 -o libdmallocthcxx.so.1.t libdmallocthcxx.a mv libdmallocthcxx.so.1.t libdmallocthcxx.so.1 ar cr libdmallocxx.a arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o chunk.o error.o malloc.o dmallocc.o ranlib libdmallocxx.a rm -f libdmallocxx.so.1 libdmallocxx.so.1.t ld -shared --whole-archive -soname libdmallocxx.so.1 -o libdmallocxx.so.1.t libdmallocxx.a =>> 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]"
