Opened 19 years ago

Closed 18 years ago

#5101 closed defect (worksforme)

BUG: Mailsync 5.2.1 does not compile

Reported by: mbaxter@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: mww@…, yeled@…, markd@…
Port:

Description

I have duplicated this bug both with the .dmg file distribution of DarwinPorts and with the latest CVS release.

When compiling mailsync 5.2.1 the dependencies (cclient, openssl and zlib) install perfectly but mailsync fails. The following output shows the output including the other ports working.

sudo port install mailsync ---> Fetching zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/ ---> Verifying checksum(s) for zlib ---> Extracting zlib ---> Configuring zlib ---> Building zlib with target all ---> Staging zlib into destroot ---> Packaging tgz archive for zlib 1.2.3_0 ---> Installing zlib 1.2.3_0 ---> Activating zlib 1.2.3_0 ---> Cleaning zlib ---> Fetching openssl ---> Attempting to fetch openssl-0.9.8.tar.gz from http://www.openssl.org/source/ ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl ---> Building openssl with target all ---> Staging openssl into destroot ---> Packaging tgz archive for openssl 0.9.8_1 ---> Installing openssl 0.9.8_1 ---> Activating openssl 0.9.8_1 ---> Cleaning openssl ---> Fetching cclient ---> Attempting to fetch imap-2004g.tar.Z from ftp://ftp.cac.washington.edu/imap/ ---> Verifying checksum(s) for cclient ---> Extracting cclient ---> Configuring cclient ---> Building cclient with target osx EXTRACFLAGS=-fno-common ---> Staging cclient into destroot ---> Packaging tgz archive for cclient 2004g_0 ---> Installing cclient 2004g_0 ---> Activating cclient 2004g_0 ---> Cleaning cclient ---> Fetching mailsync ---> Attempting to fetch mailsync_5.2.1.orig.tar.gz from http://puzzle.dl.sourceforge.net/mailsync ---> Verifying checksum(s) for mailsync ---> Extracting mailsync ---> Applying patches to mailsync ---> Configuring mailsync ---> Building mailsync with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_mail_mailsync/work/ mailsync-5.2.1" && make all" returned error 2 Command output: fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -fno- operator-names -g -O2 -MT channel.o -MD -MP -MF ".deps/channel.Tpo" \

-c -o channel.o test -f 'channel.cc' || echo './'channel.cc; \

then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; \ else rm -f ".deps/channel.Tpo"; exit 1; \ fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -fno- operator-names -g -O2 -MT msgid.o -MD -MP -MF ".deps/msgid.Tpo" \

-c -o msgid.o test -f 'msgid.cc' || echo './'msgid.cc; \

then mv -f ".deps/msgid.Tpo" ".deps/msgid.Po"; \ else rm -f ".deps/msgid.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -g -O2 -MT msgstring.o -MD -MP -MF ".deps/msgstring.Tpo" \

-c -o msgstring.o test -f 'msgstring.c' || echo './'msgstring.c; \

then mv -f ".deps/msgstring.Tpo" ".deps/msgstring.Po"; \ else rm -f ".deps/msgstring.Tpo"; exit 1; \ fi g++ -fno-operator-names -g -O2 -o mailsync mailsync_main.o commandline.o configuration.o types.o mail_handling.o c-client_callbacks.o utils.o store.o channel.o msgid.o msgstring.o /opt/local/ lib/libc-client4.a -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support - lcom_err -lresolv -L/opt/local/lib -lssl -lcrypto /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: gnu_cxx::exchange_and_add(int volatile*, int) std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage std::_Rb_tree_decrement(std::_Rb_tree_node_base*) std::_Rb_tree_increment(std::_Rb_tree_node_base const*) std::_Rb_tree_increment(std::_Rb_tree_node_base*) std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) collect2: ld returned 1 exit status make[2]: * [mailsync] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (12)

comment:1 Changed 19 years ago by mbaxter@…

Cc: mww@… added
Owner: changed from darwinports-bugs@… to mww@…
Summary: Mailsync 5.2.1 does not compileBUG: Mailsync 5.2.1 does not compile

comment:2 Changed 19 years ago by mbaxter@…

