Opened 12 years ago

Closed 11 years ago

#36276 closed defect (fixed)

ghc-bootstrap requires root privileges?

Reported by: posita (Matt Bogosian) Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: kitchen.andy@…, frozencemetery (Robbie Harwood)
Port: ghc-bootstrap

Description

I have a local, single-user installation of MacPorts (in "${HOME}/ports/..."). I recently tried to perform a "port -v upgrade outdated" and found that the build required root privileges. Here is the log:

version:1
:debug:main ghc-bootstrap has no conflicts
:debug:main Executing org.macports.main (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.build (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.destroot (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:install install phase started at Fri Sep 21 11:30:39 PDT 2012
:notice:install --->  Installing ghc-bootstrap @7.0.4_0
:error:install org.macports.install for port ghc-bootstrap returned: MacPorts requires root privileges for this action
:debug:install Error code: NONE
:debug:install Backtrace: MacPorts requires root privileges for this action
    while executing
"elevateToRoot "install""
    (procedure "portinstall::install_start" line 11)
    invoked from within
"[ditem_key $ditem prerun] $targetname"
:info:install Warning: targets not executed for ghc-bootstrap: org.macports.activate org.macports.install
:notice:install Please see the log file for port ghc-bootstrap for details:
    /.../ports/var/macports/logs/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log

Change History (13)

comment:1 Changed 12 years ago by posita (Matt Bogosian)

(FYI, the reason I have a local, single-user installation is because I do not have root privileges on that particular machine.)

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: cal@… added
Owner: changed from macports-tickets@… to kitchen.andy@…
Port: ghc-bootstrap added

comment:3 Changed 12 years ago by neverpanic (Clemens Lang)

It seems this error is raised in source:trunk/base/src/port1.0/portinstall.tcl@98020:61-68#L61. Since your UID and EUID are probably the same, I assume file writable $prefix fails. Can you check the permissions on your prefix?

comment:4 in reply to:  3 Changed 12 years ago by posita (Matt Bogosian)

Replying to cal@…:

It seems this error is raised in source:trunk/base/src/port1.0/portinstall.tcl@98020:61-68#L61. Since your UID and EUID are probably the same, I assume file writable $prefix fails. Can you check the permissions on your prefix?

I think this is what you're asking, but please let me know if it's not:

% which port
/.../ports/bin/port
% python -c 'import os ; print "UID: %d; EUID: %d" % ( os.getuid(), os.geteuid() ) ;'      
UID: 501; EUID: 501
% ls -dln "${HOME}/ports" "$(which port)"
drwxrwsr-x@ 14 501  501     510 Jun 19 15:38 /.../ports
-r-xr-xr-x   1 501  501  164651 Jul 25 11:54 /.../ports/bin/port

comment:5 Changed 12 years ago by neverpanic (Clemens Lang)

OK, so that _should_ be working then. Can you port clean ghc-bootstrap and re-try?

Also, please run (from your home directory, that is):

$> tclsh
% source [file join "./ports/share/macports/Tcl" macports1.0 macports_fastload.tcl]
% package require macports
% mportinit
% file writable $macports::prefix

and provide the output.

Last edited 12 years ago by neverpanic (Clemens Lang) (previous) (diff)

comment:6 Changed 12 years ago by posita (Matt Bogosian)

Here's what happened:

...:[~]% port clean ghc-bootstrap
--->  Cleaning ghc-bootstrap
...:[~]% tclsh
% source [file join "./.site/share/macports/Tcl" macports1.0 macports_fastload.tcl]
% package require macports
1.0
% mportinit
% file writable $macports::prefix
1
% ^Z
...:[~]% port install ghc-bootstrap
--->  Fetching distfiles for ghc-bootstrap
--->  Verifying checksum(s) for ghc-bootstrap
--->  Extracting ghc-bootstrap
--->  Configuring ghc-bootstrap
--->  Building ghc-bootstrap
--->  Staging ghc-bootstrap into destroot
--->  Installing ghc-bootstrap @7.0.4_0
Error: org.macports.install for port ghc-bootstrap returned: MacPorts requires root privileges for this action
Please see the log file for port ghc-bootstrap for details:
    /.../ports/var/macports/logs/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port ghc-bootstrap failed
zsh: exit 1     port install ghc-bootstrap

Here's the output from .../main.log:

...:[~]% cat /.../ports/var/macports/logs/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log
version:1
:debug:main ghc-bootstrap has no conflicts
:debug:main Executing org.macports.main (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:archivefetch archivefetch phase started at Sun Sep 23 10:22:07 PDT 2012
:debug:archivefetch Executing org.macports.archivefetch (ghc-bootstrap)
:debug:archivefetch Privilege de-escalation not attempted as not running as root.
:debug:fetch fetch phase started at Sun Sep 23 10:22:08 PDT 2012
:notice:fetch --->  Fetching distfiles for ghc-bootstrap
:debug:fetch Executing org.macports.fetch (ghc-bootstrap)
:debug:fetch Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Sun Sep 23 10:22:08 PDT 2012
:notice:checksum --->  Verifying checksum(s) for ghc-bootstrap
:debug:checksum Executing org.macports.checksum (ghc-bootstrap)
:info:checksum --->  Checksumming ghc-7.0.4-x86_64-apple-darwin.tar.bz2
:debug:checksum Correct (rmd160) checksum for ghc-7.0.4-x86_64-apple-darwin.tar.bz2
:debug:checksum Correct (sha256) checksum for ghc-7.0.4-x86_64-apple-darwin.tar.bz2
:debug:checksum Privilege de-escalation not attempted as not running as root.
:debug:extract extract phase started at Sun Sep 23 10:22:15 PDT 2012
:notice:extract --->  Extracting ghc-bootstrap
:debug:extract setting option extract.cmd to /usr/bin/bzip2
:debug:extract Executing org.macports.extract (ghc-bootstrap)
:info:extract --->  Extracting ghc-7.0.4-x86_64-apple-darwin.tar.bz2
:debug:extract setting option extract.args to '/.../ports/var/macports/distfiles/ghc-bootstrap/ghc-7.0.4-x86_64-apple-darwin.tar.bz2'
:debug:extract Environment: CPATH='/.../ports/share/ghc-bootstrap/include' CC_PRINT_OPTIONS_FILE='/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/.../ports/share/ghc-bootstrap/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:extract Assembled command: 'cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work" && /usr/bin/bzip2 -dc '/.../ports/var/macports/distfiles/ghc-bootstrap/ghc-7.0.4-x86_64-apple-darwin.tar.bz2' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:extract Executing command line:  cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work" && /usr/bin/bzip2 -dc '/.../ports/var/macports/distfiles/ghc-bootstrap/ghc-7.0.4-x86_64-apple-darwin.tar.bz2' | /usr/bin/gnutar --no-same-owner -xf - 
:debug:extract Privilege de-escalation not attempted as not running as root.
:debug:patch patch phase started at Sun Sep 23 10:22:53 PDT 2012
:debug:patch Executing org.macports.patch (ghc-bootstrap)
:debug:patch Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Sun Sep 23 10:22:53 PDT 2012
:notice:configure --->  Configuring ghc-bootstrap
:debug:configure Using compiler 'Mac OS X llvm-gcc 4.2'
:debug:configure Executing proc-pre-org.macports.configure-configure-0
:debug:configure Executing org.macports.configure (ghc-bootstrap)
:debug:configure Environment: CPATH='/.../ports/share/ghc-bootstrap/include' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/usr/include' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/.../ports/share/ghc-bootstrap/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/llvm-g++-4.2' CC_PRINT_OPTIONS_FILE='/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/usr/lib -arch x86_64' OBJC='/usr/bin/llvm-gcc-4.2' FCFLAGS='-pipe -O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/llvm-gcc-4.2'
:debug:configure Assembled command: 'cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4" && ./configure --prefix=/.../ports/share/ghc-bootstrap'
:debug:configure Executing command line:  cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4" && ./configure --prefix=/.../ports/share/ghc-bootstrap 
:info:configure checking for path to top of build tree... /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4
:info:configure Build platform inferred as: x86_64-apple-darwin
:info:configure Host platform inferred as: x86_64-apple-darwin
:info:configure Target platform inferred as: x86_64-apple-darwin
:info:configure checking for perl... /.../ports/bin/perl
:info:configure checking if your perl works in shell scripts... yes
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking whether ln -s works... yes
:info:configure checking for gsed... /.../ports/bin/gsed
:info:configure checking for gcc... /usr/bin/llvm-gcc-4.2
:info:configure checking for gcc... /usr/bin/llvm-gcc-4.2
:info:configure checking for C compiler default output file name... a.out
:info:configure checking whether the C compiler works... yes
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of executables... 
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/llvm-gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/llvm-gcc-4.2 option to accept ISO C89... none needed
:info:configure checking version of gcc... 4.2.1
:info:configure checking how to run the C preprocessor... /usr/bin/llvm-gcc-4.2 -E
:info:configure checking for extra options to pass gcc when compiling via C...  -fwrapv
:info:configure checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done
:info:configure checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done
:info:configure checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done
:info:configure checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done
:info:configure checking for ar... /.../ports/bin/ar
:info:configure checking whether /.../ports/bin/ar is GNU ar... no
:info:configure checking for ar arguments... clqs
:info:configure checking whether ranlib is needed... no
:info:configure configure: creating ./config.status
:info:configure config.status: creating extra-gcc-opts
:info:configure config.status: creating mk/config.mk
:info:configure config.status: creating mk/install.mk
:info:configure ****************************************************
:info:configure Configuration done, ready to 'make install'
:info:configure (see README and INSTALL files for more info.)
:info:configure ****************************************************
:debug:configure Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Sun Sep 23 10:22:56 PDT 2012
:notice:build --->  Building ghc-bootstrap
:debug:build Executing org.macports.build (ghc-bootstrap)
:debug:build Privilege de-escalation not attempted as not running as root.
:debug:destroot destroot phase started at Sun Sep 23 10:22:56 PDT 2012
:notice:destroot --->  Staging ghc-bootstrap into destroot
:info:destroot . changed
:info:destroot 	user expected 0 found 501 not modified: Operation not permitted
:info:destroot 	gid expected 0 found 501 not modified: Operation not permitted
:info:destroot 	permissions expected 02775 found 0755 modified
:info:destroot ./usr missing (created)
:info:destroot ./usr: user & group not modified: Operation not permitted
:info:destroot . missing (directory not created: File exists)
:info:destroot ./Applications missing (created)
:info:destroot ./Applications: user not modified: Operation not permitted
:info:destroot ./Developer missing (created)
:info:destroot ./Developer: user not modified: Operation not permitted
:info:destroot ./Library missing (created)
:info:destroot ./Library: user not modified: Operation not permitted
:info:destroot . changed
:info:destroot 	permissions expected 02775 found 0755 modified
:info:destroot ./bin missing (created)
:info:destroot ./etc missing (created)
:info:destroot ./include missing (created)
:info:destroot ./lib missing (created)
:info:destroot ./lib/pkgconfig missing (created)
:info:destroot ./libexec missing (created)
:info:destroot ./sbin missing (created)
:info:destroot ./share missing (created)
:info:destroot ./share/info missing (created)
:info:destroot ./share/man missing (created)
:info:destroot ./share/man/cat1 missing (created)
:info:destroot ./share/man/cat2 missing (created)
:info:destroot ./share/man/cat3 missing (created)
:info:destroot ./share/man/cat4 missing (created)
:info:destroot ./share/man/cat5 missing (created)
:info:destroot ./share/man/cat6 missing (created)
:info:destroot ./share/man/cat7 missing (created)
:info:destroot ./share/man/cat8 missing (created)
:info:destroot ./share/man/cat9 missing (created)
:info:destroot ./share/man/catl missing (created)
:info:destroot ./share/man/catn missing (created)
:info:destroot ./share/man/man1 missing (created)
:info:destroot ./share/man/man2 missing (created)
:info:destroot ./share/man/man3 missing (created)
:info:destroot ./share/man/man4 missing (created)
:info:destroot ./share/man/man5 missing (created)
:info:destroot ./share/man/man6 missing (created)
:info:destroot ./share/man/man7 missing (created)
:info:destroot ./share/man/man8 missing (created)
:info:destroot ./share/man/man9 missing (created)
:info:destroot ./share/man/manl missing (created)
:info:destroot ./share/man/mann missing (created)
:info:destroot ./share/nls missing (created)
:info:destroot ./share/nls/C missing (created)
:info:destroot ./share/nls/af_ZA.ISO8859-1 missing (created)
:info:destroot ./share/nls/af_ZA.ISO8859-15 missing (created)
:info:destroot ./share/nls/bg_BG.CP1251 missing (created)
:info:destroot ./share/nls/cs_CZ.ISO8859-2 missing (created)
:info:destroot ./share/nls/da_DK.ISO8859-1 missing (created)
:info:destroot ./share/nls/da_DK.ISO8859-15 missing (created)
:info:destroot ./share/nls/de_AT.ISO8859-1 missing (created)
:info:destroot ./share/nls/de_AT.ISO8859-15 missing (created)
:info:destroot ./share/nls/de_CH.ISO8859-1 missing (created)
:info:destroot ./share/nls/de_CH.ISO8859-15 missing (created)
:info:destroot ./share/nls/de_DE.ISO8859-1 missing (created)
:info:destroot ./share/nls/de_DE.ISO8859-15 missing (created)
:info:destroot ./share/nls/el_GR.ISO8859-7 missing (created)
:info:destroot ./share/nls/en_AU.ISO8859-1 missing (created)
:info:destroot ./share/nls/en_AU.ISO8859-15 missing (created)
:info:destroot ./share/nls/en_AU.US-ASCII missing (created)
:info:destroot ./share/nls/en_CA.ISO8859-1 missing (created)
:info:destroot ./share/nls/en_CA.ISO8859-15 missing (created)
:info:destroot ./share/nls/en_CA.US-ASCII missing (created)
:info:destroot ./share/nls/en_GB.ISO8859-1 missing (created)
:info:destroot ./share/nls/en_GB.ISO8859-15 missing (created)
:info:destroot ./share/nls/en_GB.US-ASCII missing (created)
:info:destroot ./share/nls/en_NZ.ISO8859-1 missing (created)
:info:destroot ./share/nls/en_NZ.ISO8859-15 missing (created)
:info:destroot ./share/nls/en_NZ.US-ASCII missing (created)
:info:destroot ./share/nls/en_US.ISO8859-1 missing (created)
:info:destroot ./share/nls/en_US.ISO8859-15 missing (created)
:info:destroot ./share/nls/es_ES.ISO8859-1 missing (created)
:info:destroot ./share/nls/es_ES.ISO8859-15 missing (created)
:info:destroot ./share/nls/et_EE.ISO8859-15 missing (created)
:info:destroot ./share/nls/fi_FI.ISO8859-1 missing (created)
:info:destroot ./share/nls/fi_FI.ISO8859-15 missing (created)
:info:destroot ./share/nls/fr_BE.ISO8859-1 missing (created)
:info:destroot ./share/nls/fr_BE.ISO8859-15 missing (created)
:info:destroot ./share/nls/fr_CA.ISO8859-1 missing (created)
:info:destroot ./share/nls/fr_CA.ISO8859-15 missing (created)
:info:destroot ./share/nls/fr_CH.ISO8859-1 missing (created)
:info:destroot ./share/nls/fr_CH.ISO8859-15 missing (created)
:info:destroot ./share/nls/fr_FR.ISO8859-1 missing (created)
:info:destroot ./share/nls/fr_FR.ISO8859-15 missing (created)
:info:destroot ./share/nls/hi_IN.ISCII-DEV missing (created)
:info:destroot ./share/nls/hr_HR.ISO8859-2 missing (created)
:info:destroot ./share/nls/hu_HU.ISO8859-2 missing (created)
:info:destroot ./share/nls/is_IS.ISO8859-1 missing (created)
:info:destroot ./share/nls/is_IS.ISO8859-15 missing (created)
:info:destroot ./share/nls/it_CH.ISO8859-1 missing (created)
:info:destroot ./share/nls/it_CH.ISO8859-15 missing (created)
:info:destroot ./share/nls/it_IT.ISO8859-1 missing (created)
:info:destroot ./share/nls/it_IT.ISO8859-15 missing (created)
:info:destroot ./share/nls/ja_JP.SJIS missing (created)
:info:destroot ./share/nls/ja_JP.eucJP missing (created)
:info:destroot ./share/nls/ko_KR.eucKR missing (created)
:info:destroot ./share/nls/la_LN.ISO8859-1 missing (created)
:info:destroot ./share/nls/la_LN.ISO8859-15 missing (created)
:info:destroot ./share/nls/la_LN.ISO8859-2 missing (created)
:info:destroot ./share/nls/la_LN.ISO8859-4 missing (created)
:info:destroot ./share/nls/la_LN.US-ASCII missing (created)
:info:destroot ./share/nls/lt_LT.ISO8859-4 missing (created)
:info:destroot ./share/nls/nl_BE.ISO8859-1 missing (created)
:info:destroot ./share/nls/nl_BE.ISO8859-15 missing (created)
:info:destroot ./share/nls/nl_NL.ISO8859-1 missing (created)
:info:destroot ./share/nls/nl_NL.ISO8859-15 missing (created)
:info:destroot ./share/nls/no_NO.ISO8859-1 missing (created)
:info:destroot ./share/nls/no_NO.ISO8859-15 missing (created)
:info:destroot ./share/nls/pl_PL.ISO8859-2 missing (created)
:info:destroot ./share/nls/pt_BR.ISO8859-1 missing (created)
:info:destroot ./share/nls/pt_PT.ISO8859-1 missing (created)
:info:destroot ./share/nls/pt_PT.ISO8859-15 missing (created)
:info:destroot ./share/nls/ro_RO.ISO8859-2 missing (created)
:info:destroot ./share/nls/ru_RU.CP866 missing (created)
:info:destroot ./share/nls/ru_RU.ISO8859-5 missing (created)
:info:destroot ./share/nls/ru_RU.KOI8-R missing (created)
:info:destroot ./share/nls/sk_SK.ISO8859-2 missing (created)
:info:destroot ./share/nls/sl_SI.ISO8859-2 missing (created)
:info:destroot ./share/nls/sv_SE.ISO8859-1 missing (created)
:info:destroot ./share/nls/sv_SE.ISO8859-15 missing (created)
:info:destroot ./share/nls/tr_TR.ISO8859-9 missing (created)
:info:destroot ./share/nls/uk_UA.ISO8859-5 missing (created)
:info:destroot ./share/nls/uk_UA.KOI8-U missing (created)
:info:destroot ./share/nls/zh_CN.eucCN missing (created)
:info:destroot ./share/nls/zh_TW.Big5 missing (created)
:info:destroot ./share/skel missing (created)
:info:destroot ./src missing (created)
:info:destroot ./var missing (created)
:info:destroot ./www missing (created)
:debug:destroot Executing org.macports.destroot (ghc-bootstrap)
:debug:destroot Environment: CPATH='/.../ports/share/ghc-bootstrap/include' CC_PRINT_OPTIONS_FILE='/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/.../ports/share/ghc-bootstrap/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:destroot Assembled command: 'cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4" && /usr/bin/make -w install DESTDIR=/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot'
:debug:destroot Executing command line:  cd "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4" && /usr/bin/make -w install DESTDIR=/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot 
:info:destroot make: Entering directory `/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4'
:info:destroot /usr/bin/make -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/man"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/man/man1"
:info:destroot /usr/bin/install -c -m 644  docs/man/ghc.1 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/man/man1"
:info:destroot "rm" -f driver/mangler/dist/ghc-asm
:info:destroot echo '#!/.../ports/bin/perl'                                  >> driver/mangler/dist/ghc-asm
:info:destroot echo '$TARGETPLATFORM  = "x86_64-apple-darwin";' >> driver/mangler/dist/ghc-asm
:info:destroot echo '$TABLES_NEXT_TO_CODE  = "YES";' >> driver/mangler/dist/ghc-asm
:info:destroot cat driver/mangler/dist/ghc-asm.prl                                            >> driver/mangler/dist/ghc-asm
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot /usr/bin/install -c -m 755  driver/mangler/dist/ghc-asm "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot "rm" -f driver/split/dist/ghc-split
:info:destroot echo '#!/.../ports/bin/perl'                                  >> driver/split/dist/ghc-split
:info:destroot echo '$TARGETPLATFORM  = "x86_64-apple-darwin";' >> driver/split/dist/ghc-split
:info:destroot echo '$TABLES_NEXT_TO_CODE  = "YES";' >> driver/split/dist/ghc-split
:info:destroot cat driver/split/dist/ghc-split.prl                                            >> driver/split/dist/ghc-split
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot /usr/bin/install -c -m 755  driver/split/dist/ghc-split "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci-7.0.4"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                   "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci-7.0.4"
:info:destroot echo '#!/bin/sh'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci-7.0.4"
:info:destroot echo 'exec "/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4" --interactive ${1+"$@"}' >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci-7.0.4"
:info:destroot chmod +x                                 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci-7.0.4"
:info:destroot "rm" -f "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci"
:info:destroot ln -s ghci-7.0.4 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghci"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/." && /usr/bin/install -c -m 644  includes/./*.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/./" &&   /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts" && /usr/bin/install -c -m 644  includes/rts/*.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts/" &&   /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts/prof" && /usr/bin/install -c -m 644  includes/rts/prof/*.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts/prof/" &&   /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts/storage" && /usr/bin/install -c -m 644  includes/rts/storage/*.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/rts/storage/" &&   /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/stg" && /usr/bin/install -c -m 644  includes/stg/*.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/stg/" &&  true
:info:destroot /usr/bin/install -c -m 644  includes/ghcautoconf.h includes/ghcplatform.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include/"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                        "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                           "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo '#!/bin/sh'                                       >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'exedir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                        >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'exeprog="haddock"'                          >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'executablename="$exedir/$exeprog"'           >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'datadir="/.../ports/share/ghc-bootstrap/share"'                             >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'bindir="/.../ports/share/ghc-bootstrap/bin"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'topdir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot echo 'pgmgcc="/usr/bin/llvm-gcc-4.2"'                      >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot cat utils/haddock/haddock.wrapper                         >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot chmod +x                                         "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock-ghc-7.0.4"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html"
:info:destroot "cp" -R utils/haddock/html "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/"  
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Classic.theme/"  
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/latex/"
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/frames.html "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/haddock-util.js "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Classic.theme/haskell_icon.gif "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Classic.theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Classic.theme/minus.gif "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Classic.theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Classic.theme/plus.gif "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Classic.theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Classic.theme/xhaddock.css "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Classic.theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Ocean.std-theme/hslogo-16.png "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Ocean.std-theme/minus.gif "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Ocean.std-theme/ocean.css "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Ocean.std-theme/plus.gif "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/html/Ocean.std-theme/synopsis.png "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/html/Ocean.std-theme/"  
:info:destroot /usr/bin/install -c -m 644  utils/haddock/latex/haddock.sty "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/latex/"
:info:destroot "rm" -f "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock"
:info:destroot ln -s haddock-ghc-7.0.4 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/haddock"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                        "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                           "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo '#!/bin/sh'                                       >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'exedir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                        >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'exeprog="hsc2hs"'                          >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'executablename="$exedir/$exeprog"'           >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'datadir="/.../ports/share/ghc-bootstrap/share"'                             >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'bindir="/.../ports/share/ghc-bootstrap/bin"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'topdir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'pgmgcc="/usr/bin/llvm-gcc-4.2"'                      >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot echo 'HSC2HS_EXTRA="--cflag=-m64 --cflag=-fno-stack-protector --lflag=-m64"' >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot cat utils/hsc2hs/hsc2hs.wrapper                         >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot chmod +x                                         "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/hsc2hs"
:info:destroot /usr/bin/install -c -m 644  utils/hsc2hs/template-hsc.h "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                        "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                           "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo '#!/bin/sh'                                       >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'exedir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                        >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'exeprog="ghc-pkg"'                          >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'executablename="$exedir/$exeprog"'           >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'datadir="/.../ports/share/ghc-bootstrap/share"'                             >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'bindir="/.../ports/share/ghc-bootstrap/bin"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'topdir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot echo 'pgmgcc="/usr/bin/llvm-gcc-4.2"'                      >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot cat utils/ghc-pkg/ghc-pkg.wrapper                         >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot chmod +x                                         "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg-7.0.4"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg"
:info:destroot ln -s ghc-pkg-7.0.4 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-pkg"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                        "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                           "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo '#!/bin/sh'                                       >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'exedir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                        >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'exeprog="runghc"'                          >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'executablename="$exedir/$exeprog"'           >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'datadir="/.../ports/share/ghc-bootstrap/share"'                             >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'bindir="/.../ports/share/ghc-bootstrap/bin"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'topdir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot echo 'pgmgcc="/usr/bin/llvm-gcc-4.2"'                      >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot cat utils/runghc/runghc.wrapper                         >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot chmod +x                                         "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runghc"
:info:destroot "rm" -f "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runhaskell"
:info:destroot ln -s runghc "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/runhaskell"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot "rm" -f                                        "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot create () { touch "$1" && chmod 755 "$1" ; } && create                                           "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo '#!/bin/sh'                                       >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'exedir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                        >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'exeprog="ghc-stage2"'                          >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'executablename="$exedir/$exeprog"'           >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'datadir="/.../ports/share/ghc-bootstrap/share"'                             >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'bindir="/.../ports/share/ghc-bootstrap/bin"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'topdir="/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"'                               >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'pgmgcc="/usr/bin/llvm-gcc-4.2"'                      >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot echo 'executablename="$exedir/ghc"' >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot cat ghc/ghc.wrapper                         >> "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot chmod +x                                         "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc-7.0.4"
:info:destroot "rm" -f "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc"
:info:destroot ln -s ghc-7.0.4 "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin/ghc"
:info:destroot /usr/bin/llvm-gcc-4.2 -E -I/usr/include -m64 -undef -traditional -P -DINSTALLING -DLIB_DIR='"/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"' -DINCLUDE_DIR='"/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include"'  -x c -Iincludes libffi/package.conf.in -o libffi/package.conf.install.raw
:info:destroot grep -v '^#pragma GCC' libffi/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ 	]*,/: /g' >libffi/package.conf.install
:info:destroot /usr/bin/llvm-gcc-4.2 -E -I/usr/include -m64 -undef -traditional -P -DINSTALLING -DLIB_DIR='"/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"' -DINCLUDE_DIR='"/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.install.raw
:info:destroot grep -v '^#pragma GCC' rts/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ 	]*,/: /g' >rts/package.conf.install
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot for i in utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/runghc/dist/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \
:info:destroot 		/usr/bin/install -c -m 755  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"; \
:info:destroot 	done
:info:destroot "mv" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-stage2" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot "rm" -rf "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/package.conf.d"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/package.conf.d"
:info:destroot "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" --force --global-conf "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/package.conf.d" update libffi/package.conf.install
:info:destroot Reading package info from "libffi/package.conf.install" ... done.
:info:destroot ffi-1.0: Warning: library-dirs: /.../ports/share/ghc-bootstrap/lib/ghc-7.0.4 doesn't exist or isn't a directory
:info:destroot ffi-1.0: Warning: include-dirs: /.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include doesn't exist or isn't a directory
:info:destroot ffi-1.0: cannot find libHSffi.a on library path (ignoring)
:info:destroot "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" --force --global-conf "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/package.conf.d" update rts/package.conf.install
:info:destroot Reading package info from "rts/package.conf.install" ... done.
:info:destroot rts-1.0: Warning: library-dirs: /.../ports/share/ghc-bootstrap/lib/ghc-7.0.4 doesn't exist or isn't a directory
:info:destroot rts-1.0: Warning: include-dirs: /.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include doesn't exist or isn't a directory
:info:destroot rts-1.0: cannot find libHSrts.a on library path (ignoring)
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/ghc-prim dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-prim-0.2.0.0
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0.a(longlong.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0_p.a(longlong.p_o) has no symbols
:info:destroot Registering ghc-prim-0.2.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/integer-gmp dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(mp_clz_tab.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(obprintf.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(obprntffuns.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(obvprintf.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(repl-vsnprintf.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a(mp_clz_tab.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a(obprintf.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a(obprntffuns.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a(obvprintf.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3_p.a(repl-vsnprintf.o) has no symbols
:info:destroot Registering integer-gmp-0.2.0.3...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/base dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/base-4.3.1.0
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/base-4.3.1.0/libHSbase-4.3.1.0.a(Win32Utils.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/base-4.3.1.0/libHSbase-4.3.1.0.a(consUtils.o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/base-4.3.1.0/libHSbase-4.3.1.0_p.a(Win32Utils.p_o) has no symbols
:info:destroot /usr/bin/ranlib: file: /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/base-4.3.1.0/libHSbase-4.3.1.0_p.a(consUtils.p_o) has no symbols
:info:destroot Registering base-4.3.1.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/filepath dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/filepath-1.2.0.0
:info:destroot Registering filepath-1.2.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/array dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/array-0.3.0.2
:info:destroot Registering array-0.3.0.2...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/bytestring dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/bytestring-0.9.1.10
:info:destroot Registering bytestring-0.9.1.10...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/containers dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/containers-0.4.0.0
:info:destroot Registering containers-0.4.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/unix dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/unix-2.4.2.0
:info:destroot Registering unix-2.4.2.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/old-locale dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/old-locale-1.0.0.2
:info:destroot Registering old-locale-1.0.0.2...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/old-time dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/old-time-1.0.0.6
:info:destroot Registering old-time-1.0.0.6...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/time dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/time-1.2.0.3
:info:destroot Registering time-1.2.0.3...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/directory dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/directory-1.1.0.0
:info:destroot Registering directory-1.1.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/process dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/process-1.0.1.5
:info:destroot Registering process-1.0.1.5...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/random dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/random-1.0.0.3
:info:destroot Registering random-1.0.0.3...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/extensible-exceptions dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/extensible-exceptions-0.1.1.2
:info:destroot Registering extensible-exceptions-0.1.1.2...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/haskell98 dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/haskell98-1.1.0.1
:info:destroot Registering haskell98-1.1.0.1...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/haskell2010 dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/haskell2010-1.0.0.0
:info:destroot Registering haskell2010-1.0.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/hpc dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/hpc-0.5.0.6
:info:destroot Registering hpc-0.5.0.6...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/pretty dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/pretty-1.0.1.2
:info:destroot Registering pretty-1.0.1.2...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/template-haskell dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/template-haskell-2.5.0.0
:info:destroot Registering template-haskell-2.5.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/Cabal dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0
:info:destroot Registering Cabal-1.10.2.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/ghc-binary dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-binary-0.5.0.2
:info:destroot Registering ghc-binary-0.5.0.2...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" libraries/bin-package-db dist-install '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO  
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/bin-package-db-0.0.0.0
:info:destroot Registering bin-package-db-0.0.0.0...
:info:destroot "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" "strip" "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" compiler stage2 '/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot' '/.../ports/share/ghc-bootstrap' '/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4' '/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries' NO
:info:destroot Installing library in
:info:destroot /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-7.0.4
:info:destroot Registering ghc-7.0.4...
:info:destroot "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/ghc-pkg" --global-conf "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/package.conf.d" hide ghc-binary
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot for i in driver/ghc-usage.txt driver/ghci-usage.txt libffi/dist-install/build/libHSffi.a libffi/dist-install/build/libHSffi_p.a libffi/dist-install/build/HSffi.o rts/dist/build/libHSrtsmain.a rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a extra-gcc-opts; do \
:info:destroot 		case $i in \
:info:destroot 		  *.a) \
:info:destroot 		    /usr/bin/install -c -m 644  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"; \
:info:destroot 		    : /.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/`basename $i` ;; \
:info:destroot 		  *.dll) \
:info:destroot 		    /usr/bin/install -c -m 644 -s  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" ;; \
:info:destroot 		  *.so) \
:info:destroot 		    /usr/bin/install -c -m 755  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4" ;; \
:info:destroot 		  *.dylib) \
:info:destroot 		    /usr/bin/install -c -m 755  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4";; \
:info:destroot 		  *) \
:info:destroot 		    /usr/bin/install -c -m 644  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"; \
:info:destroot 		esac; \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include"
:info:destroot for i in libffi/dist-install/build/ffi.h libffi/dist-install/build/ffitarget.h; do \
:info:destroot 		/usr/bin/install -c -m 644  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4/include"; \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin"
:info:destroot for i in utils/hp2ps/dist/build/tmp/hp2ps utils/hpc/dist/build/tmp/hpc; do \
:info:destroot 		/usr/bin/install -c -m 755  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/bin" ;  \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"
:info:destroot for i in utils/unlit/dist/build/tmp/unlit; do \
:info:destroot 		/usr/bin/install -c -m 755  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/lib/ghc-7.0.4"; \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc"
:info:destroot for i in docs/users_guide/users_guide.ps docs/users_guide/users_guide.pdf libraries/Cabal/doc/Cabal.ps libraries/Cabal/doc/Cabal.pdf utils/haddock/doc/haddock.ps utils/haddock/doc/haddock.pdf; do \
:info:destroot 		/usr/bin/install -c -m 644  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc"; \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html"
:info:destroot /usr/bin/install -c -m 644  docs/index.html "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html"
:info:destroot /usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries"
:info:destroot for i in libraries/*.html libraries/*.gif libraries/*.css libraries/*.js; do \
:info:destroot 		/usr/bin/install -c -m 644  $i "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries/"; \
:info:destroot 	done
:info:destroot /usr/bin/install -c -m 644  libraries/prologue.txt "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries/"
:info:destroot /usr/bin/install -c -m 755  libraries/gen_contents_index "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/libraries/"
:info:destroot for i in docs/users_guide/users_guide libraries/Cabal/doc/Cabal utils/haddock/doc/haddock; do \
:info:destroot 		/usr/bin/install -c -m 755 -d "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/`basename $i`"; \
:info:destroot 		/usr/bin/install -c -m 644  $i/* "/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/destroot/.../ports/share/ghc-bootstrap/share/doc/ghc/html/`basename $i`"; \
:info:destroot 	done
:info:destroot make: Leaving directory `/.../ports/var/macports/build/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/work/ghc-7.0.4'
:debug:destroot Executing portdestroot::destroot_finish
:info:destroot --->  Compressing man pages for ghc-bootstrap
:debug:destroot Scanning man1
:info:destroot man1/ghc.1:	 74.2% -- replaced with man1/ghc.1.gz
:info:destroot man1/ghc.1.gz: changing permissions from 00644 to 00444
:debug:destroot checking for mtree violations
:debug:destroot Privilege de-escalation not attempted as not running as root.
:debug:install install phase started at Sun Sep 23 10:23:58 PDT 2012
:notice:install --->  Installing ghc-bootstrap @7.0.4_0
:error:install org.macports.install for port ghc-bootstrap returned: MacPorts requires root privileges for this action
:debug:install Error code: NONE
:debug:install Backtrace: MacPorts requires root privileges for this action
    while executing
"elevateToRoot "install""
    (procedure "portinstall::install_start" line 11)
    invoked from within
"[ditem_key $ditem prerun] $targetname"
:info:install Warning: targets not executed for ghc-bootstrap: org.macports.activate org.macports.install
:notice:install Please see the log file for port ghc-bootstrap for details:
    /.../ports/var/macports/logs/_..._ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log

comment:7 Changed 12 years ago by frozencemetery (Robbie Harwood)

Cc: rharwood@… added

Cc Me!

comment:8 Changed 11 years ago by jmroot (Joshua Root)

Are you sure all the parent directories have rx permissions?

comment:9 in reply to:  8 ; Changed 11 years ago by frozencemetery (Robbie Harwood)

Replying to jmr@…:

Are you sure all the parent directories have rx permissions?

Everything from the port install directory (~ in my case) down does.

comment:10 in reply to:  9 Changed 11 years ago by posita (Matt Bogosian)

Replying to rharwood@…:

Replying to jmr@…:

Are you sure all the parent directories have rx permissions?

Everything from the port install directory (~ in my case) down does.

Me too. Still no go. Here's my latest attempt:

...:[~]% port upgrade outdated
--->  Installing ghc-bootstrap @7.0.4_0
Error: org.macports.install for port ghc-bootstrap returned: MacPorts requires root privileges for this action
Please see the log file for port ghc-bootstrap for details:
    /.../var/macports/logs/_..._var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log
Error: Problem while installing ghc-bootstrap
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
zsh: exit 1     port upgrade outdated
...:[~]% cat /.../var/macports/logs/_..._var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log
version:1
:debug:main ghc-bootstrap has no conflicts
:debug:main Executing org.macports.main (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.build (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.destroot (ghc-bootstrap)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:install install phase started at Mon Nov 12 12:39:35 PST 2012
:notice:install --->  Installing ghc-bootstrap @7.0.4_0
:error:install org.macports.install for port ghc-bootstrap returned: MacPorts requires root privileges for this action
:debug:install Error code: NONE
:debug:install Backtrace: MacPorts requires root privileges for this action
    while executing
"elevateToRoot "install""
    (procedure "portinstall::install_start" line 11)
    invoked from within
"[ditem_key $ditem prerun] $targetname"
:info:install Warning: targets not executed for ghc-bootstrap: org.macports.activate org.macports.install
:notice:install Please see the log file for port ghc-bootstrap for details:
    /.../var/macports/logs/_..._var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_ghc-bootstrap/ghc-bootstrap/main.log

comment:11 Changed 11 years ago by neverpanic (Clemens Lang)

I can reproduce this, and adding some debug code actually shows:

DEBUG: [file writable /Users/clemens/Development/MacPortsTesting/share/ghc-bootstrap]: 0

So one of the tests mentioned earlier actually fails, but we didn't notice it before, because we weren't testing the correct path.

comment:12 Changed 11 years ago by neverpanic (Clemens Lang)

Cc: kitchen.andy@… added; cal@… removed
Owner: changed from kitchen.andy@… to cal@…
Status: newassigned

comment:13 Changed 11 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: assignedclosed

Fixed in r99641.

Note: See TracTickets for help on using tickets.