>>> Building on exopi-4 under misc/hfsplus BDEPENDS = [devel/automake/1.9;devel/autoconf/2.59;devel/libtool;archivers/bzip2;devel/metaauto;devel/gmake] DIST = [misc/hfsplus:hfsplus_1.0.4.src.tar.bz2] FULLPKGNAME = hfsplus-1.0.4p7 (Junk lock obtained for exopi-4 at 1713357670.32) >>> Running depends in misc/hfsplus at 1713357670.37 last junk was in security/py-gnupg,python3 /usr/sbin/pkg_add -aI -Drepair autoconf-2.59p5 automake-1.9.6p13 bzip2-1.0.8p0 libtool-2.4.2p2 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.59p5 automake-1.9.6p13 bzip2-1.0.8p0 gmake-4.4.1 libtool-2.4.2p2 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.59p5 automake-1.9.6p13 bzip2-1.0.8p0 libtool-2.4.2p2 metaauto-1.0p4 >>> Running show-prepare-results in misc/hfsplus at 1713357672.43 ===> misc/hfsplus ===> Building from scratch hfsplus-1.0.4p7 ===> hfsplus-1.0.4p7 depends on: metaauto-* -> metaauto-1.0p4 ===> hfsplus-1.0.4p7 depends on: autoconf-2.59 -> autoconf-2.59p5 ===> hfsplus-1.0.4p7 depends on: automake->=1.9,<1.10 -> automake-1.9.6p13 ===> hfsplus-1.0.4p7 depends on: libtool-* -> libtool-2.4.2p2 ===> hfsplus-1.0.4p7 depends on: gmake-* -> gmake-4.4.1 ===> hfsplus-1.0.4p7 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c ===> found c.100.0 autoconf-2.59p5 automake-1.9.6p13 bzip2-1.0.8p0 gmake-4.4.1 libtool-2.4.2p2 metaauto-1.0p4 (Junk lock released for exopi-4 at 1713357674.13) distfiles size=185461 >>> Running extract in misc/hfsplus at 1713357674.17 ===> misc/hfsplus ===> Checking files for hfsplus-1.0.4p7 `/exopi-cvs/ports/distfiles/hfsplus_1.0.4.src.tar.bz2' is up to date. >> (SHA256) hfsplus_1.0.4.src.tar.bz2: OK ===> Extracting for hfsplus-1.0.4p7 >>> Running patch in misc/hfsplus at 1713357674.55 ===> misc/hfsplus ===> Patching for hfsplus-1.0.4p7 ===> Applying OpenBSD patch patch-libhfsp_src_Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/Makefile.am.orig Wed Nov 21 13:58:18 2007 |+++ libhfsp/src/Makefile.am Wed Nov 21 13:58:44 2007 -------------------------- Patching file libhfsp/src/Makefile.am using Plan A... Hunk #1 succeeded at 27. done ===> Applying OpenBSD patch patch-libhfsp_src_apple_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Index: libhfsp/src/apple.h |--- libhfsp/src/apple.h.orig |+++ libhfsp/src/apple.h -------------------------- Patching file libhfsp/src/apple.h using Plan A... Hunk #1 succeeded at 33. done ===> Applying OpenBSD patch patch-libhfsp_src_btree_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/btree.c.orig Tue Mar 5 19:50:28 2002 |+++ libhfsp/src/btree.c Fri Jan 28 07:34:52 2011 -------------------------- Patching file libhfsp/src/btree.c using Plan A... Hunk #1 succeeded at 393. done ===> Applying OpenBSD patch patch-libhfsp_src_btreecheck_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Other changes unbreak the build. | |Index: libhfsp/src/btreecheck.c |--- libhfsp/src/btreecheck.c.orig |+++ libhfsp/src/btreecheck.c -------------------------- Patching file libhfsp/src/btreecheck.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 87. Hunk #3 succeeded at 117. Hunk #4 succeeded at 136. Hunk #5 succeeded at 149. Hunk #6 succeeded at 183. Hunk #7 succeeded at 225. Hunk #8 succeeded at 264. Hunk #9 succeeded at 363. Hunk #10 succeeded at 392. Hunk #11 succeeded at 402. Hunk #12 succeeded at 450. Hunk #13 succeeded at 471. Hunk #14 succeeded at 480. Hunk #15 succeeded at 535. Hunk #16 succeeded at 554. Hunk #17 succeeded at 573. Hunk #18 succeeded at 593. Hunk #19 succeeded at 610. Hunk #20 succeeded at 623. Hunk #21 succeeded at 691. Hunk #22 succeeded at 710. Hunk #23 succeeded at 732. Hunk #24 succeeded at 769. Hunk #25 succeeded at 798. Hunk #26 succeeded at 899. Hunk #27 succeeded at 947. done ===> Applying OpenBSD patch patch-libhfsp_src_fscheck_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix -fno-common by moving fsck_data, from Gentoo |https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-fno-common-gcc10.patch | |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Fix hpfsck of newer HFS+ volumes: set vol->maxblocks when volume is |without HFS wrapper, so we can find the backup volume header. | |Other changes unbreak the build. | |Index: libhfsp/src/fscheck.c |--- libhfsp/src/fscheck.c.orig |+++ libhfsp/src/fscheck.c -------------------------- Patching file libhfsp/src/fscheck.c using Plan A... Hunk #1 succeeded at 47. Hunk #2 succeeded at 80. Hunk #3 succeeded at 121. Hunk #4 succeeded at 132. Hunk #5 succeeded at 171. Hunk #6 succeeded at 206. Hunk #7 succeeded at 233. Hunk #8 succeeded at 280. Hunk #9 succeeded at 294. Hunk #10 succeeded at 304. Hunk #11 succeeded at 313. Hunk #12 succeeded at 346. done ===> Applying OpenBSD patch patch-libhfsp_src_fscheck_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix -fno-common by moving fsck_data, from Gentoo |https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-fno-common-gcc10.patch | |Index: libhfsp/src/fscheck.h |--- libhfsp/src/fscheck.h.orig |+++ libhfsp/src/fscheck.h -------------------------- Patching file libhfsp/src/fscheck.h using Plan A... Hunk #1 succeeded at 100. done ===> Applying OpenBSD patch patch-libhfsp_src_os_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/os.c.orig Sat Jan 29 06:23:27 2011 |+++ libhfsp/src/os.c Sat Jan 29 06:24:04 2011 -------------------------- Patching file libhfsp/src/os.c using Plan A... Hunk #1 succeeded at 46. done ===> Applying OpenBSD patch patch-libhfsp_src_partitions_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/partitions.c.orig Tue Mar 26 18:00:29 2002 |+++ libhfsp/src/partitions.c Sat Jan 29 06:22:23 2011 -------------------------- Patching file libhfsp/src/partitions.c using Plan A... Hunk #1 succeeded at 26. done ===> Applying OpenBSD patch patch-libhfsp_src_record_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Other changes unbreak the build. | |Index: libhfsp/src/record.c |--- libhfsp/src/record.c.orig |+++ libhfsp/src/record.c -------------------------- Patching file libhfsp/src/record.c using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 510. Hunk #3 succeeded at 1271. done ===> Applying OpenBSD patch patch-libhfsp_src_swab_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/swab.h.orig Tue Mar 5 20:50:29 2002 |+++ libhfsp/src/swab.h Fri May 1 20:00:11 2015 -------------------------- Patching file libhfsp/src/swab.h using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 36. done ===> Applying OpenBSD patch patch-libhfsp_src_unicode_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libhfsp/src/unicode.c.orig Tue Mar 5 20:50:29 2002 |+++ libhfsp/src/unicode.c Fri May 1 20:01:32 2015 -------------------------- Patching file libhfsp/src/unicode.c using Plan A... Hunk #1 succeeded at 15. done ===> Applying OpenBSD patch patch-libhfsp_src_volume_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix hpmount of newer HFS+ volumes: set vol->maxblocks when volume is |without HFS wrapper, so we can find the backup volume header. | |Other changes unbreak the build. | |Index: libhfsp/src/volume.c |--- libhfsp/src/volume.c.orig |+++ libhfsp/src/volume.c -------------------------- Patching file libhfsp/src/volume.c using Plan A... Hunk #1 succeeded at 323. Hunk #2 succeeded at 346. Hunk #3 succeeded at 382. Hunk #4 succeeded at 418. Hunk #5 succeeded at 440. done ===> Applying OpenBSD patch patch-src_Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/Makefile.am.orig Wed Nov 21 13:58:32 2007 |+++ src/Makefile.am Wed Nov 21 13:59:01 2007 -------------------------- Patching file src/Makefile.am using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-src_copyout_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix passing &size to int *lenptr | |Index: src/copyout.c |--- src/copyout.c.orig |+++ src/copyout.c -------------------------- Patching file src/copyout.c using Plan A... Hunk #1 succeeded at 365. done ===> Applying OpenBSD patch patch-src_glob_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/glob.c.orig Sun Apr 17 09:59:32 2011 |+++ src/glob.c Sun Apr 17 09:59:38 2011 -------------------------- Patching file src/glob.c using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-src_hpcache_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Index: src/hpcache.c |--- src/hpcache.c.orig |+++ src/hpcache.c -------------------------- Patching file src/hpcache.c using Plan A... Hunk #1 succeeded at 102. Hunk #2 succeeded at 128. done ===> Applying OpenBSD patch patch-src_hpls_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix LP64_ARCHS: change UInt32 and like types from long to int, so each |type has exactly 32 bits; change printf()s to match. | |Index: src/hpls.c |--- src/hpls.c.orig |+++ src/hpls.c -------------------------- Patching file src/hpls.c using Plan A... Hunk #1 succeeded at 408. Hunk #2 succeeded at 476. Hunk #3 succeeded at 484. done ===> Applying OpenBSD patch patch-src_hpmkdir_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/hpmkdir.c.orig Tue Mar 5 20:50:29 2002 |+++ src/hpmkdir.c Wed Mar 16 23:33:44 2016 -------------------------- Patching file src/hpmkdir.c using Plan A... Hunk #1 succeeded at 46. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in misc/hfsplus at 1713357674.97 ===> misc/hfsplus ===> Generating configure for hfsplus-1.0.4p7 Running autoreconf-2.59 in /exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4 aclocal autoconf autoheader automake -a configure.in: installing `./install-sh' configure.in: installing `./missing' libhfsp/src/Makefile.am: installing `./depcomp' configure.in:28: installing `./config.guess' configure.in:28: installing `./config.sub' ===> Configuring for hfsplus-1.0.4p7 Using /exopi-obj/pobj/hfsplus-1.0.4/config.site (generated) configure: loading site script /exopi-obj/pobj/hfsplus-1.0.4/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether gmake sets $(MAKE)... (cached) yes 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c checking for ranlib... (cached) ranlib checking whether ln -s works... yes checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking whether cc needs -traditional... no 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 unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for an ANSI C-conforming const... (cached) yes checking for working memcmp... (cached) yes checking for mktime... (cached) yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... grep -F 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 the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... false checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes 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... yes checking dynamic linker characteristics... openbsd7.5 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 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating libhfsp/Makefile config.status: creating libhfsp/src/Makefile config.status: creating libhfsp/test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands >>> Running build in misc/hfsplus at 1713357686.54 ===> misc/hfsplus ===> Building for hfsplus-1.0.4p7 gmake all-recursive gmake[1]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' Making all in libhfsp gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' Making all in src gmake[3]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT blockiter.lo -MD -MP -MF ".deps/blockiter.Tpo" -c -o blockiter.lo blockiter.c; \ then mv -f ".deps/blockiter.Tpo" ".deps/blockiter.Plo"; else rm -f ".deps/blockiter.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT blockiter.lo -MD -MP -MF .deps/blockiter.Tpo -c blockiter.c -fPIC -DPIC -o .libs/blockiter.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT blockiter.lo -MD -MP -MF .deps/blockiter.Tpo -c blockiter.c -o blockiter.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btree.lo -MD -MP -MF ".deps/btree.Tpo" -c -o btree.lo btree.c; \ then mv -f ".deps/btree.Tpo" ".deps/btree.Plo"; else rm -f ".deps/btree.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btree.lo -MD -MP -MF .deps/btree.Tpo -c btree.c -fPIC -DPIC -o .libs/btree.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btree.lo -MD -MP -MF .deps/btree.Tpo -c btree.c -o btree.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btreecheck.lo -MD -MP -MF ".deps/btreecheck.Tpo" -c -o btreecheck.lo btreecheck.c; \ then mv -f ".deps/btreecheck.Tpo" ".deps/btreecheck.Plo"; else rm -f ".deps/btreecheck.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btreecheck.lo -MD -MP -MF .deps/btreecheck.Tpo -c btreecheck.c -fPIC -DPIC -o .libs/btreecheck.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT btreecheck.lo -MD -MP -MF .deps/btreecheck.Tpo -c btreecheck.c -o btreecheck.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT fscheck.lo -MD -MP -MF ".deps/fscheck.Tpo" -c -o fscheck.lo fscheck.c; \ then mv -f ".deps/fscheck.Tpo" ".deps/fscheck.Plo"; else rm -f ".deps/fscheck.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT fscheck.lo -MD -MP -MF .deps/fscheck.Tpo -c fscheck.c -fPIC -DPIC -o .libs/fscheck.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT fscheck.lo -MD -MP -MF .deps/fscheck.Tpo -c fscheck.c -o fscheck.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hfstime.lo -MD -MP -MF ".deps/hfstime.Tpo" -c -o hfstime.lo hfstime.c; \ then mv -f ".deps/hfstime.Tpo" ".deps/hfstime.Plo"; else rm -f ".deps/hfstime.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hfstime.lo -MD -MP -MF .deps/hfstime.Tpo -c hfstime.c -fPIC -DPIC -o .libs/hfstime.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hfstime.lo -MD -MP -MF .deps/hfstime.Tpo -c hfstime.c -o hfstime.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT libhfsp.lo -MD -MP -MF ".deps/libhfsp.Tpo" -c -o libhfsp.lo libhfsp.c; \ then mv -f ".deps/libhfsp.Tpo" ".deps/libhfsp.Plo"; else rm -f ".deps/libhfsp.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT libhfsp.lo -MD -MP -MF .deps/libhfsp.Tpo -c libhfsp.c -fPIC -DPIC -o .libs/libhfsp.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT libhfsp.lo -MD -MP -MF .deps/libhfsp.Tpo -c libhfsp.c -o libhfsp.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT os.lo -MD -MP -MF ".deps/os.Tpo" -c -o os.lo os.c; \ then mv -f ".deps/os.Tpo" ".deps/os.Plo"; else rm -f ".deps/os.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -fPIC -DPIC -o .libs/os.o os.c:110:11: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] *priv = (void *) fd; ^~~~~~~~~~~ os.c:127:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:146:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:167:18: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:190:14: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:212:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ 6 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT os.lo -MD -MP -MF .deps/os.Tpo -c os.c -o os.o os.c:110:11: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] *priv = (void *) fd; ^~~~~~~~~~~ os.c:127:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:146:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:167:18: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:190:14: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ os.c:212:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] int fd = (int) *priv; ^~~~~~~~~~~ 6 warnings generated. if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT unicode.lo -MD -MP -MF ".deps/unicode.Tpo" -c -o unicode.lo unicode.c; \ then mv -f ".deps/unicode.Tpo" ".deps/unicode.Plo"; else rm -f ".deps/unicode.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/unicode.o unicode.c:110:22: warning: initializing 'UInt16 *' (aka 'unsigned short *') with an expression of type 'const UInt16[255]' (aka 'const unsigned short[255]') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] register UInt16* str1 = ustr1->name; ^ ~~~~~~~~~~~ unicode.c:111:22: warning: initializing 'UInt16 *' (aka 'unsigned short *') with an expression of type 'const UInt16[255]' (aka 'const unsigned short[255]') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] register UInt16* str2 = ustr2->name; ^ ~~~~~~~~~~~ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -o unicode.o unicode.c:110:22: warning: initializing 'UInt16 *' (aka 'unsigned short *') with an expression of type 'const UInt16[255]' (aka 'const unsigned short[255]') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] register UInt16* str1 = ustr1->name; ^ ~~~~~~~~~~~ unicode.c:111:22: warning: initializing 'UInt16 *' (aka 'unsigned short *') with an expression of type 'const UInt16[255]' (aka 'const unsigned short[255]') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] register UInt16* str2 = ustr2->name; ^ ~~~~~~~~~~~ 2 warnings generated. if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT record.lo -MD -MP -MF ".deps/record.Tpo" -c -o record.lo record.c; \ then mv -f ".deps/record.Tpo" ".deps/record.Plo"; else rm -f ".deps/record.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT record.lo -MD -MP -MF .deps/record.Tpo -c record.c -fPIC -DPIC -o .libs/record.o record.c:659:31: warning: 'size' argument to memset is '0'; did you mean to transpose the last two arguments? [-Wmemset-transposed-args] memset(r, sizeof(record), 0); // **** Debugging only ^ record.c:659:31: note: parenthesize the third argument to silence record.c:1261:13: warning: multiple unsequenced modifications to 'hfsp_error' [-Wunsequenced] hfsp_error = "File/Folder already exists"); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libhfsp.h:39:24: note: expanded from macro 'HFSP_ERROR' do { hfsp_error = (str), errno = (code); goto fail; } while (0) ~ ^ 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT record.lo -MD -MP -MF .deps/record.Tpo -c record.c -o record.o record.c:659:31: warning: 'size' argument to memset is '0'; did you mean to transpose the last two arguments? [-Wmemset-transposed-args] memset(r, sizeof(record), 0); // **** Debugging only ^ record.c:659:31: note: parenthesize the third argument to silence record.c:1261:13: warning: multiple unsequenced modifications to 'hfsp_error' [-Wunsequenced] hfsp_error = "File/Folder already exists"); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./libhfsp.h:39:24: note: expanded from macro 'HFSP_ERROR' do { hfsp_error = (str), errno = (code); goto fail; } while (0) ~ ^ 2 warnings generated. if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT volume.lo -MD -MP -MF ".deps/volume.Tpo" -c -o volume.lo volume.c; \ then mv -f ".deps/volume.Tpo" ".deps/volume.Plo"; else rm -f ".deps/volume.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT volume.lo -MD -MP -MF .deps/volume.Tpo -c volume.c -fPIC -DPIC -o .libs/volume.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT volume.lo -MD -MP -MF .deps/volume.Tpo -c volume.c -o volume.o if /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT partitions.lo -MD -MP -MF ".deps/partitions.Tpo" -c -o partitions.lo partitions.c; \ then mv -f ".deps/partitions.Tpo" ".deps/partitions.Plo"; else rm -f ".deps/partitions.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT partitions.lo -MD -MP -MF .deps/partitions.Tpo -c partitions.c -fPIC -DPIC -o .libs/partitions.o cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -O2 -pipe -fgnu89-inline -MT partitions.lo -MD -MP -MF .deps/partitions.Tpo -c partitions.c -o partitions.o /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o libhfsp.la -rpath /usr/local/lib blockiter.lo btree.lo btreecheck.lo fscheck.lo hfstime.lo libhfsp.lo os.lo unicode.lo record.lo volume.lo partitions.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libhfsp.so.0.0 -O2 -pipe -fgnu89-inline .libs/blockiter.o .libs/btree.o .libs/btreecheck.o .libs/fscheck.o .libs/hfstime.o .libs/libhfsp.o .libs/os.o .libs/unicode.o .libs/record.o .libs/volume.o .libs/partitions.o -Wl,-soname,libhfsp.so.0.0 libtool: link: ar cru .libs/libhfsp.a blockiter.o btree.o btreecheck.o fscheck.o hfstime.o libhfsp.o os.o unicode.o record.o volume.o partitions.o libtool: link: ranlib .libs/libhfsp.a gmake[3]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' gmake[3]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' Making all in src gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpmount.o -MD -MP -MF ".deps/hpmount.Tpo" -c -o hpmount.o hpmount.c; \ then mv -f ".deps/hpmount.Tpo" ".deps/hpmount.Po"; else rm -f ".deps/hpmount.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpcache.o -MD -MP -MF ".deps/hpcache.Tpo" -c -o hpcache.o hpcache.c; \ then mv -f ".deps/hpcache.Tpo" ".deps/hpcache.Po"; else rm -f ".deps/hpcache.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hfsputil.o -MD -MP -MF ".deps/hfsputil.Tpo" -c -o hfsputil.o hfsputil.c; \ then mv -f ".deps/hfsputil.Tpo" ".deps/hfsputil.Po"; else rm -f ".deps/hfsputil.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT glob.o -MD -MP -MF ".deps/glob.Tpo" -c -o glob.o glob.c; \ then mv -f ".deps/glob.Tpo" ".deps/glob.Po"; else rm -f ".deps/glob.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT dstring.o -MD -MP -MF ".deps/dstring.Tpo" -c -o dstring.o dstring.c; \ then mv -f ".deps/dstring.Tpo" ".deps/dstring.Po"; else rm -f ".deps/dstring.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT dlist.o -MD -MP -MF ".deps/dlist.Tpo" -c -o dlist.o dlist.c; \ then mv -f ".deps/dlist.Tpo" ".deps/dlist.Po"; else rm -f ".deps/dlist.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpmount hpmount.o hpcache.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpmount -O2 -pipe -fgnu89-inline hpmount.o hpcache.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpumount.o -MD -MP -MF ".deps/hpumount.Tpo" -c -o hpumount.o hpumount.c; \ then mv -f ".deps/hpumount.Tpo" ".deps/hpumount.Po"; else rm -f ".deps/hpumount.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpumount hpumount.o hpcache.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpumount -O2 -pipe -fgnu89-inline hpumount.o hpcache.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpls.o -MD -MP -MF ".deps/hpls.Tpo" -c -o hpls.o hpls.c; \ then mv -f ".deps/hpls.Tpo" ".deps/hpls.Po"; else rm -f ".deps/hpls.Tpo"; exit 1; fi hpls.c:976:24: warning: too many arguments in call to 'usage' return usage(argv[0]); ~~~~~ ^ hpls.c:976:16: warning: passing arguments to 'usage' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return usage(argv[0]); ^ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT darray.o -MD -MP -MF ".deps/darray.Tpo" -c -o darray.o darray.c; \ then mv -f ".deps/darray.Tpo" ".deps/darray.Po"; else rm -f ".deps/darray.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpls hpls.o dstring.o dlist.o darray.o glob.o hpcache.o hfsputil.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpls -O2 -pipe -fgnu89-inline hpls.o dstring.o dlist.o darray.o glob.o hpcache.o hfsputil.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpls.c(hpls.o:(showfiles)): warning: sprintf() is often misused, please use snprintf() hpls.c(hpls.o:(show_long)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpcd.o -MD -MP -MF ".deps/hpcd.Tpo" -c -o hpcd.o hpcd.c; \ then mv -f ".deps/hpcd.Tpo" ".deps/hpcd.Po"; else rm -f ".deps/hpcd.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpcd hpcd.o dstring.o dlist.o glob.o hpcache.o hfsputil.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpcd -O2 -pipe -fgnu89-inline hpcd.o dstring.o dlist.o glob.o hpcache.o hfsputil.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib dlist.c(dlist.o:(dlist_append)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpcopy.o -MD -MP -MF ".deps/hpcopy.Tpo" -c -o hpcopy.o hpcopy.c; \ then mv -f ".deps/hpcopy.Tpo" ".deps/hpcopy.Po"; else rm -f ".deps/hpcopy.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT charset.o -MD -MP -MF ".deps/charset.Tpo" -c -o charset.o charset.c; \ then mv -f ".deps/charset.Tpo" ".deps/charset.Po"; else rm -f ".deps/charset.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT copyout.o -MD -MP -MF ".deps/copyout.Tpo" -c -o copyout.o copyout.c; \ then mv -f ".deps/copyout.Tpo" ".deps/copyout.Po"; else rm -f ".deps/copyout.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT binhex.o -MD -MP -MF ".deps/binhex.Tpo" -c -o binhex.o binhex.c; \ then mv -f ".deps/binhex.Tpo" ".deps/binhex.Po"; else rm -f ".deps/binhex.Tpo"; exit 1; fi binhex.c:335:18: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] result = result || -1; ^ ~~ binhex.c:335:18: note: use '|' for a bitwise operation result = result || -1; ^~ | binhex.c:617:18: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] result = result || -1; ^ ~~ binhex.c:617:18: note: use '|' for a bitwise operation result = result || -1; ^~ | 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT crc.o -MD -MP -MF ".deps/crc.Tpo" -c -o crc.o crc.c; \ then mv -f ".deps/crc.Tpo" ".deps/crc.Po"; else rm -f ".deps/crc.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpcopy hpcopy.o hpcache.o charset.o copyout.o binhex.o crc.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpcopy -O2 -pipe -fgnu89-inline hpcopy.o hpcache.o charset.o copyout.o binhex.o crc.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() copyout.c(copyout.o:(openfiles)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hppwd.o -MD -MP -MF ".deps/hppwd.Tpo" -c -o hppwd.o hppwd.c; \ then mv -f ".deps/hppwd.Tpo" ".deps/hppwd.Po"; else rm -f ".deps/hppwd.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hppwd hppwd.o dstring.o hpcache.o hfsputil.o glob.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hppwd -O2 -pipe -fgnu89-inline hppwd.o dstring.o hpcache.o hfsputil.o glob.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpfsck.o -MD -MP -MF ".deps/hpfsck.Tpo" -c -o hpfsck.o hpfsck.c; \ then mv -f ".deps/hpfsck.Tpo" ".deps/hpfsck.Po"; else rm -f ".deps/hpfsck.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpfsck hpfsck.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpfsck -O2 -pipe -fgnu89-inline hpfsck.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hprm.o -MD -MP -MF ".deps/hprm.Tpo" -c -o hprm.o hprm.c; \ then mv -f ".deps/hprm.Tpo" ".deps/hprm.Po"; else rm -f ".deps/hprm.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hprm hprm.o hpcache.o charset.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hprm -O2 -pipe -fgnu89-inline hprm.o hpcache.o charset.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libhfsp/src -I/usr/local/include -O2 -pipe -fgnu89-inline -MT hpmkdir.o -MD -MP -MF ".deps/hpmkdir.Tpo" -c -o hpmkdir.o hpmkdir.c; \ then mv -f ".deps/hpmkdir.Tpo" ".deps/hpmkdir.Po"; else rm -f ".deps/hpmkdir.Tpo"; exit 1; fi /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -fgnu89-inline -L/usr/local/lib -o hpmkdir hpmkdir.o hpcache.o charset.o hfsputil.o glob.o dstring.o dlist.o ../libhfsp/src/libhfsp.la libtool: link: cc -o .libs/hpmkdir -O2 -pipe -fgnu89-inline hpmkdir.o hpcache.o charset.o hfsputil.o glob.o dstring.o dlist.o -L.libs -lhfsp -Wl,-rpath-link,/usr/local/lib hpcache.c(hpcache.o:(hpcache_destroy)): warning: strcpy() is almost always misused, please use strlcpy() hfsputil.c(hfsputil.o:(hfsputil_abspath)): warning: strcat() is almost always misused, please use strlcat() gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' gmake[1]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' >>> Running package in misc/hfsplus at 1713357696.71 ===> misc/hfsplus ===> Faking installation for hfsplus-1.0.4p7 Making install in libhfsp gmake[1]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' Making install in src gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' gmake[3]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' test -z "/usr/local/lib" || mkdir -p -- "/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/lib" /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c 'libhfsp.la' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/lib/libhfsp.la' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 ./.libs/libhfsp.a /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/lib/libhfsp.a libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 ./.libs/libhfsp.so.0.0 /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/lib/libhfsp.so.0.0 libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 ./.libs/libhfsp.lai /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/lib/libhfsp.la gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp/src' gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[3]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[3]: Nothing to be done for 'install-exec-am'. gmake[3]: Nothing to be done for 'install-data-am'. gmake[3]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' gmake[1]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/libhfsp' Making install in src gmake[1]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' test -z "/usr/local/bin" || mkdir -p -- "/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin" /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpmount' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpmount' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpmount /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpmount /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpumount' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpumount' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpumount /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpumount /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpls' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpls' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpls /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpls /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpcd' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpcd' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpcd /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpcd /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpcopy' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpcopy' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpcopy /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpcopy /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hppwd' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hppwd' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hppwd /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hppwd /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpfsck' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpfsck' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpfsck /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpfsck /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hprm' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hprm' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hprm /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hprm /usr/bin/libtool --mode=install /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 'hpmkdir' '/exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpmkdir' libtool: install: /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -s -m 755 ./.libs/hpmkdir /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/bin/hpmkdir gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' gmake[1]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/src' gmake[1]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' gmake[2]: Entering directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' gmake[2]: Nothing to be done for 'install-exec-am'. gmake[2]: Nothing to be done for 'install-data-am'. gmake[2]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' gmake[1]: Leaving directory '/exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4' /exopi-obj/pobj/hfsplus-1.0.4/bin/install -d -m 755 /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/share/doc/hfsplus/ /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 /exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/doc/bugs.html /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/share/doc/hfsplus/ /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 /exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/doc/hfsp.html /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/share/doc/hfsplus/ /exopi-obj/pobj/hfsplus-1.0.4/bin/install -c -m 644 /exopi-obj/pobj/hfsplus-1.0.4/hfsplus-1.0.4/doc/libhfsp.html /exopi-obj/pobj/hfsplus-1.0.4/fake-amd64/usr/local/share/doc/hfsplus/ ===> Building package for hfsplus-1.0.4p7 Create /exopi-cvs/ports/packages/amd64/all/hfsplus-1.0.4p7.tgz Creating package hfsplus-1.0.4p7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 8% checksumming|******** | 13% checksumming|********** | 17% checksumming|************* | 21% checksumming|*************** | 25% checksumming|****************** | 29% checksumming|******************** | 33% checksumming|*********************** | 38% checksumming|************************* | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|************************************ | 58% checksumming|************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 71% checksumming|********************************************** | 75% checksumming|************************************************ | 79% checksumming|*************************************************** | 83% checksumming|***************************************************** | 88% checksumming|******************************************************** | 92% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 4% archiving|******** | 13% archiving|********** | 16% archiving|************** | 22% archiving|***************** | 27% archiving|******************** | 31% archiving|********************** | 35% archiving|************************** | 40% archiving|**************************** | 44% archiving|************************************************** | 78% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hfsplus-1.0.4p7.tgz >>> Running clean in misc/hfsplus at 1713357700.47 ===> misc/hfsplus ===> Cleaning for hfsplus-1.0.4p7 >>> Ended at 1713357700.68 max_stuck=0.00/depends=2.06/show-prepare-results=1.74/extract=0.38/patch=0.42/configure=11.57/build=10.17/package=3.76/clean=0.25