(In reply to comment #0)

I should point out that the installing mailsync was done from a cleanly installed DarwinPorts installation on both occasions. This has been my first attempt to use DarwinPorts as I want to use mailsync, up until today I didn't even have the Darwin Build environment on my machine.

comment:3 Changed 19 years ago by yeled@…

Cc: yeled@… added

Are you sure this is 10.4? which Xcode - I assume the default?

comment:4 Changed 19 years ago by mbaxter@…

Definitely 10.4

Xcode 2.1 is installed.

comment:5 Changed 19 years ago by yeled@…

odd, mine just worked from cclient onwards..

comment:6 Changed 19 years ago by mww@…

would you mind compiling the (just submitted) revision 2 that enforces use of dp's openssl? works like a charm here..

comment:7 Changed 19 years ago by mbaxter@…

No, I'm afraid it is still failing:

sudo port clean mailsync ---> Cleaning mailsync sudo port install mailsync ---> Fetching mailsync ---> Verifying checksum(s) for mailsync ---> Extracting mailsync ---> Applying patches to mailsync ---> Configuring mailsync ---> Building mailsync with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_mail_mailsync/work/ mailsync-5.2.1" && make all" returned error 2 Command output: fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -fno- operator-names -g -O2 -MT channel.o -MD -MP -MF ".deps/channel.Tpo" \

-c -o channel.o test -f 'channel.cc' || echo './'channel.cc; \

then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; \ else rm -f ".deps/channel.Tpo"; exit 1; \ fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -fno- operator-names -g -O2 -MT msgid.o -MD -MP -MF ".deps/msgid.Tpo" \

-c -o msgid.o test -f 'msgid.cc' || echo './'msgid.cc; \

then mv -f ".deps/msgid.Tpo" ".deps/msgid.Po"; \ else rm -f ".deps/msgid.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c-client -g -O2 -MT msgstring.o -MD -MP -MF ".deps/msgstring.Tpo" \

-c -o msgstring.o test -f 'msgstring.c' || echo './'msgstring.c; \

then mv -f ".deps/msgstring.Tpo" ".deps/msgstring.Po"; \ else rm -f ".deps/msgstring.Tpo"; exit 1; \ fi g++ -fno-operator-names -g -O2 -o mailsync mailsync_main.o commandline.o configuration.o types.o mail_handling.o c-client_callbacks.o utils.o store.o channel.o msgid.o msgstring.o /opt/local/ lib/libc-client4.a -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support - lcom_err -lresolv -L/opt/local/lib -lssl -lcrypto /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: gnu_cxx::exchange_and_add(int volatile*, int) std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage std::_Rb_tree_decrement(std::_Rb_tree_node_base*) std::_Rb_tree_increment(std::_Rb_tree_node_base const*) std::_Rb_tree_increment(std::_Rb_tree_node_base*) std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) collect2: ld returned 1 exit status make[2]: * [mailsync] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Mark-Baxters-Computer:~/darwinports/dports/mail/mailsync myb$ sudo port install mailsync ---> Building mailsync with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_mail_mailsync/work/ mailsync-5.2.1" && make all" returned error 2 Command output: make all-recursive Making all in src g++ -fno-operator-names -g -O2 -o mailsync mailsync_main.o commandline.o configuration.o types.o mail_handling.o c-client_callbacks.o utils.o store.o channel.o msgid.o msgstring.o /opt/local/ lib/libc-client4.a -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support - lcom_err -lresolv -L/opt/local/lib -lssl -lcrypto /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: gnu_cxx::exchange_and_add(int volatile*, int) std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage std::_Rb_tree_decrement(std::_Rb_tree_node_base*) std::_Rb_tree_increment(std::_Rb_tree_node_base const*) std::_Rb_tree_increment(std::_Rb_tree_node_base*) std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) collect2: ld returned 1 exit status make[2]: * [mailsync] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

I am however beginning to think that somehow my DarwinPorts has got hosed. I followed the instructions on the main page to do an install from CVS but I seem to be in a situation where I can't do selfupdate:

sudo port -d selfupdate DEBUG: can't read "global_options": variable is array

while executing

"darwinports::selfupdate $global_options" /opt/local/bin/port: selfupdate failed: can't read "global_options": variable is array

comment:8 Changed 19 years ago by mbaxter@…

So I cleaned my DarwinPorts installation and tried installing from a different source. Previously I had used the .dmg file from versiontracker.com and the CVS install from this page: http:// www.darwinports.com/

This time I downloaded http://darwinports.opendarwin.org/downloads/DarwinPorts-1.1.tar.gz and used that. Here is what I did:

wget http://darwinports.opendarwin.org/downloads/DarwinPorts-1.1.tar.gz --02:39:39-- http://darwinports.opendarwin.org/downloads/DarwinPorts-1.1.tar.gz

=> `DarwinPorts-1.1.tar.gz'

Resolving darwinports.opendarwin.org... 204.152.184.200 Connecting to darwinports.opendarwin.org[204.152.184.200]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 475,320 [application/x-tar]

100%[====================================>] 475,320 141.40K/s ETA 00:00

02:39:43 (140.88 KB/s) - `DarwinPorts-1.1.tar.gz' saved [475320/475320]

