------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ptmalloc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ptmalloc-3.0_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ptmalloc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ptmalloc-3.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ptmalloc-3.0_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ptmalloc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ptmalloc-3.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ptmalloc-3.0_2 for building => SHA256 Checksum OK for ptmalloc3-current.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ptmalloc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ptmalloc-3.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ptmalloc-3.0_2 for building ===> Extracting for ptmalloc-3.0_2 => SHA256 Checksum OK for ptmalloc3-current.tar.gz. Extracted Memory Use: 0.33M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ptmalloc-3.0_2 ===> Applying ports patches for ptmalloc-3.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ptmalloc-3.0_2 depends on executable: gmake - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ptmalloc-3.0_2 depends on executable: gmake - found ===> Configuring for ptmalloc-3.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ptmalloc-3.0_2 gmake[1]: Entering directory '/construction/devel/ptmalloc/ptmalloc3' gmake THR_FLAGS='-DUSE_TSD_DATA_HACK -D_REENTRANT' \ OPT_FLAGS='-O2 ' SYS_FLAGS='' CC='cc' \ INC_FLAGS='-Isysdeps/pthread -Isysdeps/generic -I.' gmake[2]: Entering directory '/construction/devel/ptmalloc/ptmalloc3' cc -c -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DTHREAD_STATS=1 -DMSPACES=1 ptmalloc3.c cc -c -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DTHREAD_STATS=1 -DONLY_MSPACES -DUSE_LOCKS=0 malloc.c cc -shared -fPIC -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DTHREAD_STATS=1 malloc.c -o ptmalloc3.so ptmalloc3.c:207:6: warning: variably modified 'buf_' at file scope CHUNK_ALIGN_MASK + 1]; ^~~~~~~~~~~~~~~~ ptmalloc3.c: In function 'ptmalloc_init': ptmalloc3.c:644:9: warning: variable 'mspace' set but not used [-Wunused-but-set-variable] void *mspace; ^~~~~~ ar cr libptmalloc3.a ptmalloc3.o malloc.o ranlib libptmalloc3.a cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DUSE_MALLOC=1 -DTEST=1 t-test1.c libptmalloc3.a -lpthread -o t-test1 cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DUSE_MALLOC=1 -DTEST=1 t-test2.c libptmalloc3.a -lpthread -o t-test2 cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/generic -O2 -Wall -Wstrict-prototypes -DUSE_TSD_DATA_HACK -D_REENTRANT -Isysdeps/pthread -Isysdeps/generic -I. -DUSE_MALLOC=1 -DTEST=1 tst-independent-alloc.c libptmalloc3.a \ -lpthread -o tst-independent-alloc In file included from t-test2.c:33: t-test2.c: In function 'bin_test': sysdeps/generic/malloc-machine.h:39:48: warning: right-hand operand of comma expression has no effect [-Wunused-value] # define mutex_lock(m) ((*(m) = 1), 0) ~~~~~~~~~~~^~~~ t-test2.c:67:3: note: in expansion of macro 'mutex_lock' mutex_lock(&blocks[b].mutex); ^~~~~~~~~~ t-test2.c: In function 'malloc_test': sysdeps/generic/malloc-machine.h:39:48: warning: right-hand operand of comma expression has no effect [-Wunused-value] # define mutex_lock(m) ((*(m) = 1), 0) ~~~~~~~~~~~^~~~ t-test2.c:97:4: note: in expansion of macro 'mutex_lock' mutex_lock(&bl->mutex); ^~~~~~~~~~ sysdeps/generic/malloc-machine.h:39:48: warning: right-hand operand of comma expression has no effect [-Wunused-value] # define mutex_lock(m) ((*(m) = 1), 0) ~~~~~~~~~~~^~~~ t-test2.c:108:4: note: in expansion of macro 'mutex_lock' mutex_lock(&bl->mutex); ^~~~~~~~~~ gmake[2]: Leaving directory '/construction/devel/ptmalloc/ptmalloc3' gmake[1]: Leaving directory '/construction/devel/ptmalloc/ptmalloc3' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ptmalloc-3.0_2 ===> Generating temporary packing list install -m 0644 /construction/devel/ptmalloc/ptmalloc3/malloc-2.8.3.h /construction/devel/ptmalloc/stage/usr/local/include/ptmalloc/malloc.h install -m 0644 /construction/devel/ptmalloc/ptmalloc3/libptmalloc3.a /construction/devel/ptmalloc/stage/usr/local/lib/libptmalloc.a install -s -m 0644 /construction/devel/ptmalloc/ptmalloc3/ptmalloc3.so /construction/devel/ptmalloc/stage/usr/local/lib/libptmalloc.so.3 ln -sf libptmalloc.so.3 /construction/devel/ptmalloc/stage/usr/local/lib/libptmalloc.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/devel/ptmalloc/stage/usr/local/lib/libptmalloc.so.3 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ptmalloc-3.0_2 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04