------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by diskscrub-2.6.1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by diskscrub-2.6.1 for building => SHA256 Checksum OK for scrub-2.6.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by diskscrub-2.6.1 for building ===> Extracting for diskscrub-2.6.1 => SHA256 Checksum OK for scrub-2.6.1.tar.gz. Extracted Memory Use: 1.77M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for diskscrub-2.6.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for diskscrub-2.6.1 configure: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.7 checking host system type... x86_64-portbld-dragonfly5.7 checking target system type... x86_64-portbld-dragonfly5.7 checking metadata... ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found ./configure: perl: not found yes checking installation directory variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... yes checking for ANSI C header files... (cached) yes checking for getopt.h... (cached) yes checking for stdbool.h... (cached) yes checking for pthread.h... (cached) yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.7 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether to install pkg-config *.pc files... ${libdir}/pkgconfig checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for getopt_long... yes checking for posix_memalign... yes checking for memalign... no checking for posix_fadvise... yes checking for rand_r... yes checking for random_r... no checking how to link against pthreads... -lpthread checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: creating ./config.status config.status: creating Makefile config.status: creating scrub.spec config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating man/scrub.1 config.status: creating test/Makefile config.status: creating libscrub/Makefile config.status: creating libscrub/libscrub.pc config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for diskscrub-2.6.1 --- all-recursive --- Making all in src --- aes.o --- --- filldentry.o --- --- fillfile.o --- --- genrand.o --- --- getsize.o --- --- hwrand.o --- --- pattern.o --- --- progress.o --- --- scrub.o --- --- sig.o --- --- aes.o --- depbase=`echo aes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT aes.o -MD -MP -MF $depbase.Tpo -c -o aes.o aes.c && mv -f $depbase.Tpo $depbase.Po --- filldentry.o --- depbase=`echo filldentry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT filldentry.o -MD -MP -MF $depbase.Tpo -c -o filldentry.o filldentry.c && mv -f $depbase.Tpo $depbase.Po --- fillfile.o --- depbase=`echo fillfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT fillfile.o -MD -MP -MF $depbase.Tpo -c -o fillfile.o fillfile.c && mv -f $depbase.Tpo $depbase.Po --- genrand.o --- depbase=`echo genrand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT genrand.o -MD -MP -MF $depbase.Tpo -c -o genrand.o genrand.c && mv -f $depbase.Tpo $depbase.Po --- getsize.o --- depbase=`echo getsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT getsize.o -MD -MP -MF $depbase.Tpo -c -o getsize.o getsize.c && mv -f $depbase.Tpo $depbase.Po --- hwrand.o --- depbase=`echo hwrand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT hwrand.o -MD -MP -MF $depbase.Tpo -c -o hwrand.o hwrand.c && mv -f $depbase.Tpo $depbase.Po --- progress.o --- depbase=`echo progress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT progress.o -MD -MP -MF $depbase.Tpo -c -o progress.o progress.c && mv -f $depbase.Tpo $depbase.Po --- sig.o --- depbase=`echo sig.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT sig.o -MD -MP -MF $depbase.Tpo -c -o sig.o sig.c && mv -f $depbase.Tpo $depbase.Po --- pattern.o --- depbase=`echo pattern.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT pattern.o -MD -MP -MF $depbase.Tpo -c -o pattern.o pattern.c && mv -f $depbase.Tpo $depbase.Po --- scrub.o --- depbase=`echo scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I../config -pipe -O2 -fno-strict-aliasing -MT scrub.o -MD -MP -MF $depbase.Tpo -c -o scrub.o scrub.c && mv -f $depbase.Tpo $depbase.Po --- getsize.o --- getsize.c:238:1: error: conflicting types for 'getsize' getsize(char *path) ^~~~~~~ In file included from getsize.c:39: getsize.h:1:5: note: previous declaration of 'getsize' was here int getsize(char *path, off_t *sizep); ^~~~~~~ *** [getsize.o] Error code 1 make[2]: stopped in /construction/sysutils/diskscrub/scrub-2.6.1/src 1 error make[2]: stopped in /construction/sysutils/diskscrub/scrub-2.6.1/src *** [all-recursive] Error code 1 make[1]: stopped in /construction/sysutils/diskscrub/scrub-2.6.1 1 error make[1]: stopped in /construction/sysutils/diskscrub/scrub-2.6.1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/sysutils/diskscrub FAILED 00:00:00