$ ls DarwinPorts-1.1.tar.gz $ tar xzvf DarwinPorts-1.1.tar.gz DarwinPorts-1.1/ DarwinPorts-1.1/aclocal.m4 DarwinPorts-1.1/config.guess DarwinPorts-1.1/config.sub DarwinPorts-1.1/configure DarwinPorts-1.1/configure.ac DarwinPorts-1.1/doc/ DarwinPorts-1.1/doc/exampleport/ DarwinPorts-1.1/doc/exampleport/Portfile DarwinPorts-1.1/doc/INTERNALS DarwinPorts-1.1/doc/macosx.mtree.in DarwinPorts-1.1/doc/Makefile DarwinPorts-1.1/doc/portfile.7 DarwinPorts-1.1/doc/porthier.7 DarwinPorts-1.1/doc/ports.conf.5 DarwinPorts-1.1/doc/ports.conf.in DarwinPorts-1.1/doc/portstyle.7 DarwinPorts-1.1/doc/prefix.mtree.in DarwinPorts-1.1/doc/README.platforms DarwinPorts-1.1/doc/sources.conf DarwinPorts-1.1/doc/variants.conf DarwinPorts-1.1/doc/xcode.7 DarwinPorts-1.1/dp_version DarwinPorts-1.1/install.sh DarwinPorts-1.1/LICENSE DarwinPorts-1.1/Makefile.in DarwinPorts-1.1/Mk/ DarwinPorts-1.1/Mk/dports.autoconf.mk.in DarwinPorts-1.1/Mk/dports.subdir.mk DarwinPorts-1.1/Mk/dports.tea.mk DarwinPorts-1.1/README_RELEASE1 DarwinPorts-1.1/README_RELEASE1.de DarwinPorts-1.1/README_RELEASE1.es DarwinPorts-1.1/README_RELEASE1.fr DarwinPorts-1.1/README_RELEASE1.it DarwinPorts-1.1/regen.sh DarwinPorts-1.1/src/ DarwinPorts-1.1/src/cflib1.0/ DarwinPorts-1.1/src/cflib1.0/CFLib.c DarwinPorts-1.1/src/cflib1.0/Makefile DarwinPorts-1.1/src/config.h.in DarwinPorts-1.1/src/darwinports1.0/ DarwinPorts-1.1/src/darwinports1.0/darwinports.c DarwinPorts-1.1/src/darwinports1.0/darwinports.h DarwinPorts-1.1/src/darwinports1.0/darwinports.tcl DarwinPorts-1.1/src/darwinports1.0/darwinports_autoconf.tcl.in DarwinPorts-1.1/src/darwinports1.0/darwinports_dlist.tcl DarwinPorts-1.1/src/darwinports1.0/darwinports_fastload.tcl.in DarwinPorts-1.1/src/darwinports1.0/darwinports_index.tcl DarwinPorts-1.1/src/darwinports1.0/Makefile DarwinPorts-1.1/src/darwinports1.0/options.h DarwinPorts-1.1/src/darwinports1.0/portconf.c DarwinPorts-1.1/src/darwinports1.0/session.c DarwinPorts-1.1/src/darwinports1.0/session.h DarwinPorts-1.1/src/darwinports1.0/test_dlist.tcl DarwinPorts-1.1/src/darwinports1.0/util.c DarwinPorts-1.1/src/darwinports1.0/util.h DarwinPorts-1.1/src/Makefile DarwinPorts-1.1/src/package1.0/ DarwinPorts-1.1/src/package1.0/Makefile DarwinPorts-1.1/src/package1.0/package.tcl DarwinPorts-1.1/src/package1.0/portarchive.tcl DarwinPorts-1.1/src/package1.0/portdmg.tcl DarwinPorts-1.1/src/package1.0/portdpkg.tcl DarwinPorts-1.1/src/package1.0/portmpkg.tcl DarwinPorts-1.1/src/package1.0/portpkg.tcl DarwinPorts-1.1/src/package1.0/portrpmpackage.tcl DarwinPorts-1.1/src/package1.0/portunarchive.tcl DarwinPorts-1.1/src/pextlib1.0/ DarwinPorts-1.1/src/pextlib1.0/compat.c DarwinPorts-1.1/src/pextlib1.0/compat.h DarwinPorts-1.1/src/pextlib1.0/curl.c DarwinPorts-1.1/src/pextlib1.0/curl.h DarwinPorts-1.1/src/pextlib1.0/fgetln.c DarwinPorts-1.1/src/pextlib1.0/filemap.c DarwinPorts-1.1/src/pextlib1.0/filemap.h DarwinPorts-1.1/src/pextlib1.0/find.c DarwinPorts-1.1/src/pextlib1.0/find.h DarwinPorts-1.1/src/pextlib1.0/Makefile DarwinPorts-1.1/src/pextlib1.0/md5cmd.c DarwinPorts-1.1/src/pextlib1.0/md5cmd.h DarwinPorts-1.1/src/pextlib1.0/md_wrappers.h DarwinPorts-1.1/src/pextlib1.0/Pextlib.c DarwinPorts-1.1/src/pextlib1.0/rmd160.c DarwinPorts-1.1/src/pextlib1.0/rmd160.h DarwinPorts-1.1/src/pextlib1.0/rmd160cmd.c DarwinPorts-1.1/src/pextlib1.0/rmd160cmd.h DarwinPorts-1.1/src/pextlib1.0/setmode.c DarwinPorts-1.1/src/pextlib1.0/sha1cmd.c DarwinPorts-1.1/src/pextlib1.0/sha1cmd.h DarwinPorts-1.1/src/pextlib1.0/strcasecmp.c DarwinPorts-1.1/src/pextlib1.0/strcasecmp.h DarwinPorts-1.1/src/pextlib1.0/strsed.c DarwinPorts-1.1/src/pextlib1.0/tests/ DarwinPorts-1.1/src/pextlib1.0/tests/checksums.tcl DarwinPorts-1.1/src/pextlib1.0/tests/curl.tcl DarwinPorts-1.1/src/pextlib1.0/tests/filemap.tcl DarwinPorts-1.1/src/pextlib1.0/vercomp.c DarwinPorts-1.1/src/pextlib1.0/vercomp.h DarwinPorts-1.1/src/pextlib1.0/xinstall.c DarwinPorts-1.1/src/pextlib1.0/xinstall.h DarwinPorts-1.1/src/pkg_mkindex.tcl DarwinPorts-1.1/src/port/ DarwinPorts-1.1/src/port/Makefile DarwinPorts-1.1/src/port/port.1 DarwinPorts-1.1/src/port/port.tcl DarwinPorts-1.1/src/port/portall.1 DarwinPorts-1.1/src/port/portall.tcl DarwinPorts-1.1/src/port/portindex.tcl DarwinPorts-1.1/src/port1.0/ DarwinPorts-1.1/src/port1.0/Makefile DarwinPorts-1.1/src/port1.0/port.tcl DarwinPorts-1.1/src/port1.0/port_autoconf.tcl.in DarwinPorts-1.1/src/port1.0/portactivate.tcl DarwinPorts-1.1/src/port1.0/portbuild.tcl DarwinPorts-1.1/src/port1.0/portchecksum.tcl DarwinPorts-1.1/src/port1.0/portclean.tcl DarwinPorts-1.1/src/port1.0/portconfigure.tcl DarwinPorts-1.1/src/port1.0/portdepends.tcl DarwinPorts-1.1/src/port1.0/portdestroot.tcl DarwinPorts-1.1/src/port1.0/portextract.tcl DarwinPorts-1.1/src/port1.0/portfetch.tcl DarwinPorts-1.1/src/port1.0/portinstall.tcl DarwinPorts-1.1/src/port1.0/portlivecheck.tcl DarwinPorts-1.1/src/port1.0/portmain.tcl DarwinPorts-1.1/src/port1.0/portpatch.tcl DarwinPorts-1.1/src/port1.0/portstartupitem.tcl DarwinPorts-1.1/src/port1.0/portsubmit.tcl DarwinPorts-1.1/src/port1.0/porttest.tcl DarwinPorts-1.1/src/port1.0/portutil.tcl DarwinPorts-1.1/src/port1.0/resources/ DarwinPorts-1.1/src/port1.0/resources/fetch/ DarwinPorts-1.1/src/port1.0/resources/fetch/Makefile DarwinPorts-1.1/src/port1.0/resources/fetch/mirror_sites.tcl DarwinPorts-1.1/src/port1.0/resources/group/ DarwinPorts-1.1/src/port1.0/resources/group/Makefile DarwinPorts-1.1/src/port1.0/resources/group/perl5-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/group/python-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/group/python24-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/group/ruby-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/group/xcode-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/group/zope-1.0.tcl DarwinPorts-1.1/src/port1.0/resources/Makefile DarwinPorts-1.1/src/port1.0/resources/package/ DarwinPorts-1.1/src/port1.0/resources/package/background.tiff DarwinPorts-1.1/src/port1.0/resources/package/Makefile DarwinPorts-1.1/src/portindex/ DarwinPorts-1.1/src/portindex/initialize.sql DarwinPorts-1.1/src/portindex/Makefile DarwinPorts-1.1/src/portindex/portregister.pl DarwinPorts-1.1/src/portindex/portsubmit.pl DarwinPorts-1.1/src/portindex/register.html DarwinPorts-1.1/src/portmgr/ DarwinPorts-1.1/src/portmgr/buildall.sh DarwinPorts-1.1/src/portmgr/dpkgall.tcl DarwinPorts-1.1/src/portmgr/mpkgall.tcl DarwinPorts-1.1/src/portmgr/packageall.tcl DarwinPorts-1.1/src/portmgr/PortIndex2MySQL.tcl DarwinPorts-1.1/src/portmgr/rpmall.tcl DarwinPorts-1.1/src/portmgr/SETUP.chroot.sh DarwinPorts-1.1/src/programs/ DarwinPorts-1.1/src/programs/Makefile.in DarwinPorts-1.1/src/programs/mtree/ DarwinPorts-1.1/src/programs/mtree/fts13.c DarwinPorts-1.1/src/programs/mtree/aclocal.m4 DarwinPorts-1.1/src/programs/mtree/bits.c DarwinPorts-1.1/src/programs/mtree/compare.c DarwinPorts-1.1/src/programs/mtree/config.guess DarwinPorts-1.1/src/programs/mtree/config.h.in DarwinPorts-1.1/src/programs/mtree/config.sub DarwinPorts-1.1/src/programs/mtree/configure DarwinPorts-1.1/src/programs/mtree/configure.ac DarwinPorts-1.1/src/programs/mtree/crc.c DarwinPorts-1.1/src/programs/mtree/create.c DarwinPorts-1.1/src/programs/mtree/err.c DarwinPorts-1.1/src/programs/mtree/excludes.c DarwinPorts-1.1/src/programs/mtree/extern.h DarwinPorts-1.1/src/programs/mtree/fgetln.c DarwinPorts-1.1/src/programs/mtree/fts.h DarwinPorts-1.1/src/programs/mtree/getid.c DarwinPorts-1.1/src/programs/mtree/install-sh DarwinPorts-1.1/src/programs/mtree/Makefile.in DarwinPorts-1.1/src/programs/mtree/misc.c DarwinPorts-1.1/src/programs/mtree/mtree.8 DarwinPorts-1.1/src/programs/mtree/mtree.c DarwinPorts-1.1/src/programs/mtree/mtree.cat8 DarwinPorts-1.1/src/programs/mtree/mtree.h DarwinPorts-1.1/src/programs/mtree/namespace.h DarwinPorts-1.1/src/programs/mtree/pack_dev.c DarwinPorts-1.1/src/programs/mtree/pack_dev.h DarwinPorts-1.1/src/programs/mtree/setmode.c DarwinPorts-1.1/src/programs/mtree/setprogname.c DarwinPorts-1.1/src/programs/mtree/spec.c DarwinPorts-1.1/src/programs/mtree/stat_flags.c DarwinPorts-1.1/src/programs/mtree/stat_flags.h DarwinPorts-1.1/src/programs/mtree/unvis.c DarwinPorts-1.1/src/programs/mtree/util.h DarwinPorts-1.1/src/programs/mtree/verify.c DarwinPorts-1.1/src/programs/mtree/vis.c DarwinPorts-1.1/src/programs/mtree/vis.h DarwinPorts-1.1/src/registry1.0/ DarwinPorts-1.1/src/registry1.0/Makefile DarwinPorts-1.1/src/registry1.0/portimage.tcl DarwinPorts-1.1/src/registry1.0/portuninstall.tcl DarwinPorts-1.1/src/registry1.0/receipt_flat.tcl DarwinPorts-1.1/src/registry1.0/receipt_sqlite.tcl DarwinPorts-1.1/src/registry1.0/registry.tcl DarwinPorts-1.1/tcl.m4 $ cd DarwinPorts-1.1 $ ls LICENSE README_RELEASE1.it dp_version Makefile.in aclocal.m4 install.sh Mk config.guess regen.sh README_RELEASE1 config.sub src README_RELEASE1.de configure tcl.m4 README_RELEASE1.es configure.ac README_RELEASE1.fr doc $ ./configure && make && sudo make install checking build system type... powerpc-apple-darwin8.2.0 checking host system type... powerpc-apple-darwin8.2.0 checking target system type... powerpc-apple-darwin8.2.0 checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking whether ln -s works... yes checking for cvs... /usr/bin/cvs checking for tar... /sw/bin/tar checking for gnutar... /sw/bin/gnutar checking for which tar variant to use... /sw/bin/gnutar checking for /sw/bin/gnutar --no-same-owner support... yes checking how to mark unused variables... checking for mtree... /usr/sbin/mtree checking for dports tree... configure: WARNING: No dports tree found checking for ports config directory... ${sysconfdir}/ports checking for install user... root checking for install group... admin checking what permissions to use for installation directories... 0775 checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking whether stat file-mode macros are broken... no 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 limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking crt_externs.h usability... yes checking crt_externs.h presence... yes checking for crt_externs.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking whether closedir returns void... no checking for pid_t... yes checking for unistd.h... (cached) 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 whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking for bzero... yes checking for memset... yes checking for dup2... yes checking for regcomp... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for fgetln... yes checking for lockf... yes checking for flock... yes checking for setmode... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for copyfile... yes checking for MD5Update in -lmd... no checking for MD5_Update in -lcrypto... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading checking for Tcl public headers... /usr/include checking for tclsh... /usr/bin/tclsh checking for Tcl package directory... /Library/Tcl checking for curl-config... /usr/bin/curl-config checking for curl_easy_strerror in -lcurl... yes checking how to build libraries... shared configure: creating ./config.status config.status: creating Makefile config.status: creating Mk/dports.autoconf.mk config.status: creating doc/prefix.mtree config.status: creating doc/macosx.mtree config.status: creating doc/ports.conf config.status: creating src/darwinports1.0/darwinports_autoconf.tcl config.status: creating src/port1.0/port_autoconf.tcl config.status: creating src/programs/Makefile config.status: creating src/darwinports1.0/darwinports_fastload.tcl config.status: creating src/config.h ===> making all in doc make[1]: Nothing to be done for `all'. ===> making all in src ===> making all in src/darwinports1.0 gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common darwinports.c - o darwinports.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common portconf.c -o portconf.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common session.c -o session.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common util.c -o util.o cc -dynamiclib -L/usr/lib -lcurl -lssl -lcrypto -lz darwinports.o portconf.o session.o util.o -o Darwinports.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -lcrypto ===> making all in src/port1.0 ===> making all in src/port1.0/resources ===> making all in src/port1.0/resources/package make[4]: Nothing to be done for `all'. ===> making all in src/port1.0/resources/fetch make[4]: Nothing to be done for `all'. ===> making all in src/port1.0/resources/group make[4]: Nothing to be done for `all'. ===> making all in src/package1.0 make[2]: Nothing to be done for `all'. ===> making all in src/pextlib1.0 gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common Pextlib.c -o Pextlib.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common strsed.c -o strsed.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common fgetln.c -o fgetln.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common md5cmd.c -o md5cmd.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common setmode.c -o setmode.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common xinstall.c -o xinstall.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common find.c -o find.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common strcasecmp.c - o strcasecmp.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common vercomp.c -o vercomp.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common filemap.c -o filemap.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common sha1cmd.c -o sha1cmd.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common compat.c -o compat.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common curl.c -o curl.o gcc -c -DUSE_TCL_STUBS -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" - DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 - DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 - DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" - DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 - DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 - DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 - DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 - DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 - DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 - DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common rmd160cmd.c - o rmd160cmd.o cc -dynamiclib -L/usr/lib -lcurl -lssl -lcrypto -lz Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o find.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o curl.o rmd160cmd.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -lcrypto ===> making all in src/registry1.0 make[2]: Nothing to be done for `all'. ===> making all in src/port sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' portindex.tcl > portindex sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' portall.tcl > portall sed -e 's,@TCLSH\@,/usr/bin/tclsh,g' -e 's,@TCL_PACKAGE_DIR\@,/Library/Tcl,g' port.tcl > port ===> making all in src/programs Password: ===> making install in doc /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/etc/ports cat prefix.mtree | /usr/sbin/mtree -U -e -p /opt/local > /dev/null if test -L "/opt/local/man" ; then \

