Skip to content

Instantly share code, notes, and snippets.

@parkr
Created June 7, 2013 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parkr/5728847 to your computer and use it in GitHub Desktop.
Save parkr/5728847 to your computer and use it in GitHub Desktop.
/usr/local/Library/brew.rb: loading /usr/local/Library/Formula/alpine.rb
==> Downloading ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.gz
Already downloaded: /Library/Caches/Homebrew/alpine-2.00.tar.gz
tar xf /Library/Caches/Homebrew/alpine-2.00.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3) https://trac.macports.org/export/89747/trunk/dports/mail/alpine/files/alpine-osx-10.6.patch -o 000-homebrew.diff --silent
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file imap/Makefile
patching file imap/src/osdep/unix/ckp_pam.c
==> ./configure --disable-debug --prefix=/usr/local/Cellar/alpine/2.00 --with-ssl-include-dir=/usr/include/openssl
./configure --disable-debug --prefix=/usr/local/Cellar/alpine/2.00 --with-ssl-include-dir=/usr/include/openssl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-apple-darwin12.3.0
checking host system type... i686-apple-darwin12.3.0
configure: Configuring for alpine 2.00 (i686-apple-darwin12.3.0))
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 for cc option to accept ISO C99... none needed
checking for cc option to accept ISO Standard C... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for gawk... (cached) awk
checking for ranlib... ranlib
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from cc object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking if cc supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory
yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if cc static flag -static works... rm: conftest.dSYM: is a directory
no
checking if cc supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.3.0 dyld
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 libtool
appending configuration tag "CXX" to libtool
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fno-common
checking if c++ PIC flag -fno-common works... rm: conftest.dSYM: is a directory
yes
checking if c++ static flag -static works... rm: conftest.dSYM: is a directory
no
checking if c++ supports -c -o file.o... rm: conftest.dSYM: is a directory
yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.3.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ar... /usr/bin/ar
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for sed... /usr/local/Library/ENV/4.3/sed
checking for make... /usr/local/Library/ENV/4.3/make
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking option: dmalloc enabled... no
checking option: debugging is enabled... no
checking option: optimization is enabled... yes
checking option: mouse support enabled... yes
checking option: quotas enabled... no
checking option: From changing enabled... yes
checking option: background post enabled... yes
checking option: keyboard lock enabled... yes
checking option: from encoding enabled... no
checking for sendmail... /usr/sbin/sendmail
checking for inews... no
checking for passwd... /usr/bin/passwd
checking for aspell... no
checking for ispell... no
checking for spell... no
checking for aspell... no
checking for ispell... no
checking for setupterm in -ltinfo... no
checking for setupterm in -lncurses... yes
checking for ber_alloc in -llber... yes
checking for library containing ldap_init... none required
configure: Including LDAP Support
checking if we should define LDAP_DEPRECATED... yes
checking for library containing SSL_library_init... -lssl
configure: OpenSSL libraries FOUND
checking for library containing gss_init_sec_context... -lgssapi_krb5
checking gssapi/gssapi_generic.h usability... yes
checking gssapi/gssapi_generic.h presence... yes
checking for gssapi/gssapi_generic.h... yes
checking for library containing Tcl_Eval... -ltcl
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking for library containing regcomp... none required
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for pthread support... checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
yes
checking for library containing nanosleep... none required
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether termios.h defines TIOCGWINSZ... rm: conftest.dSYM: is a directory
yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for mode_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... rm: conftest.dSYM: is a directory
yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for union wait... yes
checking for stdint.h... (cached) yes
checking for stdint.h... (cached) yes
checking argument pointer type of qsort compare function and base... void
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
rm: conftest.dSYM: is a directory
checking for working strcoll... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for strchr... yes
checking for memcpy... yes
checking for strtol... yes
checking for strtoul... yes
checking for select... yes
checking for poll... yes
checking for qsort... yes
checking for getuid... yes
checking for getpwuid... yes
checking for getpwnam... yes
checking for gettimeofday... yes
checking for tmpfile... yes
checking for uname... yes
checking for rename... yes
checking for read... yes
checking for signal... yes
checking for setjmp... yes
checking for chown... yes
checking for wait4... yes
checking for waitpid... yes
checking for wait... yes
checking for srandom... yes
checking for popen... yes
checking for pclose... yes
checking for fsync... yes
checking for truncate... yes
checking for listen... yes
checking for wcwidth... yes
checking for mbstowcs... yes
checking for wcrtomb... yes
checking for putenv... yes
checking for setenv... yes
checking for library containing gethostname... none required
checking for library containing socket... none required
checking for library containing bind... none required
checking for sigaction... yes
checking for sigemptyset... yes
checking for sigaddset... yes
checking for sigprocmask... yes
checking for library containing syslog... none required
checking for pam_start in -lpam... yes
configure: * * * SSL file "/System/Library/OpenSSL/certs/factory.pem" is missing.
configure: * * * This might indicate that CA certs did not get properly
configure: * * * installed. If you get certificate validation failures
configure: * * * in Alpine, this might be the reason for them.
configure: * * * No 8-hexdigit symlinks in certificate directory "/System/Library/OpenSSL/certs".
configure: * * * This might indicate that CA certs did not get properly
configure: * * * installed. If you get certificate validation failures
configure: * * * in Alpine, this might be the reason for them.
configure: * * * Including Kerberos5 functionality
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating regex/Makefile
config.status: creating pith/osdep/Makefile
config.status: creating pith/charconv/Makefile
config.status: creating pith/Makefile
config.status: creating pico/osdep/Makefile
config.status: creating pico/Makefile
config.status: creating alpine/osdep/Makefile
config.status: creating alpine/Makefile
config.status: creating web/src/Makefile
config.status: creating web/src/pubcookie/Makefile
config.status: creating web/src/alpined.d/Makefile
config.status: creating Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
==> make install
make install
if test ! -L c-client ; then ln -s imap/c-client c-client ; fi
touch imap/ip6
cd imap && /usr/local/Library/ENV/4.3/make oxp EXTRASPECIALS="SSLCERTS=/System/Library/OpenSSL/certs SSLINCLUDE=/usr/include/openssl EXTRAAUTHENTICATORS=gss "
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Building in full compliance with RFC 3501 security
+ requirements:
++ TLS/SSL encryption is supported
++ Unencrypted plaintext passwords are prohibited
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Applying an process to sources...
tools/an "ln -s" src/c-client c-client
tools/an "ln -s" src/ansilib c-client
tools/an "ln -s" src/charset c-client
tools/an "ln -s" src/osdep/unix c-client
tools/an "ln -s" src/mtest mtest
tools/an "ln -s" src/ipopd ipopd
tools/an "ln -s" src/imapd imapd
tools/an "ln -s" src/mailutil mailutil
tools/an "ln -s" src/mlock mlock
tools/an "ln -s" src/dmail dmail
tools/an "ln -s" src/tmail tmail
ln -s tools/an .
touch ip6
make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=nopwd IP=4 EXTRASPECIALS='SSLCERTS=/System/Library/OpenSSL/certs SSLINCLUDE=/usr/include/openssl EXTRAAUTHENTICATORS=gss ' BUILDTYPE=osx IP=6 EXTRAAUTHENTICATORS=" gss" \
PASSWDTYPE=pam \
SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMDLFLAGS=-lpam"
make[3]: `ip6' is up to date.
Building c-client for osx...
echo `cat SPECIALS` SSLCERTS=/System/Library/OpenSSL/certs SSLINCLUDE=/usr/include/openssl EXTRAAUTHENTICATORS=gss > c-client/SPECIALS
cd c-client;make osx EXTRACFLAGS=''\
EXTRALDFLAGS=''\
EXTRADRIVERS='mbox'\
EXTRAAUTHENTICATORS='gss'\
PASSWDTYPE=pam SSLTYPE=nopwd IP=6\
SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib PAMDLFLAGS=-lpam SSLCERTS=/System/Library/OpenSSL/certs SSLINCLUDE=/usr/include/openssl EXTRAAUTHENTICATORS=gss
make build EXTRACFLAGS='' EXTRALDFLAGS='' EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='gss' PASSWDTYPE=pam SSLTYPE=nopwd IP=6 `cat SPECIALS` OS=osx \
CRXTYPE=nfs \
SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
RSHPATH=/usr/bin/rsh \
BASECFLAGS="-g -O2 -pipe -fno-omit-frame-pointer -Wno-pointer-sign"
sh -c 'rm -rf auths.c crexcl.c ip_unix.c linkage.[ch] siglocal.c osdep*.[ch] *.o ARCHIVE *FLAGS *TYPE c-client.a || true'
Once-only environment setup...
echo cc > CCTYPE
echo -g -O2 -pipe -fno-omit-frame-pointer -Wno-pointer-sign '' -DCHUNKSIZE=65536 > CFLAGS
echo -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto \
-DMD5ENABLE=\"/etc/cram-md5.pwd\" -DMAILSPOOL=\"/var/mail\" \
-DANONYMOUSHOME=\"/var/mail/anonymous\" \
-DACTIVEFILE=\"/usr/lib/news/active\" -DNEWSSPOOL=\"/var/spool/news\" \
-DRSHPATH=\"/usr/bin/rsh\" -DLOCKPGM=\"\" \
-DLOCKPGM1=\"/usr/libexec/mlock\" -DLOCKPGM2=\"/usr/sbin/mlock\" \
-DLOCKPGM3=\"/etc/mlock\" > OSCFLAGS
echo > LDFLAGS
echo "ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o;ranlib c-client.a" > ARCHIVE
echo osx > OSTYPE
./drivers mbox imap nntp pop3 mix mx mbx tenex mtx mh mmdf unix news phile dummy
./mkauths gss ext md5 pla log
echo -I/usr/include -DGSS_C_NT_HOSTBASED_SERVICE=gss_nt_service_name -DKRB5_DEPRECATED=1 >> OSCFLAGS
sh -c '(test -f /usr/lib/libk5crypto.a) && echo -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err || echo -L/usr/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err' >> LDFLAGS
echo "#include \"kerb_mit.c\"" >> auths.c
echo " mail_versioncheck (CCLIENTVERSION);" >> linkage.c
ln -s os_osx.h osdep.h
ln -s os_osx.c osdepbas.c
ln -s log_std.c osdeplog.c
ln -s sig_bsd.c siglocal.c
ln -s crx_nfs.c crexcl.c
ln -s ip6_unix.c ip_unix.c
sh -c '(test osx = sc5 -o osx = sco -o ! -f /usr/include/sys/statvfs.h) && echo -DNOFSTATVFS >> OSCFLAGS || fgrep statvfs64 /usr/include/sys/statvfs.h > /dev/null || echo -DNOFSTATVFS64 >> OSCFLAGS'
PAM password authentication
echo -lpam -ldl >> LDFLAGS
ln -s ckp_pam.c osdepckp.c
Building with SSL
ln -s ssl_unix.c osdepssl.c
echo -I/usr/include/openssl -I/usr/include/openssl/openssl -DSSL_CERT_DIRECTORY=\"/System/Library/OpenSSL/certs\" -DSSL_KEY_DIRECTORY=\"/System/Library/OpenSSL/private\" >> OSCFLAGS
echo " ssl_onceonlyinit ();" >> linkage.c
echo -L/usr/lib -lssl -lcrypto >> LDFLAGS
Building with SSL and plaintext passwords disabled unless SSL/TLS
echo " mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >> linkage.c
cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make osx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mail.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` misc.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` newsrc.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` smanager.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` utf8.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` utf8aux.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` siglocal.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` dummy.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` pseudo.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` netmsg.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` flstring.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` fdstring.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` rfc822.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` nntp.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` smtp.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` imap4r1.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` pop3.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` unix.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mbx.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mmdf.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` tenex.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mtx.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` news.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` phile.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mh.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mx.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat CCTYPE` -c `cat CFLAGS` mix.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
sh -c 'rm -rf c-client.a || true'
ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o smtp.o imap4r1.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o mix.o;ranlib c-client.a
echo osx > OSTYPE
touch rebuild
sh -c 'rm -rf rebuild || true'
Building bundled tools...
cd mtest;make
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o mtest.o mtest.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd ipopd;make
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o ipop2d.o ipop2d.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o ipop2d ipop2d.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o ipop3d.o ipop3d.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o ipop3d ipop3d.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd imapd;make
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -DANOFILE=\"/etc/anonymous.newsgroups\" -DALERTFILE=\"/etc/imapd.alert\" -DNNTPFILE=\"/etc/imapd.nntp\" -DUSERALERTFILE=\".imapalert\" -DSHUTDOWNFILE=\"/etc/nologin\" -c -o imapd.o imapd.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -DANOFILE=\"/etc/anonymous.newsgroups\" -DALERTFILE=\"/etc/imapd.alert\" -DNNTPFILE=\"/etc/imapd.nntp\" -DUSERALERTFILE=\".imapalert\" -DSHUTDOWNFILE=\"/etc/nologin\" -o imapd imapd.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd mailutil;make
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o mailutil.o mailutil.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mailutil mailutil.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd mlock;make || true
`cat ../c-client/CCTYPE` `cat ../c-client/CFLAGS` -c -o mlock.o mlock.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` `cat ../c-client/CFLAGS` -o mlock mlock.o
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd dmail;make || true
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o dmail.o dmail.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o dquota.o dquota.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o dmail dmail.o dquota.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
cd tmail;make || true
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o tmail.o tmail.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c -o tquota.o tquota.c
brew: superenv removed: -g -O2 -Wno-pointer-sign
`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o tmail tmail.o tquota.o ../c-client/c-client.a `cat ../c-client/LDFLAGS`
brew: superenv removed: -g -O2 -Wno-pointer-sign
/usr/local/Library/ENV/4.3/make install-recursive
Making install in m4
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in po
if test "alpine" = "gettext-tools"; then \
/bin/sh .././mkinstalldirs /usr/local/Cellar/alpine/2.00/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/alpine/2.00/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/alpine/2.00/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in pith
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT help_h_gen.o -MD -MP -MF .deps/help_h_gen.Tpo -c -o help_h_gen.o help_h_gen.c
brew: superenv removed: -g -O2
mv -f .deps/help_h_gen.Tpo .deps/help_h_gen.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 -o help_h_gen help_h_gen.o
mkdir .libs
cc -D_THREAD_SAFE -Dbsd -g -O2 -o help_h_gen help_h_gen.o
brew: superenv removed: -g -O2
./help_h_gen < pine.hlp > helptext.h
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT help_c_gen.o -MD -MP -MF .deps/help_c_gen.Tpo -c -o help_c_gen.o help_c_gen.c
brew: superenv removed: -g -O2
mv -f .deps/help_c_gen.Tpo .deps/help_c_gen.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 -o help_c_gen help_c_gen.o
cc -D_THREAD_SAFE -Dbsd -g -O2 -o help_c_gen help_c_gen.o
brew: superenv removed: -g -O2
./help_c_gen < pine.hlp > helptext.c
/usr/local/Library/ENV/4.3/make install-recursive
Making install in osdep
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT bldpath.o -MD -MP -MF .deps/bldpath.Tpo -c -o bldpath.o bldpath.c
brew: superenv removed: -g -O2
mv -f .deps/bldpath.Tpo .deps/bldpath.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT canaccess.o -MD -MP -MF .deps/canaccess.Tpo -c -o canaccess.o canaccess.c
brew: superenv removed: -g -O2
mv -f .deps/canaccess.Tpo .deps/canaccess.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT canonicl.o -MD -MP -MF .deps/canonicl.Tpo -c -o canonicl.o canonicl.c
brew: superenv removed: -g -O2
mv -f .deps/canonicl.Tpo .deps/canonicl.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT collate.o -MD -MP -MF .deps/collate.Tpo -c -o collate.o collate.c
brew: superenv removed: -g -O2
mv -f .deps/collate.Tpo .deps/collate.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
brew: superenv removed: -g -O2
mv -f .deps/color.Tpo .deps/color.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT coredump.o -MD -MP -MF .deps/coredump.Tpo -c -o coredump.o coredump.c
brew: superenv removed: -g -O2
mv -f .deps/coredump.Tpo .deps/coredump.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT creatdir.o -MD -MP -MF .deps/creatdir.Tpo -c -o creatdir.o creatdir.c
brew: superenv removed: -g -O2
mv -f .deps/creatdir.Tpo .deps/creatdir.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT debugtime.o -MD -MP -MF .deps/debugtime.Tpo -c -o debugtime.o debugtime.c
brew: superenv removed: -g -O2
mv -f .deps/debugtime.Tpo .deps/debugtime.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT domnames.o -MD -MP -MF .deps/domnames.Tpo -c -o domnames.o domnames.c
brew: superenv removed: -g -O2
mv -f .deps/domnames.Tpo .deps/domnames.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT err_desc.o -MD -MP -MF .deps/err_desc.Tpo -c -o err_desc.o err_desc.c
brew: superenv removed: -g -O2
mv -f .deps/err_desc.Tpo .deps/err_desc.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT fgetpos.o -MD -MP -MF .deps/fgetpos.Tpo -c -o fgetpos.o fgetpos.c
brew: superenv removed: -g -O2
mv -f .deps/fgetpos.Tpo .deps/fgetpos.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT filesize.o -MD -MP -MF .deps/filesize.Tpo -c -o filesize.o filesize.c
brew: superenv removed: -g -O2
mv -f .deps/filesize.Tpo .deps/filesize.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT fnexpand.o -MD -MP -MF .deps/fnexpand.Tpo -c -o fnexpand.o fnexpand.c
brew: superenv removed: -g -O2
mv -f .deps/fnexpand.Tpo .deps/fnexpand.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT hostname.o -MD -MP -MF .deps/hostname.Tpo -c -o hostname.o hostname.c
brew: superenv removed: -g -O2
mv -f .deps/hostname.Tpo .deps/hostname.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT lstcmpnt.o -MD -MP -MF .deps/lstcmpnt.Tpo -c -o lstcmpnt.o lstcmpnt.c
brew: superenv removed: -g -O2
mv -f .deps/lstcmpnt.Tpo .deps/lstcmpnt.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mimedisp.o -MD -MP -MF .deps/mimedisp.Tpo -c -o mimedisp.o mimedisp.c
brew: superenv removed: -g -O2
mv -f .deps/mimedisp.Tpo .deps/mimedisp.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pipe.o -MD -MP -MF .deps/pipe.Tpo -c -o pipe.o pipe.c
brew: superenv removed: -g -O2
mv -f .deps/pipe.Tpo .deps/pipe.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pw_stuff.o -MD -MP -MF .deps/pw_stuff.Tpo -c -o pw_stuff.o pw_stuff.c
brew: superenv removed: -g -O2
mv -f .deps/pw_stuff.Tpo .deps/pw_stuff.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o rename.c
brew: superenv removed: -g -O2
mv -f .deps/rename.Tpo .deps/rename.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT tempfile.o -MD -MP -MF .deps/tempfile.Tpo -c -o tempfile.o tempfile.c
brew: superenv removed: -g -O2
mv -f .deps/tempfile.Tpo .deps/tempfile.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT temp_nam.o -MD -MP -MF .deps/temp_nam.Tpo -c -o temp_nam.o temp_nam.c
brew: superenv removed: -g -O2
mv -f .deps/temp_nam.Tpo .deps/temp_nam.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT writ_dir.o -MD -MP -MF .deps/writ_dir.Tpo -c -o writ_dir.o writ_dir.c
brew: superenv removed: -g -O2
mv -f .deps/writ_dir.Tpo .deps/writ_dir.Po
rm -f libpithosd.a
/usr/bin/ar cru libpithosd.a bldpath.o canaccess.o canonicl.o collate.o color.o coredump.o creatdir.o debugtime.o domnames.o err_desc.o fgetpos.o filesize.o fnexpand.o hostname.o lstcmpnt.o mimedisp.o pipe.o pw_stuff.o rename.o tempfile.o temp_nam.o writ_dir.o
ranlib libpithosd.a
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in charconv
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT filesys.o -MD -MP -MF .deps/filesys.Tpo -c -o filesys.o filesys.c
brew: superenv removed: -g -O2
mv -f .deps/filesys.Tpo .deps/filesys.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT utf8.o -MD -MP -MF .deps/utf8.Tpo -c -o utf8.o utf8.c
brew: superenv removed: -g -O2
mv -f .deps/utf8.Tpo .deps/utf8.Po
rm -f libpithcc.a
/usr/bin/ar cru libpithcc.a filesys.o utf8.o
ranlib libpithcc.a
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT ablookup.o -MD -MP -MF .deps/ablookup.Tpo -c -o ablookup.o ablookup.c
brew: superenv removed: -g -O2
mv -f .deps/ablookup.Tpo .deps/ablookup.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT abdlc.o -MD -MP -MF .deps/abdlc.Tpo -c -o abdlc.o abdlc.c
brew: superenv removed: -g -O2
mv -f .deps/abdlc.Tpo .deps/abdlc.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT addrbook.o -MD -MP -MF .deps/addrbook.Tpo -c -o addrbook.o addrbook.c
brew: superenv removed: -g -O2
mv -f .deps/addrbook.Tpo .deps/addrbook.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT addrstring.o -MD -MP -MF .deps/addrstring.Tpo -c -o addrstring.o addrstring.c
brew: superenv removed: -g -O2
mv -f .deps/addrstring.Tpo .deps/addrstring.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT adrbklib.o -MD -MP -MF .deps/adrbklib.Tpo -c -o adrbklib.o adrbklib.c
brew: superenv removed: -g -O2
mv -f .deps/adrbklib.Tpo .deps/adrbklib.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT bldaddr.o -MD -MP -MF .deps/bldaddr.Tpo -c -o bldaddr.o bldaddr.c
brew: superenv removed: -g -O2
mv -f .deps/bldaddr.Tpo .deps/bldaddr.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT charset.o -MD -MP -MF .deps/charset.Tpo -c -o charset.o charset.c
brew: superenv removed: -g -O2
mv -f .deps/charset.Tpo .deps/charset.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
brew: superenv removed: -g -O2
mv -f .deps/color.Tpo .deps/color.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o conf.c
brew: superenv removed: -g -O2
mv -f .deps/conf.Tpo .deps/conf.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT context.o -MD -MP -MF .deps/context.Tpo -c -o context.o context.c
brew: superenv removed: -g -O2
mv -f .deps/context.Tpo .deps/context.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT copyaddr.o -MD -MP -MF .deps/copyaddr.Tpo -c -o copyaddr.o copyaddr.c
brew: superenv removed: -g -O2
mv -f .deps/copyaddr.Tpo .deps/copyaddr.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT detoken.o -MD -MP -MF .deps/detoken.Tpo -c -o detoken.o detoken.c
brew: superenv removed: -g -O2
mv -f .deps/detoken.Tpo .deps/detoken.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT detach.o -MD -MP -MF .deps/detach.Tpo -c -o detach.o detach.c
brew: superenv removed: -g -O2
mv -f .deps/detach.Tpo .deps/detach.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT editorial.o -MD -MP -MF .deps/editorial.Tpo -c -o editorial.o editorial.c
brew: superenv removed: -g -O2
mv -f .deps/editorial.Tpo .deps/editorial.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT escapes.o -MD -MP -MF .deps/escapes.Tpo -c -o escapes.o escapes.c
brew: superenv removed: -g -O2
mv -f .deps/escapes.Tpo .deps/escapes.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c
brew: superenv removed: -g -O2
mv -f .deps/filter.Tpo .deps/filter.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT flag.o -MD -MP -MF .deps/flag.Tpo -c -o flag.o flag.c
brew: superenv removed: -g -O2
mv -f .deps/flag.Tpo .deps/flag.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT folder.o -MD -MP -MF .deps/folder.Tpo -c -o folder.o folder.c
brew: superenv removed: -g -O2
mv -f .deps/folder.Tpo .deps/folder.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT handle.o -MD -MP -MF .deps/handle.Tpo -c -o handle.o handle.c
brew: superenv removed: -g -O2
mv -f .deps/handle.Tpo .deps/handle.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
brew: superenv removed: -g -O2
mv -f .deps/help.Tpo .deps/help.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT helpindx.o -MD -MP -MF .deps/helpindx.Tpo -c -o helpindx.o helpindx.c
brew: superenv removed: -g -O2
mv -f .deps/helpindx.Tpo .deps/helpindx.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o hist.c
brew: superenv removed: -g -O2
mv -f .deps/hist.Tpo .deps/hist.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT icache.o -MD -MP -MF .deps/icache.Tpo -c -o icache.o icache.c
brew: superenv removed: -g -O2
mv -f .deps/icache.Tpo .deps/icache.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT imap.o -MD -MP -MF .deps/imap.Tpo -c -o imap.o imap.c
brew: superenv removed: -g -O2
mv -f .deps/imap.Tpo .deps/imap.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
brew: superenv removed: -g -O2
mv -f .deps/init.Tpo .deps/init.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT keyword.o -MD -MP -MF .deps/keyword.Tpo -c -o keyword.o keyword.c
brew: superenv removed: -g -O2
mv -f .deps/keyword.Tpo .deps/keyword.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT ldap.o -MD -MP -MF .deps/ldap.Tpo -c -o ldap.o ldap.c
brew: superenv removed: -g -O2
mv -f .deps/ldap.Tpo .deps/ldap.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
brew: superenv removed: -g -O2
mv -f .deps/list.Tpo .deps/list.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mailcap.o -MD -MP -MF .deps/mailcap.Tpo -c -o mailcap.o mailcap.c
brew: superenv removed: -g -O2
mv -f .deps/mailcap.Tpo .deps/mailcap.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mailcmd.o -MD -MP -MF .deps/mailcmd.Tpo -c -o mailcmd.o mailcmd.c
brew: superenv removed: -g -O2
mv -f .deps/mailcmd.Tpo .deps/mailcmd.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mailindx.o -MD -MP -MF .deps/mailindx.Tpo -c -o mailindx.o mailindx.c
brew: superenv removed: -g -O2
mv -f .deps/mailindx.Tpo .deps/mailindx.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT maillist.o -MD -MP -MF .deps/maillist.Tpo -c -o maillist.o maillist.c
brew: superenv removed: -g -O2
mv -f .deps/maillist.Tpo .deps/maillist.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mailview.o -MD -MP -MF .deps/mailview.Tpo -c -o mailview.o mailview.c
brew: superenv removed: -g -O2
mv -f .deps/mailview.Tpo .deps/mailview.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT margin.o -MD -MP -MF .deps/margin.Tpo -c -o margin.o margin.c
brew: superenv removed: -g -O2
mv -f .deps/margin.Tpo .deps/margin.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mimedesc.o -MD -MP -MF .deps/mimedesc.Tpo -c -o mimedesc.o mimedesc.c
brew: superenv removed: -g -O2
mv -f .deps/mimedesc.Tpo .deps/mimedesc.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mimetype.o -MD -MP -MF .deps/mimetype.Tpo -c -o mimetype.o mimetype.c
brew: superenv removed: -g -O2
mv -f .deps/mimetype.Tpo .deps/mimetype.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT msgno.o -MD -MP -MF .deps/msgno.Tpo -c -o msgno.o msgno.c
brew: superenv removed: -g -O2
mv -f .deps/msgno.Tpo .deps/msgno.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT newmail.o -MD -MP -MF .deps/newmail.Tpo -c -o newmail.o newmail.c
brew: superenv removed: -g -O2
mv -f .deps/newmail.Tpo .deps/newmail.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT news.o -MD -MP -MF .deps/news.Tpo -c -o news.o news.c
brew: superenv removed: -g -O2
mv -f .deps/news.Tpo .deps/news.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pattern.o -MD -MP -MF .deps/pattern.Tpo -c -o pattern.o pattern.c
brew: superenv removed: -g -O2
mv -f .deps/pattern.Tpo .deps/pattern.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pipe.o -MD -MP -MF .deps/pipe.Tpo -c -o pipe.o pipe.c
brew: superenv removed: -g -O2
mv -f .deps/pipe.Tpo .deps/pipe.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT readfile.o -MD -MP -MF .deps/readfile.Tpo -c -o readfile.o readfile.c
brew: superenv removed: -g -O2
mv -f .deps/readfile.Tpo .deps/readfile.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT remote.o -MD -MP -MF .deps/remote.Tpo -c -o remote.o remote.c
brew: superenv removed: -g -O2
mv -f .deps/remote.Tpo .deps/remote.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT reply.o -MD -MP -MF .deps/reply.Tpo -c -o reply.o reply.c
brew: superenv removed: -g -O2
mv -f .deps/reply.Tpo .deps/reply.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT rfc2231.o -MD -MP -MF .deps/rfc2231.Tpo -c -o rfc2231.o rfc2231.c
brew: superenv removed: -g -O2
mv -f .deps/rfc2231.Tpo .deps/rfc2231.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT save.o -MD -MP -MF .deps/save.Tpo -c -o save.o save.c
brew: superenv removed: -g -O2
mv -f .deps/save.Tpo .deps/save.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c
brew: superenv removed: -g -O2
mv -f .deps/search.Tpo .deps/search.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT sequence.o -MD -MP -MF .deps/sequence.Tpo -c -o sequence.o sequence.c
brew: superenv removed: -g -O2
mv -f .deps/sequence.Tpo .deps/sequence.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT send.o -MD -MP -MF .deps/send.Tpo -c -o send.o send.c
brew: superenv removed: -g -O2
mv -f .deps/send.Tpo .deps/send.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT sort.o -MD -MP -MF .deps/sort.Tpo -c -o sort.o sort.c
brew: superenv removed: -g -O2
mv -f .deps/sort.Tpo .deps/sort.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT state.o -MD -MP -MF .deps/state.Tpo -c -o state.o state.c
brew: superenv removed: -g -O2
mv -f .deps/state.Tpo .deps/state.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c
brew: superenv removed: -g -O2
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.c
brew: superenv removed: -g -O2
mv -f .deps/store.Tpo .deps/store.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT stream.o -MD -MP -MF .deps/stream.Tpo -c -o stream.o stream.c
brew: superenv removed: -g -O2
mv -f .deps/stream.Tpo .deps/stream.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT string.o -MD -MP -MF .deps/string.Tpo -c -o string.o string.c
brew: superenv removed: -g -O2
mv -f .deps/string.Tpo .deps/string.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT strlst.o -MD -MP -MF .deps/strlst.Tpo -c -o strlst.o strlst.c
brew: superenv removed: -g -O2
mv -f .deps/strlst.Tpo .deps/strlst.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT takeaddr.o -MD -MP -MF .deps/takeaddr.Tpo -c -o takeaddr.o takeaddr.c
brew: superenv removed: -g -O2
mv -f .deps/takeaddr.Tpo .deps/takeaddr.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT tempfile.o -MD -MP -MF .deps/tempfile.Tpo -c -o tempfile.o tempfile.c
brew: superenv removed: -g -O2
mv -f .deps/tempfile.Tpo .deps/tempfile.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c
brew: superenv removed: -g -O2
mv -f .deps/text.Tpo .deps/text.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT thread.o -MD -MP -MF .deps/thread.Tpo -c -o thread.o thread.c
brew: superenv removed: -g -O2
mv -f .deps/thread.Tpo .deps/thread.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT adjtime.o -MD -MP -MF .deps/adjtime.Tpo -c -o adjtime.o adjtime.c
brew: superenv removed: -g -O2
mv -f .deps/adjtime.Tpo .deps/adjtime.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT url.o -MD -MP -MF .deps/url.Tpo -c -o url.o url.c
brew: superenv removed: -g -O2
mv -f .deps/url.Tpo .deps/url.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
brew: superenv removed: -g -O2
mv -f .deps/util.Tpo .deps/util.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT helptext.o -MD -MP -MF .deps/helptext.Tpo -c -o helptext.o helptext.c
brew: superenv removed: -g -O2
mv -f .deps/helptext.Tpo .deps/helptext.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT smkeys.o -MD -MP -MF .deps/smkeys.Tpo -c -o smkeys.o smkeys.c
brew: superenv removed: -g -O2
mv -f .deps/smkeys.Tpo .deps/smkeys.Po
cc -DHAVE_CONFIG_H -I../include -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT smime.o -MD -MP -MF .deps/smime.Tpo -c -o smime.o smime.c
brew: superenv removed: -g -O2
mv -f .deps/smime.Tpo .deps/smime.Po
rm -f libpith.a
/usr/bin/ar cru libpith.a ablookup.o abdlc.o addrbook.o addrstring.o adrbklib.o bldaddr.o charset.o color.o conf.o context.o copyaddr.o detoken.o detach.o editorial.o escapes.o filter.o flag.o folder.o handle.o help.o helpindx.o hist.o icache.o imap.o init.o keyword.o ldap.o list.o mailcap.o mailcmd.o mailindx.o maillist.o mailview.o margin.o mimedesc.o mimetype.o msgno.o newmail.o news.o pattern.o pipe.o readfile.o remote.o reply.o rfc2231.o save.o search.o sequence.o send.o sort.o state.o status.o store.o stream.o string.o strlst.o takeaddr.o tempfile.o text.o thread.o adjtime.o url.o util.o helptext.o smkeys.o smime.o
ranlib libpith.a
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in pico
Making install in osdep
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT altedit.o -MD -MP -MF .deps/altedit.Tpo -c -o altedit.o altedit.c
brew: superenv removed: -g -O2
mv -f .deps/altedit.Tpo .deps/altedit.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT chkpoint.o -MD -MP -MF .deps/chkpoint.Tpo -c -o chkpoint.o chkpoint.c
brew: superenv removed: -g -O2
mv -f .deps/chkpoint.Tpo .deps/chkpoint.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
brew: superenv removed: -g -O2
mv -f .deps/color.Tpo .deps/color.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT filesys.o -MD -MP -MF .deps/filesys.Tpo -c -o filesys.o filesys.c
brew: superenv removed: -g -O2
mv -f .deps/filesys.Tpo .deps/filesys.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT fsync.o -MD -MP -MF .deps/fsync.Tpo -c -o fsync.o fsync.c
brew: superenv removed: -g -O2
mv -f .deps/fsync.Tpo .deps/fsync.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT getkey.o -MD -MP -MF .deps/getkey.Tpo -c -o getkey.o getkey.c
brew: superenv removed: -g -O2
mv -f .deps/getkey.Tpo .deps/getkey.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT mouse.o -MD -MP -MF .deps/mouse.Tpo -c -o mouse.o mouse.c
brew: superenv removed: -g -O2
mv -f .deps/mouse.Tpo .deps/mouse.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT newmail.o -MD -MP -MF .deps/newmail.Tpo -c -o newmail.o newmail.c
brew: superenv removed: -g -O2
mv -f .deps/newmail.Tpo .deps/newmail.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c
brew: superenv removed: -g -O2
mv -f .deps/popen.Tpo .deps/popen.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT raw.o -MD -MP -MF .deps/raw.Tpo -c -o raw.o raw.c
brew: superenv removed: -g -O2
mv -f .deps/raw.Tpo .deps/raw.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT read.o -MD -MP -MF .deps/read.Tpo -c -o read.o read.c
brew: superenv removed: -g -O2
mv -f .deps/read.Tpo .deps/read.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT shell.o -MD -MP -MF .deps/shell.Tpo -c -o shell.o shell.c
brew: superenv removed: -g -O2
mv -f .deps/shell.Tpo .deps/shell.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT signals.o -MD -MP -MF .deps/signals.Tpo -c -o signals.o signals.c
brew: superenv removed: -g -O2
mv -f .deps/signals.Tpo .deps/signals.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT spell.o -MD -MP -MF .deps/spell.Tpo -c -o spell.o spell.c
brew: superenv removed: -g -O2
mv -f .deps/spell.Tpo .deps/spell.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT terminal.o -MD -MP -MF .deps/terminal.Tpo -c -o terminal.o terminal.c
brew: superenv removed: -g -O2
mv -f .deps/terminal.Tpo .deps/terminal.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT truncate.o -MD -MP -MF .deps/truncate.Tpo -c -o truncate.o truncate.c
brew: superenv removed: -g -O2
mv -f .deps/truncate.Tpo .deps/truncate.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT tty.o -MD -MP -MF .deps/tty.Tpo -c -o tty.o tty.c
brew: superenv removed: -g -O2
mv -f .deps/tty.Tpo .deps/tty.Po
rm -f libpicoosd.a
/usr/bin/ar cru libpicoosd.a altedit.o chkpoint.o color.o filesys.o fsync.o getkey.o mouse.o newmail.o popen.o raw.o read.o shell.o signals.o spell.o terminal.o truncate.o tty.o
/usr/bin/ranlib: file: libpicoosd.a(fsync.o) has no symbols
/usr/bin/ranlib: file: libpicoosd.a(truncate.o) has no symbols
ranlib libpicoosd.a
ranlib: file: libpicoosd.a(fsync.o) has no symbols
ranlib: file: libpicoosd.a(truncate.o) has no symbols
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT attach.o -MD -MP -MF .deps/attach.Tpo -c -o attach.o attach.c
brew: superenv removed: -g -O2
mv -f .deps/attach.Tpo .deps/attach.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT basic.o -MD -MP -MF .deps/basic.Tpo -c -o basic.o basic.c
brew: superenv removed: -g -O2
mv -f .deps/basic.Tpo .deps/basic.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT bind.o -MD -MP -MF .deps/bind.Tpo -c -o bind.o bind.c
brew: superenv removed: -g -O2
mv -f .deps/bind.Tpo .deps/bind.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT browse.o -MD -MP -MF .deps/browse.Tpo -c -o browse.o browse.c
brew: superenv removed: -g -O2
mv -f .deps/browse.Tpo .deps/browse.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.c
brew: superenv removed: -g -O2
mv -f .deps/buffer.Tpo .deps/buffer.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT composer.o -MD -MP -MF .deps/composer.Tpo -c -o composer.o composer.c
brew: superenv removed: -g -O2
mv -f .deps/composer.Tpo .deps/composer.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.c
brew: superenv removed: -g -O2
mv -f .deps/display.Tpo .deps/display.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
brew: superenv removed: -g -O2
mv -f .deps/file.Tpo .deps/file.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT fileio.o -MD -MP -MF .deps/fileio.Tpo -c -o fileio.o fileio.c
brew: superenv removed: -g -O2
mv -f .deps/fileio.Tpo .deps/fileio.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT line.o -MD -MP -MF .deps/line.Tpo -c -o line.o line.c
brew: superenv removed: -g -O2
mv -f .deps/line.Tpo .deps/line.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pico.o -MD -MP -MF .deps/pico.Tpo -c -o pico.o pico.c
brew: superenv removed: -g -O2
mv -f .deps/pico.Tpo .deps/pico.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c
brew: superenv removed: -g -O2
mv -f .deps/random.Tpo .deps/random.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT region.o -MD -MP -MF .deps/region.Tpo -c -o region.o region.c
brew: superenv removed: -g -O2
mv -f .deps/region.Tpo .deps/region.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c
brew: superenv removed: -g -O2
mv -f .deps/search.Tpo .deps/search.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
brew: superenv removed: -g -O2
mv -f .deps/window.Tpo .deps/window.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT word.o -MD -MP -MF .deps/word.Tpo -c -o word.o word.c
brew: superenv removed: -g -O2
mv -f .deps/word.Tpo .deps/word.Po
rm -f libpico.a
/usr/bin/ar cru libpico.a attach.o basic.o bind.o browse.o buffer.o composer.o display.o file.o fileio.o line.o pico.o random.o region.o search.o window.o word.o
ranlib libpico.a
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
brew: superenv removed: -g -O2
mv -f .deps/main.Tpo .deps/main.Po
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT utf8stub.o -MD -MP -MF .deps/utf8stub.Tpo -c -o utf8stub.o utf8stub.c
brew: superenv removed: -g -O2
mv -f .deps/utf8stub.Tpo .deps/utf8stub.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 -o pico main.o utf8stub.o ../c-client/utf8.o libpico.a osdep/libpicoosd.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
mkdir .libs
cc -D_THREAD_SAFE -Dbsd -g -O2 -o pico main.o utf8stub.o ../c-client/utf8.o -framework Carbon -framework ApplicationServices -framework Security libpico.a osdep/libpicoosd.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a -ltcl -lgssapi_krb5 -lncurses -llber -lssl
brew: superenv removed: -g -O2
cc -DHAVE_CONFIG_H -I../include -D_THREAD_SAFE -Dbsd -g -O2 -MT pilot.o -MD -MP -MF .deps/pilot.Tpo -c -o pilot.o pilot.c
brew: superenv removed: -g -O2
mv -f .deps/pilot.Tpo .deps/pilot.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 -o pilot pilot.o utf8stub.o ../c-client/utf8.o libpico.a osdep/libpicoosd.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
cc -D_THREAD_SAFE -Dbsd -g -O2 -o pilot pilot.o utf8stub.o ../c-client/utf8.o -framework Carbon -framework ApplicationServices -framework Security libpico.a osdep/libpicoosd.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a -ltcl -lgssapi_krb5 -lncurses -llber -lssl
brew: superenv removed: -g -O2
test -z "/usr/local/Cellar/alpine/2.00/bin" || .././install-sh -c -d "/usr/local/Cellar/alpine/2.00/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'pico' '/usr/local/Cellar/alpine/2.00/bin/pico'
/usr/bin/install -c pico /usr/local/Cellar/alpine/2.00/bin/pico
/bin/sh ../libtool --mode=install /usr/bin/install -c 'pilot' '/usr/local/Cellar/alpine/2.00/bin/pilot'
/usr/bin/install -c pilot /usr/local/Cellar/alpine/2.00/bin/pilot
make[4]: Nothing to be done for `install-data-am'.
Making install in alpine
echo "char datestamp[]="\"`date`\"";" > date.c
echo "char hoststamp[]="\"`hostname`\"";" >> date.c
/usr/local/Library/ENV/4.3/make install-recursive
Making install in osdep
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT chnge_pw.o -MD -MP -MF .deps/chnge_pw.Tpo -c -o chnge_pw.o chnge_pw.c
brew: superenv removed: -g -O2
mv -f .deps/chnge_pw.Tpo .deps/chnge_pw.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT debuging.o -MD -MP -MF .deps/debuging.Tpo -c -o debuging.o debuging.c
brew: superenv removed: -g -O2
mv -f .deps/debuging.Tpo .deps/debuging.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT diskquot.non.o -MD -MP -MF .deps/diskquot.non.Tpo -c -o diskquot.non.o diskquot.non.c
brew: superenv removed: -g -O2
mv -f .deps/diskquot.non.Tpo .deps/diskquot.non.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT execview.o -MD -MP -MF .deps/execview.Tpo -c -o execview.o execview.c
brew: superenv removed: -g -O2
mv -f .deps/execview.Tpo .deps/execview.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT fltrname.o -MD -MP -MF .deps/fltrname.Tpo -c -o fltrname.o fltrname.c
brew: superenv removed: -g -O2
mv -f .deps/fltrname.Tpo .deps/fltrname.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT jobcntrl.o -MD -MP -MF .deps/jobcntrl.Tpo -c -o jobcntrl.o jobcntrl.c
brew: superenv removed: -g -O2
mv -f .deps/jobcntrl.Tpo .deps/jobcntrl.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c
brew: superenv removed: -g -O2
mv -f .deps/print.Tpo .deps/print.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT termin.gen.o -MD -MP -MF .deps/termin.gen.Tpo -c -o termin.gen.o termin.gen.c
brew: superenv removed: -g -O2
mv -f .deps/termin.gen.Tpo .deps/termin.gen.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT termin.unx.o -MD -MP -MF .deps/termin.unx.Tpo -c -o termin.unx.o termin.unx.c
brew: superenv removed: -g -O2
mv -f .deps/termin.unx.Tpo .deps/termin.unx.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT termout.gen.o -MD -MP -MF .deps/termout.gen.Tpo -c -o termout.gen.o termout.gen.c
brew: superenv removed: -g -O2
mv -f .deps/termout.gen.Tpo .deps/termout.gen.Po
cc -DHAVE_CONFIG_H -I../../include -I../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT termout.unx.o -MD -MP -MF .deps/termout.unx.Tpo -c -o termout.unx.o termout.unx.c
brew: superenv removed: -g -O2
mv -f .deps/termout.unx.Tpo .deps/termout.unx.Po
rm -f libpineosd.a
/usr/bin/ar cru libpineosd.a chnge_pw.o debuging.o diskquot.non.o execview.o fltrname.o jobcntrl.o print.o termin.gen.o termin.unx.o termout.gen.o termout.unx.o
/usr/bin/ranlib: file: libpineosd.a(debuging.o) has no symbols
/usr/bin/ranlib: file: libpineosd.a(diskquot.non.o) has no symbols
ranlib libpineosd.a
ranlib: file: libpineosd.a(debuging.o) has no symbols
ranlib: file: libpineosd.a(diskquot.non.o) has no symbols
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT addrbook.o -MD -MP -MF .deps/addrbook.Tpo -c -o addrbook.o addrbook.c
brew: superenv removed: -g -O2
mv -f .deps/addrbook.Tpo .deps/addrbook.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT adrbkcmd.o -MD -MP -MF .deps/adrbkcmd.Tpo -c -o adrbkcmd.o adrbkcmd.c
brew: superenv removed: -g -O2
mv -f .deps/adrbkcmd.Tpo .deps/adrbkcmd.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT after.o -MD -MP -MF .deps/after.Tpo -c -o after.o after.c
brew: superenv removed: -g -O2
mv -f .deps/after.Tpo .deps/after.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT alpine.o -MD -MP -MF .deps/alpine.Tpo -c -o alpine.o alpine.c
brew: superenv removed: -g -O2
mv -f .deps/alpine.Tpo .deps/alpine.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT arg.o -MD -MP -MF .deps/arg.Tpo -c -o arg.o arg.c
brew: superenv removed: -g -O2
mv -f .deps/arg.Tpo .deps/arg.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT busy.o -MD -MP -MF .deps/busy.Tpo -c -o busy.o busy.c
brew: superenv removed: -g -O2
mv -f .deps/busy.Tpo .deps/busy.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT colorconf.o -MD -MP -MF .deps/colorconf.Tpo -c -o colorconf.o colorconf.c
brew: superenv removed: -g -O2
mv -f .deps/colorconf.Tpo .deps/colorconf.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT confscroll.o -MD -MP -MF .deps/confscroll.Tpo -c -o confscroll.o confscroll.c
brew: superenv removed: -g -O2
mv -f .deps/confscroll.Tpo .deps/confscroll.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT context.o -MD -MP -MF .deps/context.Tpo -c -o context.o context.c
brew: superenv removed: -g -O2
mv -f .deps/context.Tpo .deps/context.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT dispfilt.o -MD -MP -MF .deps/dispfilt.Tpo -c -o dispfilt.o dispfilt.c
brew: superenv removed: -g -O2
mv -f .deps/dispfilt.Tpo .deps/dispfilt.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT flagmaint.o -MD -MP -MF .deps/flagmaint.Tpo -c -o flagmaint.o flagmaint.c
brew: superenv removed: -g -O2
mv -f .deps/flagmaint.Tpo .deps/flagmaint.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT folder.o -MD -MP -MF .deps/folder.Tpo -c -o folder.o folder.c
brew: superenv removed: -g -O2
mv -f .deps/folder.Tpo .deps/folder.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
brew: superenv removed: -g -O2
mv -f .deps/help.Tpo .deps/help.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT imap.o -MD -MP -MF .deps/imap.Tpo -c -o imap.o imap.c
brew: superenv removed: -g -O2
mv -f .deps/imap.Tpo .deps/imap.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
brew: superenv removed: -g -O2
mv -f .deps/init.Tpo .deps/init.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT kblock.o -MD -MP -MF .deps/kblock.Tpo -c -o kblock.o kblock.c
brew: superenv removed: -g -O2
mv -f .deps/kblock.Tpo .deps/kblock.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT keymenu.o -MD -MP -MF .deps/keymenu.Tpo -c -o keymenu.o keymenu.c
brew: superenv removed: -g -O2
mv -f .deps/keymenu.Tpo .deps/keymenu.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT ldapconf.o -MD -MP -MF .deps/ldapconf.Tpo -c -o ldapconf.o ldapconf.c
brew: superenv removed: -g -O2
mv -f .deps/ldapconf.Tpo .deps/ldapconf.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT listsel.o -MD -MP -MF .deps/listsel.Tpo -c -o listsel.o listsel.c
brew: superenv removed: -g -O2
mv -f .deps/listsel.Tpo .deps/listsel.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT mailcmd.o -MD -MP -MF .deps/mailcmd.Tpo -c -o mailcmd.o mailcmd.c
brew: superenv removed: -g -O2
mv -f .deps/mailcmd.Tpo .deps/mailcmd.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT mailindx.o -MD -MP -MF .deps/mailindx.Tpo -c -o mailindx.o mailindx.c
brew: superenv removed: -g -O2
mv -f .deps/mailindx.Tpo .deps/mailindx.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT mailpart.o -MD -MP -MF .deps/mailpart.Tpo -c -o mailpart.o mailpart.c
brew: superenv removed: -g -O2
mv -f .deps/mailpart.Tpo .deps/mailpart.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT mailview.o -MD -MP -MF .deps/mailview.Tpo -c -o mailview.o mailview.c
brew: superenv removed: -g -O2
mv -f .deps/mailview.Tpo .deps/mailview.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT newuser.o -MD -MP -MF .deps/newuser.Tpo -c -o newuser.o newuser.c
brew: superenv removed: -g -O2
mv -f .deps/newuser.Tpo .deps/newuser.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT pattern.o -MD -MP -MF .deps/pattern.Tpo -c -o pattern.o pattern.c
brew: superenv removed: -g -O2
mv -f .deps/pattern.Tpo .deps/pattern.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT pipe.o -MD -MP -MF .deps/pipe.Tpo -c -o pipe.o pipe.c
brew: superenv removed: -g -O2
mv -f .deps/pipe.Tpo .deps/pipe.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c
brew: superenv removed: -g -O2
mv -f .deps/print.Tpo .deps/print.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT radio.o -MD -MP -MF .deps/radio.Tpo -c -o radio.o radio.c
brew: superenv removed: -g -O2
mv -f .deps/radio.Tpo .deps/radio.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT remote.o -MD -MP -MF .deps/remote.Tpo -c -o remote.o remote.c
brew: superenv removed: -g -O2
mv -f .deps/remote.Tpo .deps/remote.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT reply.o -MD -MP -MF .deps/reply.Tpo -c -o reply.o reply.c
brew: superenv removed: -g -O2
mv -f .deps/reply.Tpo .deps/reply.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT roleconf.o -MD -MP -MF .deps/roleconf.Tpo -c -o roleconf.o roleconf.c
brew: superenv removed: -g -O2
mv -f .deps/roleconf.Tpo .deps/roleconf.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT send.o -MD -MP -MF .deps/send.Tpo -c -o send.o send.c
brew: superenv removed: -g -O2
mv -f .deps/send.Tpo .deps/send.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT setup.o -MD -MP -MF .deps/setup.Tpo -c -o setup.o setup.c
brew: superenv removed: -g -O2
mv -f .deps/setup.Tpo .deps/setup.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o signal.c
brew: superenv removed: -g -O2
mv -f .deps/signal.Tpo .deps/signal.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c
brew: superenv removed: -g -O2
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT takeaddr.o -MD -MP -MF .deps/takeaddr.Tpo -c -o takeaddr.o takeaddr.c
brew: superenv removed: -g -O2
mv -f .deps/takeaddr.Tpo .deps/takeaddr.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT titlebar.o -MD -MP -MF .deps/titlebar.Tpo -c -o titlebar.o titlebar.c
brew: superenv removed: -g -O2
mv -f .deps/titlebar.Tpo .deps/titlebar.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT smime.o -MD -MP -MF .deps/smime.Tpo -c -o smime.o smime.c
brew: superenv removed: -g -O2
mv -f .deps/smime.Tpo .deps/smime.Po
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT date.o -MD -MP -MF .deps/date.Tpo -c -o date.o date.c
brew: superenv removed: -g -O2
mv -f .deps/date.Tpo .deps/date.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 `cat ../c-client/LDFLAGS` -o alpine addrbook.o adrbkcmd.o after.o alpine.o arg.o busy.o colorconf.o confscroll.o context.o dispfilt.o flagmaint.o folder.o help.o imap.o init.o kblock.o keymenu.o ldapconf.o listsel.o mailcmd.o mailindx.o mailpart.o mailview.o newuser.o pattern.o pipe.o print.o radio.o remote.o reply.o roleconf.o send.o setup.o signal.o status.o takeaddr.o titlebar.o smime.o date.o ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
mkdir .libs
cc -D_THREAD_SAFE -Dbsd -g -O2 -o alpine addrbook.o adrbkcmd.o after.o alpine.o arg.o busy.o colorconf.o confscroll.o context.o dispfilt.o flagmaint.o folder.o help.o imap.o init.o kblock.o keymenu.o ldapconf.o listsel.o mailcmd.o mailindx.o mailpart.o mailview.o newuser.o pattern.o pipe.o print.o radio.o remote.o reply.o roleconf.o send.o setup.o signal.o status.o takeaddr.o titlebar.o smime.o date.o -framework Carbon -framework ApplicationServices -framework Security -L/usr/lib -lkrb5 -lcom_err -lpam -ldl -lcrypto ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lncurses -llber -lssl
brew: superenv removed: -g -O2
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT rpdump.o -MD -MP -MF .deps/rpdump.Tpo -c -o rpdump.o rpdump.c
brew: superenv removed: -g -O2
mv -f .deps/rpdump.Tpo .deps/rpdump.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 `cat ../c-client/LDFLAGS` -o rpdump rpdump.o ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
cc -D_THREAD_SAFE -Dbsd -g -O2 -o rpdump rpdump.o -framework Carbon -framework ApplicationServices -framework Security -L/usr/lib -lkrb5 -lcom_err -lpam -ldl -lcrypto ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lncurses -llber -lssl
brew: superenv removed: -g -O2
cc -DHAVE_CONFIG_H -I../include -I../include -DLOCALEDIR=\"/usr/local/Cellar/alpine/2.00/share/locale\" -D_THREAD_SAFE -Dbsd -g -O2 -MT rpload.o -MD -MP -MF .deps/rpload.Tpo -c -o rpload.o rpload.c
brew: superenv removed: -g -O2
mv -f .deps/rpload.Tpo .deps/rpload.Po
/bin/sh ../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 `cat ../c-client/LDFLAGS` -o rpload rpload.o ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
cc -D_THREAD_SAFE -Dbsd -g -O2 -o rpload rpload.o -framework Carbon -framework ApplicationServices -framework Security -L/usr/lib -lkrb5 -lcom_err -lpam -ldl -lcrypto ../pico/libpico.a ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a -ltcl -lgssapi_krb5 -lncurses -llber -lssl
brew: superenv removed: -g -O2
test -z "/usr/local/Cellar/alpine/2.00/bin" || .././install-sh -c -d "/usr/local/Cellar/alpine/2.00/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'alpine' '/usr/local/Cellar/alpine/2.00/bin/alpine'
/usr/bin/install -c alpine /usr/local/Cellar/alpine/2.00/bin/alpine
/bin/sh ../libtool --mode=install /usr/bin/install -c 'rpdump' '/usr/local/Cellar/alpine/2.00/bin/rpdump'
/usr/bin/install -c rpdump /usr/local/Cellar/alpine/2.00/bin/rpdump
/bin/sh ../libtool --mode=install /usr/bin/install -c 'rpload' '/usr/local/Cellar/alpine/2.00/bin/rpload'
/usr/bin/install -c rpload /usr/local/Cellar/alpine/2.00/bin/rpload
make[5]: Nothing to be done for `install-data-am'.
Making install in web/src/alpined.d
/bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../../../include -I../../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT wpcomm.lo -MD -MP -MF .deps/wpcomm.Tpo -c -o wpcomm.lo wpcomm.c
mkdir .libs
cc -DHAVE_CONFIG_H -I../../../include -I../../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT wpcomm.lo -MD -MP -MF .deps/wpcomm.Tpo -c wpcomm.c -fno-common -DPIC -o .libs/wpcomm.o
brew: superenv removed: -g -O2
cc -DHAVE_CONFIG_H -I../../../include -I../../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT wpcomm.lo -MD -MP -MF .deps/wpcomm.Tpo -c wpcomm.c -o wpcomm.o >/dev/null 2>&1
mv -f .deps/wpcomm.Tpo .deps/wpcomm.Plo
/bin/sh ../../../libtool --tag=CC --mode=link cc -D_THREAD_SAFE -Dbsd -g -O2 -rpath '/private/tmp/alpine-NIaq/alpine-2.00/web/src/alpined.d/../../lib' -version-info 1:0:0 -o libwpcomm.la -rpath /private/tmp/alpine-NIaq/alpine-2.00/web/src/alpined.d/../../lib wpcomm.lo -ltcl -lgssapi_krb5 -lssl -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security
cc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libwpcomm.1.0.0.dylib .libs/wpcomm.o -ltcl -lgssapi_krb5 -lncurses -llber -lssl -framework Carbon -framework ApplicationServices -framework Security -install_name /private/tmp/alpine-NIaq/alpine-2.00/web/src/alpined.d/../../lib/libwpcomm.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0
(cd .libs && rm -f libwpcomm.1.dylib && ln -s libwpcomm.1.0.0.dylib libwpcomm.1.dylib)
(cd .libs && rm -f libwpcomm.dylib && ln -s libwpcomm.1.0.0.dylib libwpcomm.dylib)
ar cru .libs/libwpcomm.a wpcomm.o
ranlib .libs/libwpcomm.a
creating libwpcomm.la
(cd .libs && rm -f libwpcomm.la && ln -s ../libwpcomm.la libwpcomm.la)
cc -DHAVE_CONFIG_H -I../../../include -I../../../include -D_THREAD_SAFE -Dbsd -g -O2 -MT alpined.o -MD -MP -MF .deps/alpined.Tpo -c -o alpined.o alpined.c
brew: superenv removed: -g -O2
alpined.c:754:50: error: no member named 'result' in 'struct Tcl_Interp'
case TCL_OK : peReturn(cs, "OK", interp->result); break;
~~~~~~ ^
alpined.c:755:55: error: no member named 'result' in 'struct Tcl_Interp'
case TCL_ERROR : peReturn(cs, "ERROR", interp->result); break;
~~~~~~ ^
alpined.c:756:55: error: no member named 'result' in 'struct Tcl_Interp'
case TCL_BREAK : peReturn(cs, "BREAK", interp->result); break;
~~~~~~ ^
alpined.c:757:56: error: no member named 'result' in 'struct Tcl_Interp'
case TCL_RETURN : peReturn(cs, "RETURN", interp->result); break;
~~~~~~ ^
4 errors generated.
make[2]: *** [alpined.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
Error: alpine did not build
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 28e36574495188d215d9dd4e0a2ba03e3cbbf397
CPU: quad-core 64-bit sandybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Logs: /Users/parker/Library/Logs/Homebrew/alpine/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment