------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The mergelog 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 ------------------------------------------------------------------------------- ===> mergelog-4.5_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The mergelog 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 ===> mergelog-4.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mergelog-4.5_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The mergelog 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 ===> mergelog-4.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mergelog-4.5_2 for building => SHA256 Checksum OK for mergelog-4.5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The mergelog 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 ===> mergelog-4.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mergelog-4.5_2 for building ===> Extracting for mergelog-4.5_2 => SHA256 Checksum OK for mergelog-4.5.tar.gz. Extracted Memory Use: 0.18M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mergelog-4.5_2 ===> Applying ports patches for mergelog-4.5_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mergelog-4.5_2 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mergelog-4.5_2 depends on executable: gmake - found ===> Configuring for mergelog-4.5_2 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for a BSD compatible install... /usr/bin/install -c checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for main in -lz... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for 8-bit clean memcmp... yes checking for mktime... yes updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating man/Makefile SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mergelog-4.5_2 gmake[1]: Entering directory '/construction/www/mergelog/mergelog-4.5' Making all in src gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5/src' cc -DHAVE_LIBZ=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_MKTIME=1 -I. -I. -pipe -O2 -fno-strict-aliasing -lz -DVERSION=\"4.5\" -Wall mergelog.c -o mergelog cc -DHAVE_LIBZ=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_MKTIME=1 -I. -I. -pipe -O2 -fno-strict-aliasing -lz -DVERSION=\"4.5\" -Wall -DUSE_ZLIB mergelog.c -o zmergelog mergelog.c: In function 'fast_gzgets': mergelog.c:76:23: warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types] f_end[i]=gzread(fp, f_buf[i], GZBUFFER_SIZE)+f_buf[i]-1; ^~ In file included from /usr/include/zlib.h:34, from mergelog.c:32: /usr/include/zlib.h:1390:28: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^~ mergelog.c: In function 'main': mergelog.c:138:18: warning: assignment to 'struct gzFile_s **' from incompatible pointer type 'gzFile' {aka 'struct gzFile_s *'} [-Wincompatible-pointer-types] log_file[i-1]=myopen(argv[i],"r"); ^ mergelog.c:392:24: warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types] myclose(log_file[j]); ~~~~~~~~^~~ In file included from /usr/include/zlib.h:34, from mergelog.c:32: /usr/include/zlib.h:1630:32: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **' ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^~ gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5/src' Making all in man gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5/man' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5/man' gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5' gmake[1]: Leaving directory '/construction/www/mergelog/mergelog-4.5' SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mergelog-4.5_2 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/www/mergelog/mergelog-4.5' Making install in src gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5/src' gmake[3]: Entering directory '/construction/www/mergelog/mergelog-4.5/src' /bin/sh ../mkinstalldirs /construction/www/mergelog/stage/usr/local/bin install -s -m 555 mergelog /construction/www/mergelog/stage/usr/local/bin/mergelog install -s -m 555 zmergelog /construction/www/mergelog/stage/usr/local/bin/zmergelog gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/www/mergelog/mergelog-4.5/src' gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5/src' Making install in man gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5/man' gmake[3]: Entering directory '/construction/www/mergelog/mergelog-4.5/man' gmake[3]: Nothing to be done for 'install-exec-am'. gmake install-man1 gmake[4]: Entering directory '/construction/www/mergelog/mergelog-4.5/man' /bin/sh ../mkinstalldirs /construction/www/mergelog/stage/usr/local/man/man1 install -m 0644 ./mergelog.1 /construction/www/mergelog/stage/usr/local/man/man1/mergelog.1 install -m 0644 ./zmergelog.1 /construction/www/mergelog/stage/usr/local/man/man1/zmergelog.1 gmake[4]: Leaving directory '/construction/www/mergelog/mergelog-4.5/man' gmake[3]: Leaving directory '/construction/www/mergelog/mergelog-4.5/man' gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5/man' gmake[2]: Entering directory '/construction/www/mergelog/mergelog-4.5' gmake[3]: Entering directory '/construction/www/mergelog/mergelog-4.5' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/construction/www/mergelog/mergelog-4.5' gmake[2]: Leaving directory '/construction/www/mergelog/mergelog-4.5' gmake[1]: Leaving directory '/construction/www/mergelog/mergelog-4.5' ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mergelog-4.5_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:05