rm -f "/opt/local/man"; \

fi if test ! -e "/opt/local/man" ; then \

ln -s share/man /opt/local/man; \

fi + /usr/bin/install -c -o root -g admin -m 644 ports.conf /opt/local/etc/ports + /usr/bin/install -c -o root -g admin -m 644 sources.conf /opt/local/etc/ports + /usr/bin/install -c -o root -g admin -m 644 variants.conf /opt/local/etc/ports /usr/bin/install -c -o root -g admin -m 644 prefix.mtree /opt/local/etc/ports /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources/port1.0/ install /usr/bin/install -c -o root -g admin -m 644 prefix.mtree /opt/local/share/darwinports/resources/ port1.0/install/ /usr/bin/install -c -o root -g admin -m 644 macosx.mtree /opt/local/share/darwinports/resources/ port1.0/install/ /usr/bin/install -c -o root -g admin -m 444 ports.conf.5 /opt/local/share/man/man5 /usr/bin/install -c -o root -g admin -m 444 portfile.7 /opt/local/share/man/man7 /usr/bin/install -c -o root -g admin -m 444 portstyle.7 /opt/local/share/man/man7 /usr/bin/install -c -o root -g admin -m 444 porthier.7 /opt/local/share/man/man7 /usr/bin/install -c -o root -g admin -m 444 xcode.7 /opt/local/share/man/man7 ===> making install in src ===> making install in src/darwinports1.0 /usr/bin/install -c -d -o root -g admin -m 0775 /Library/Tcl/darwinports1.0 /usr/bin/install -c -o root -g admin -m 444 Darwinports.dylib /Library/Tcl/darwinports1.0 /usr/bin/install -c -d -o root -g admin -m 0775 /Library/Tcl/darwinports1.0 + /usr/bin/install -c -o root -g admin -m 444 darwinports.tcl /Library/Tcl/darwinports1.0/ darwinports.tcl + /usr/bin/install -c -o root -g admin -m 444 darwinports_dlist.tcl /Library/Tcl/darwinports1.0/ darwinports_dlist.tcl + /usr/bin/install -c -o root -g admin -m 444 darwinports_autoconf.tcl /Library/Tcl/darwinports1.0/ darwinports_autoconf.tcl + /usr/bin/install -c -o root -g admin -m 444 darwinports_index.tcl /Library/Tcl/darwinports1.0/ darwinports_index.tcl + /usr/bin/install -c -o root -g admin -m 444 darwinports_fastload.tcl /Library/Tcl/darwinports1.0/ darwinports_fastload.tcl echo "/Library/Tcl" > /opt/local/var/db/dports/.tclpackage ===> making install in src/port1.0 ===> making install in src/port1.0/resources ===> making install in src/port1.0/resources/package /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources/port1.0/ package + /usr/bin/install -c -o root -g admin -m 444 background.tiff /opt/local/share/darwinports/ resources/port1.0/package ===> making install in src/port1.0/resources/fetch /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources/port1.0/ fetch + /usr/bin/install -c -o root -g admin -m 444 mirror_sites.tcl /opt/local/share/darwinports/ resources/port1.0/fetch ===> making install in src/port1.0/resources/group /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources/port1.0/ group + /usr/bin/install -c -o root -g admin -m 444 perl5-1.0.tcl /opt/local/share/darwinports/resources/ port1.0/group + /usr/bin/install -c -o root -g admin -m 444 python-1.0.tcl /opt/local/share/darwinports/ resources/port1.0/group + /usr/bin/install -c -o root -g admin -m 444 python24-1.0.tcl /opt/local/share/darwinports/ resources/port1.0/group + /usr/bin/install -c -o root -g admin -m 444 ruby-1.0.tcl /opt/local/share/darwinports/resources/ port1.0/group + /usr/bin/install -c -o root -g admin -m 444 xcode-1.0.tcl /opt/local/share/darwinports/resources/ port1.0/group + /usr/bin/install -c -o root -g admin -m 444 zope-1.0.tcl /opt/local/share/darwinports/resources/ port1.0/group /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/resources/port1.0/ /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 port.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portchecksum.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portconfigure.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portextract.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portfetch.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portmain.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portbuild.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portpatch.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portutil.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portinstall.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portdepends.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portdestroot.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portclean.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 porttest.tcl /opt/local/share/darwinports/Tcl/port1.0 + /usr/bin/install -c -o root -g admin -m 444 portactivate.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portsubmit.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 port_autoconf.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portstartupitem.tcl /opt/local/share/darwinports/Tcl/ port1.0 + /usr/bin/install -c -o root -g admin -m 444 portlivecheck.tcl /opt/local/share/darwinports/Tcl/ port1.0 ===> making install in src/package1.0 /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl/package1.0 + /usr/bin/install -c -o root -g admin -m 444 package.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portdmg.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portmpkg.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portpkg.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portrpmpackage.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portdpkg.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portunarchive.tcl /opt/local/share/darwinports/Tcl/ package1.0 + /usr/bin/install -c -o root -g admin -m 444 portarchive.tcl /opt/local/share/darwinports/Tcl/ package1.0 ===> making install in src/pextlib1.0 /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl/pextlib1.0 /usr/bin/install -c -o root -g admin -m 444 Pextlib.dylib /opt/local/share/darwinports/Tcl/pextlib1.0 ===> making install in src/registry1.0 /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/share/darwinports/Tcl/registry1.0 + /usr/bin/install -c -o root -g admin -m 444 registry.tcl /opt/local/share/darwinports/Tcl/ registry1.0 + /usr/bin/install -c -o root -g admin -m 444 receipt_flat.tcl /opt/local/share/darwinports/Tcl/ registry1.0 + /usr/bin/install -c -o root -g admin -m 444 receipt_sqlite.tcl /opt/local/share/darwinports/Tcl/ registry1.0 + /usr/bin/install -c -o root -g admin -m 444 portimage.tcl /opt/local/share/darwinports/Tcl/ registry1.0 + /usr/bin/install -c -o root -g admin -m 444 portuninstall.tcl /opt/local/share/darwinports/Tcl/ registry1.0 ===> making install in src/port cat ../../doc/prefix.mtree | /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null /usr/bin/install -c -o root -g admin -m 444 port.1 /opt/local/share/man/man1 /usr/bin/install -c -o root -g admin -m 444 portall.1 /opt/local/share/man/man1 /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/bin /usr/bin/install -c -o root -g admin -m 555 port /opt/local/bin/port /usr/bin/install -c -o root -g admin -m 555 portall /opt/local/bin/portall /usr/bin/install -c -o root -g admin -m 555 portindex /opt/local/bin/portindex ===> making install in src/programs /usr/bin/install -c -o root -g admin -m 644 dp_version /opt/local/etc/ports

