Subject: Re: depend loop problem for Zoularis on Mac OS X
To: None <tech-pkg@netbsd.org>
From: OGATA <ogata@isp.qix.org>
List: tech-pkg
Date: 10/04/2002 00:50:02
Hi, all

From: OGATA <ogata@isp.qix.org>
Date: Thu, 19 Sep 2002 22:57:24 +0900 (JST)
Message-ID: <200209191357.WAA11497@Marble.QIX.ORG>

> I try pkgsrc(-D 20020915) on Mac OS X 10.1.4 Server (10.1.x latest)
> 
> see depend loop ;<

I  was try pkgsrc(-D 20021001) too.
but same loop too.

have you fix good idea?

thanks

P.S.
I will try hack port pc98, and try package system on darwin/x86 1.4.1.
I think I will not test zoularis on Mac OS X(include 10.2) for few month.
If you have Mac OS X enviroment, Please test zoularis on Mac OS X :) 



OGATA Hiroshi   <ogata@isp.qix.org>   BSD lover :)
Zoularis for Darwin/Mac OS X: http://www.netbsd.org/zoularis/#darwin
NetBSD/pc98 current merge project: http://netbsd98current.sourceforge.jp/



% sudo ./bootstrap.org --pkgdir=/Volumes/NetBSD/pkg --pkgdbdir=/Volumes/NetBSD/pkgdb --pkgsrcdir=/Volumes/NetBSD/pkgsrc
creating cache ./config.cache
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  -O2 -pipe ) works... yes
checking whether the C compiler (cc  -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E -traditional-cpp
checking whether cc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ar.h... yes
checking for ranlib.h... yes
checking for fcntl.h... yes
checking for paths.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for utime.h... yes
checking for poll.h... no
checking for sys/uio.h... yes
checking for sys/cdefs.h... yes
checking whether sys/cdefs.h is compatible... yes
checking whether byte ordering is bigendian... yes
checking for working const... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for vfork.h... no
checking for working vfork... yes
checking for vprintf... yes
checking for wait3 that fills in rusage... yes
checking for getcwd... yes
checking for getwd... yes
checking for getopt... yes
checking for putenv... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for strtod... yes
checking for strtol... yes
checking for setenv... yes
checking for getenv... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for strftime... yes
checking for sigaction... yes
checking for sigvec... yes
checking for waitpid... yes
checking for wait4... yes
checking for wait3... yes
checking for getenv... (cached) yes
checking whether stat file-mode macros are broken... no
checking for st_rdev in struct stat... yes
Checking for MACHINE & MACHINE_ARCH... defaults: MACHINE=darwin5, MACHINE_ARCH=ppc
Using: MACHINE=darwin5, MACHINE_ARCH=ppc
updating cache ./config.cache
creating ./config.status
creating Makefile
creating makefile.boot
creating lst.lib/makefile.boot
creating config.h

You can now run

	make -f makefile.boot bootstrap

to produce a fully functional bmake.  You can then use

	make -f makefile.boot install

for an initial installation.  If you already have macros installed 
you can use:

	./bmake -f Makefile

to install etc.

cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o arch.o arch.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o buf.o buf.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o compat.o compat.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o cond.o cond.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o dir.o dir.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o for.o for.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o hash.o hash.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o job.o job.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP  "-DMACHINE=\"darwin5\"" "-DMACHINE_ARCH=\"ppc\"" -o main.o -c ./main.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o make.o make.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o parse.o parse.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o str.o str.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o suff.o suff.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o targ.o targ.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o trace.o trace.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o var.o var.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o util.o util.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o getopt.o getopt.c
cc -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP    -c -o sigcompat.o sigcompat.c
(cd lst.lib; make -f makefile.boot CC="cc" CFLAGS="-I.. -I./.. -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\"" -DMAKE_BOOTSTRAP " )
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstAppend.o lstAppend.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstDupl.o lstDupl.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstInit.o lstInit.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstOpen.o lstOpen.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstAtEnd.o lstAtEnd.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstEnQueue.o lstEnQueue.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstInsert.o lstInsert.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstAtFront.o lstAtFront.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstIsAtEnd.o lstIsAtEnd.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstClose.o lstClose.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstFind.o lstFind.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstIsEmpty.o lstIsEmpty.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstRemove.o lstRemove.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstConcat.o lstConcat.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstFindFrom.o lstFindFrom.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstLast.o lstLast.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstReplace.o lstReplace.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstFirst.o lstFirst.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstDatum.o lstDatum.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstForEach.o lstForEach.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstMember.o lstMember.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstSucc.o lstSucc.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstDeQueue.o lstDeQueue.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstForEachFrom.o lstForEachFrom.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstDestroy.o lstDestroy.c
cc -I.. -I./.. -I. -I. -DHAVE_CONFIG_H  -D_PATH_DEFSYSPATH="/Volumes/NetBSD/pkg/share/mk" -DMAKE_BOOTSTRAP    -c -o lstNext.o lstNext.c
cc *.o lst.lib/*.o -o bmake.boot 
/usr/bin/ld: warning unused multiple definitions of symbol _sigblock
sigcompat.o definition of _sigblock in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigblock
/usr/bin/ld: warning unused multiple definitions of symbol _sigpause
sigcompat.o definition of _sigpause in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigpause
/usr/bin/ld: warning unused multiple definitions of symbol _sigsetmask
sigcompat.o definition of _sigsetmask in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigsetmask
rm -f *.[ado] */*.[ado] 
MAKESYSPATH=./mk:./mk:/Volumes/NetBSD/pkg/share/mk: ./bmake.boot -f Makefile 
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c arch.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c buf.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c compat.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c cond.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c dir.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c for.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c hash.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c job.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""  "-DMAKE_VERSION=\"bmake-3.1.12 20021002\"" "-DFORCE_MACHINE=\"darwin5\"" "-DMACHINE=\"darwin5\"" "-DMACHINE_ARCH=\"ppc\"" -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c main.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c make.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c parse.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c str.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c suff.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c targ.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c trace.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c var.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c util.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstAppend.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstAtEnd.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstAtFront.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstClose.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstConcat.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstDatum.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstDeQueue.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstDestroy.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstDupl.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstEnQueue.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstFind.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstFindFrom.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstFirst.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstForEach.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstForEachFrom.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstInit.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstInsert.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstIsAtEnd.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstIsEmpty.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstLast.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstMember.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstNext.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstOpen.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstRemove.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstReplace.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c ./lst.lib/lstSucc.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c getenv.c
cc -pipe -g -I. -I. -DHAVE_CONFIG_H  "-D_PATH_DEFSYSPATH=\"/Volumes/NetBSD/pkg/share/mk\""   -DSIGNAL_FLAGS=SA_RESTART  -Werror   -c sigcompat.c
cc -pipe   -o bmake arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o trace.o var.o util.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o lstReplace.o lstSucc.o getenv.o sigcompat.o 
/usr/bin/ld: warning unused multiple definitions of symbol _sigblock
sigcompat.o definition of _sigblock in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigblock
/usr/bin/ld: warning unused multiple definitions of symbol _sigpause
sigcompat.o definition of _sigpause in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigpause
/usr/bin/ld: warning unused multiple definitions of symbol _sigsetmask
sigcompat.o definition of _sigsetmask in section (__TEXT,__text)
/usr/lib/libSystem.dylib(sigcompat.o) unused definition of _sigsetmask
test -d /Volumes/NetBSD/pkg/bin || install -m775 -d /Volumes/NetBSD/pkg/bin
test -d /Volumes/NetBSD/pkg/man || install -m775 -d /Volumes/NetBSD/pkg/man
install   -c -s   -o root -g wheel -m 555 bmake /Volumes/NetBSD/pkg/bin/bmake
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  -O2 -pipe ) works... yes
checking whether the C compiler (cc  -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... ar
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for AIX... no
checking for fparseln in -lutil... no
checking for tgetent in -ltinfo... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... yes
checking for library containing el_init... no
checking for gethostbyname... yes
checking for socket... yes
checking whether to support SOCKS... no
checking whether to support SOCKS5... no
checking whether to support SOCKS4... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for err.h... yes
checking for regex.h... yes
checking for paths.h... yes
checking for poll.h... no
checking for sys/poll.h... no
checking for termcap.h... no
checking for util.h... yes
checking for vis.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... yes
checking size of off_t... 8
checking for long long... yes
checking for in_port_t... no
checking for sockaddr_in.sin_len... yes
checking for socklen_t... no
checking for struct addrinfo... yes
checking for d_namlen in struct dirent... no
checking for GLOB_BRACE... yes
checking for h_errno declaration... yes
checking for fclose() declaration... yes
checking for getpass() declaration... yes
checking for optarg declaration... yes
checking for optind declaration... yes
checking for pclose() declaration... yes
checking for err... yes
checking for fgetln... yes
checking for fparseln... no
checking for getaddrinfo... yes
checking for getnameinfo... no
checking for glob... yes
checking for inet_ntop... no
checking for inet_pton... no
checking for mkstemp... yes
checking for sl_init... no
checking for snprintf... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strptime... no
checking for strsep... yes
checking for strunvis... yes
checking for strvis... yes
checking for timegm... no
checking for usleep... yes
checking for gethostbyname2... yes
checking for getpassphrase... no
checking for getpgrp... yes
checking for issetugid... no
checking for memmove... yes
checking for poll... no
checking for select... yes
checking whether getpgrp takes no argument... yes
checking for GLOB_BRACE support in glob... yes
checking for strtoll... no
checking snprintf support for %lld... yes
checking for working libedit... no, using my own
checking for AI_NUMERICHOST... yes
checking for VIS_WHITE in vis.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating libedit/Makefile
creating libedit/makelist
creating libukem/Makefile
creating src/Makefile
creating config.h
( cd libedit; make )
sh makelist -h ./common.c > common.h
sh makelist -h ./emacs.c > emacs.h
sh makelist -h ./vi.c > vi.h
sh makelist -fh vi.h emacs.h common.h > fcns.h
sh makelist -fc vi.h emacs.h common.h > fcns.c
sh makelist -bc ./vi.c ./emacs.c ./common.c > help.c
sh makelist -bh ./vi.c ./emacs.c ./common.c > help.h
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o chared.o chared.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o common.o common.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o el.o el.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o emacs.o emacs.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o fcns.o fcns.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o help.o help.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o hist.o hist.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o key.o key.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o map.o map.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o parse.o parse.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o prompt.o prompt.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o read.o read.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o refresh.o refresh.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o search.o search.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o sig.o sig.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o term.o term.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o tty.o tty.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o vi.o vi.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o tokenizer.o tokenizer.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o history.o history.c
ar cr libedit.a chared.o common.o el.o emacs.o fcns.o help.o hist.o key.o map.o parse.o prompt.o read.o refresh.o search.o sig.o term.o tty.o vi.o tokenizer.o history.o
ranlib libedit.a
( cd libukem; make )
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o fparseln.o fparseln.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o getnameinfo.o getnameinfo.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o inet_ntop.o inet_ntop.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o inet_pton.o inet_pton.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o sl_init.o sl_init.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o strlcat.o strlcat.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o strlcpy.o strlcpy.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o strptime.o strptime.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o timegm.o timegm.c
cc -I. -I./.. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o strtoll.o strtoll.c
ar cr libukem.a fparseln.o getnameinfo.o inet_ntop.o inet_pton.o sl_init.o strlcat.o strlcpy.o strptime.o timegm.o strtoll.o
ranlib libukem.a
( cd src; make )
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o cmds.o cmds.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o cmdtab.o cmdtab.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o complete.o complete.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o domacro.o domacro.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o fetch.o fetch.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o ftp.o ftp.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o main.o main.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o ruserpass.o ruserpass.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe   -c -o util.o util.c
cc -I. -I./.. -I. -I.. -I./../libedit  -I./../libukem  -O2 -pipe -L../libedit  -L../libukem -o ftp cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o ruserpass.o util.o -ledit -lcurses  -lukem
mkdir -p /Volumes/NetBSD/pkg/bin
/usr/bin/install -c -m 555 ftp /Volumes/NetBSD/pkg/bin/`echo ftp|sed 's,x,x,'`
mkdir -p /Volumes/NetBSD/pkg/man/cat1
/usr/bin/install -c -m 444 ./ftp.cat1 /Volumes/NetBSD/pkg/man/cat1/`echo ftp|sed 's,x,x,'`.1
PLEASE IGNORE ANY ERRORS YOU GET WHEN INSTALLING THIS PACKAGE
THEY HAPPEN BECAUSE THE PKG_INSTALL TOOLS ARE NOT YET BUILT
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 203: warning: using previous script for "_BUILDLINK_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 475: warning: duplicate script for target "_BUILDLINK_SUBST_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 285: warning: using previous script for "_BUILDLINK_SUBST_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 203: warning: using previous script for "_BUILDLINK_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 475: warning: duplicate script for target "_BUILDLINK_SUBST_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 285: warning: using previous script for "_BUILDLINK_SUBST_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 203: warning: using previous script for "_BUILDLINK_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 475: warning: duplicate script for target "_BUILDLINK_SUBST_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 285: warning: using previous script for "_BUILDLINK_SUBST_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 203: warning: using previous script for "_BUILDLINK_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 475: warning: duplicate script for target "_BUILDLINK_SUBST_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 285: warning: using previous script for "_BUILDLINK_SUBST_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 203: warning: using previous script for "_BUILDLINK_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 475: warning: duplicate script for target "_BUILDLINK_SUBST_USE" ignored
bmake: "../../mk/buildlink2/../../devel/dlcompat/../../mk/bsd.buildlink.mk" line 285: warning: using previous script for "_BUILDLINK_SUBST_USE" defined here
bmake: "../../mk/buildlink2/../../mk/buildlink2/bsd.buildlink2.mk" line 208: warning: duplicate script for target "_BUILDLINK_USE" ignored
^Cerror 4:read error