Congratulations, you have successfully installed the DarwinPorts system.

To get the Portfiles and update the system run:

sudo port selfupdate

Please read README_RELEASE1 and port(1).

$ sudo port selfupdate DarwinPorts base version 1.100 installed New DarwinPorts base version 1.101 Configuring, Building and Installing new DarwinPorts base selfupdate done! $ sudo port selfupdate DarwinPorts base version 1.101 installed New DarwinPorts base version 1.101 selfupdate done! $ ls LICENSE README_RELEASE1.it doc Makefile aclocal.m4 dp_version Makefile.in config.guess install.sh Mk config.log regen.sh README_RELEASE1 config.status src README_RELEASE1.de config.sub tcl.m4 README_RELEASE1.es configure README_RELEASE1.fr configure.ac $ less README_RELEASE1 $ port sync $ less README_RELEASE1 $ sudo port selfupdate DarwinPorts base version 1.101 installed New DarwinPorts base version 1.101 selfupdate done! $ less README_RELEASE1 $ less README_RELEASE1 $ sudo port install mailsync ---> Fetching zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/ ---> Verifying checksum(s) for zlib ---> Extracting zlib ---> Configuring zlib ---> Building zlib with target all ---> Staging zlib into destroot ---> Packaging tgz archive for zlib 1.2.3_0 ---> Installing zlib 1.2.3_0 ---> Activating zlib 1.2.3_0 ---> Cleaning zlib ---> Fetching openssl ---> Attempting to fetch openssl-0.9.8.tar.gz from http://www.openssl.org/source/ ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl ---> Building openssl with target all ---> Staging openssl into destroot ---> Packaging tgz archive for openssl 0.9.8_1 ---> Installing openssl 0.9.8_1 ---> Activating openssl 0.9.8_1 ---> Cleaning openssl ---> Fetching cclient ---> Attempting to fetch imap-2004g.tar.Z from ftp://ftp.cac.washington.edu/imap/ ---> Verifying checksum(s) for cclient ---> Extracting cclient ---> Configuring cclient ---> Building cclient with target osx EXTRACFLAGS=-fno-common ---> Staging cclient into destroot ---> Packaging tgz archive for cclient 2004g_0 ---> Installing cclient 2004g_0 ---> Activating cclient 2004g_0 ---> Cleaning cclient ---> Fetching mailsync ---> Attempting to fetch mailsync_5.2.1.orig.tar.gz from http://puzzle.dl.sourceforge.net/mailsync ---> Verifying checksum(s) for mailsync ---> Extracting mailsync ---> Applying patches to mailsync ---> Configuring mailsync ---> Building mailsync with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_mail_mailsync/ work/mailsync-5.2.1" && make all" returned error 2 Command output: fi if /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/ c-client -fno-operator-names -g -O2 -MT channel.o -MD -MP -MF ".deps/channel.Tpo" \

-c -o channel.o test -f 'channel.cc' || echo './'channel.cc; \

then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; \ else rm -f ".deps/channel.Tpo"; exit 1; \ fi if /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/ c-client -fno-operator-names -g -O2 -MT msgid.o -MD -MP -MF ".deps/msgid.Tpo" \

-c -o msgid.o test -f 'msgid.cc' || echo './'msgid.cc; \

then mv -f ".deps/msgid.Tpo" ".deps/msgid.Po"; \ else rm -f ".deps/msgid.Tpo"; exit 1; \ fi if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/c-client -I/opt/local/include/c- client -I/opt/local/include -MT msgstring.o -MD -MP -MF ".deps/msgstring.Tpo" \

-c -o msgstring.o test -f 'msgstring.c' || echo './'msgstring.c; \

then mv -f ".deps/msgstring.Tpo" ".deps/msgstring.Po"; \ else rm -f ".deps/msgstring.Tpo"; exit 1; \ fi /usr/bin/g++-4.0 -fno-operator-names -g -O2 -L/opt/local/lib -o mailsync mailsync_main.o commandline.o configuration.o types.o mail_handling.o c-client_callbacks.o utils.o store.o channel.o msgid.o msgstring.o /opt/local/lib/libc-client4.a -L/usr/lib -I/opt/local/include -Wl,- search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -L/opt/local/lib - lssl -lcrypto /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: gnu_cxx::exchange_and_add(int volatile*, int) std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage std::_Rb_tree_decrement(std::_Rb_tree_node_base*) std::_Rb_tree_increment(std::_Rb_tree_node_base const*) std::_Rb_tree_increment(std::_Rb_tree_node_base*) std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) collect2: ld returned 1 exit status make[2]: * [mailsync] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

$

So there you are, from installation of DarwinPorts through updating to attempting to install Mailsync. I hope something in their is of some use and, clearly, if there is anything I can then just let me know.

comment:9 Changed 19 years ago by mbaxter@…

Oh, additionally, my path is set as:

PATH=/opt/local/bin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin

using a .profile that looks like this: test -r /sw/bin/init.sh && . /sw/bin/init.sh export PATH="/opt/local/bin:${PATH}" export MANPATH="/opt/local/share/man:${MANPATH}" export INFOPATH="/opt/local/share/info:${INFOPATH}"

And I appear to be using gcc 4.0.0: $ gcc powerpc-apple-darwin8-gcc-4.0.0: no input files

comment:10 Changed 19 years ago by mbaxter@…

Well my new iBook has arrived, which was why I was investigating mailsync in the first place. Hence I have a completely fresh machine to work with.

I installed Xcode 2.1 I compiled and installed the DarwinPorts 1.1 tarball. I edited the paths for my shell to point to the right places tofind DarwinPorts I did a sudo port -d selfupdate I then did a sudo port install mailsync

Zlib, openssl and cclient installed perfectly whereas Mailsync failed at the same place as before on my other machine.

And as I said, this was a brand new, clean machine. Straight from Apple.

comment:11 Changed 18 years ago by markd@…

Cc: markd@… added

Is this problem still duplicatable? It works fine for me now.

comment:12 Changed 18 years ago by markd@…

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.