Opened 16 years ago

Closed 14 years ago

#13965 closed defect (duplicate)

sudo port mdmg wv fails on a new MacPorts installation

Reported by: grahamperrin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: wv

Description

# in sh, remove MacPorts

grahamperrin:~ gjp22$ sudo rm -rf \
> /opt/local \
> /Applications/MacPorts \
> /Applications/DarwinPorts \
> /Library/Tcl/macports1.0 \
> /Library/Tcl/darwinports1.0 \
> /Library/LaunchDaemons/org.macports.* \
> /Library/StartupItems/DarwinPortsStartup \
> /Library/Receipts/MacPorts*.pkg \
> /Library/Receipts/DarwinPorts*.pkg
grahamperrin:~ gjp22$ clear

# then install MacPorts
# then in sh, selfupdate

grahamperrin:~ gjp22$ sudo port selfupdate
Password:

MacPorts base version 1.600 installed

Downloaded MacPorts base version 1.600

The MacPorts installation is not outdated and so was not updated
selfupdate done!
grahamperrin:~ gjp22$ clear

grahamperrin:~ gjp22$ sudo port -f mdmg wv
--->  Fetching wv
--->  Attempting to fetch wv-1.2.4.tar.gz from http://downloads.sourceforge.net/wvware
--->  Verifying checksum(s) for wv
--->  Extracting wv
--->  Configuring wv
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man " returned error 1
Command output: checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GSF... Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgsf-1' found
no
configure: error: 

Error: Status 1 encountered during processing.

Mac OS X 10.4.11, Intel MacBook Pro

Change History (3)

comment:1 Changed 16 years ago by grahamperrin@…

Attempt to workaround

Following a suggestion from Eridius:

Beginning with a clean MacPorts installation,

  1. sudo port install libgsf
  2. sudo port destroot wv

should give you all the dependencies for wv and then destroot wv

  1. sudo port mdmg wv

Result

/bin/sh
sudo rm -rf \
> /opt/local \
> /Applications/MacPorts \
> /Applications/DarwinPorts \
> /Library/Tcl/macports1.0 \
> /Library/Tcl/darwinports1.0 \
> /Library/LaunchDaemons/org.macports.* \
> /Library/StartupItems/DarwinPortsStartup \
> /Library/Receipts/MacPorts*.pkg \
> /Library/Receipts/DarwinPorts*.pkg

# then install MacPorts from MacPorts-1.6.0-10.4-Tiger.dmg

sudo port selfupdate

MacPorts base version 1.600 installed

Downloaded MacPorts base version 1.600

The MacPorts installation is not outdated and so was not updated
selfupdate done!
sudo port install libgsf
--->  Fetching xmlcatmgr
--->  Attempting to fetch xmlcatmgr-2.2.tar.gz from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
--->  Verifying checksum(s) for xmlcatmgr
--->  Extracting xmlcatmgr
--->  Configuring xmlcatmgr
--->  Building xmlcatmgr with target all
--->  Staging xmlcatmgr into destroot
--->  Installing xmlcatmgr 2.2_1
--->  Activating xmlcatmgr 2.2_1
--->  Cleaning xmlcatmgr
--->  Fetching docbook-xml-4.1.2
--->  Attempting to fetch docbkx412.zip from http://www.oasis-open.org/docbook/xml/4.1.2/
--->  Verifying checksum(s) for docbook-xml-4.1.2
--->  Extracting docbook-xml-4.1.2
--->  Configuring docbook-xml-4.1.2
--->  Building docbook-xml-4.1.2 with target all
--->  Staging docbook-xml-4.1.2 into destroot
--->  Installing docbook-xml-4.1.2 4.1.2_1
--->  Activating docbook-xml-4.1.2 4.1.2_1
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xml/docbook/4.1.2/catalog.xml".
######################################################################
--->  Cleaning docbook-xml-4.1.2
--->  Fetching expat
--->  Attempting to fetch expat-2.0.1.tar.gz from http://downloads.sourceforge.net/expat
--->  Verifying checksum(s) for expat
--->  Extracting expat
--->  Configuring expat
--->  Building expat with target all
--->  Staging expat into destroot
--->  Installing expat 2.0.1_0
--->  Activating expat 2.0.1_0
--->  Cleaning expat
--->  Fetching libiconv
--->  Attempting to fetch libiconv-1.12.tar.gz from http://ftp.gnu.org/gnu/libiconv
--->  Verifying checksum(s) for libiconv
--->  Extracting libiconv
--->  Applying patches to libiconv
--->  Configuring libiconv
--->  Building libiconv with target all
--->  Staging libiconv into destroot
--->  Installing libiconv 1.12_0+darwin_8
--->  Activating libiconv 1.12_0+darwin_8
--->  Cleaning libiconv
--->  Fetching zlib
--->  Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
--->  Verifying checksum(s) for zlib
--->  Extracting zlib
--->  Applying patches to zlib
--->  Configuring zlib
--->  Building zlib with target all
--->  Staging zlib into destroot
--->  Installing zlib 1.2.3_1
--->  Activating zlib 1.2.3_1
--->  Cleaning zlib
--->  Fetching libxml2
--->  Attempting to fetch libxml2-2.6.30.tar.gz from http://xmlsoft.org/sources/
--->  Verifying checksum(s) for libxml2
--->  Extracting libxml2
--->  Configuring libxml2
--->  Building libxml2 with target all
--->  Staging libxml2 into destroot
--->  Installing libxml2 2.6.30_0
--->  Activating libxml2 2.6.30_0
--->  Cleaning libxml2
--->  Fetching pkgconfig
--->  Attempting to fetch pkg-config-0.23.tar.gz from http://pkg-config.freedesktop.org/releases/
--->  Verifying checksum(s) for pkgconfig
--->  Extracting pkgconfig
--->  Configuring pkgconfig
--->  Building pkgconfig with target all
--->  Staging pkgconfig into destroot
--->  Installing pkgconfig 0.23_0
--->  Activating pkgconfig 0.23_0
--->  Cleaning pkgconfig
--->  Fetching docbook-xml-4.2
--->  Attempting to fetch docbook-xml-4.2.zip from http://www.oasis-open.org/docbook/xml/4.2/
--->  Verifying checksum(s) for docbook-xml-4.2
--->  Extracting docbook-xml-4.2
--->  Configuring docbook-xml-4.2
--->  Building docbook-xml-4.2 with target all
--->  Staging docbook-xml-4.2 into destroot
--->  Installing docbook-xml-4.2 4.2_0
--->  Activating docbook-xml-4.2 4.2_0
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xml/docbook/4.2/catalog.xml".
######################################################################
--->  Cleaning docbook-xml-4.2
--->  Fetching docbook-xsl
--->  Attempting to fetch docbook-xsl-1.72.0.tar.bz2 from http://downloads.sourceforge.net/docbook
--->  Verifying checksum(s) for docbook-xsl
--->  Extracting docbook-xsl
--->  Configuring docbook-xsl
--->  Building docbook-xsl with target all
--->  Staging docbook-xsl into destroot
--->  Installing docbook-xsl 1.72.0_0
--->  Activating docbook-xsl 1.72.0_0
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xsl/docbook-xsl/catalog.xml".
######################################################################
--->  Cleaning docbook-xsl
--->  Fetching ncursesw
--->  Attempting to fetch ncurses-5.6.tar.gz from http://ftp.gnu.org/gnu/ncurses
--->  Verifying checksum(s) for ncursesw
--->  Extracting ncursesw
--->  Applying patches to ncursesw
--->  Configuring ncursesw
--->  Building ncursesw with target all
--->  Staging ncursesw into destroot
--->  Installing ncursesw 5.6_1+darwin_8
--->  Activating ncursesw 5.6_1+darwin_8
--->  Cleaning ncursesw
--->  Fetching ncurses
--->  Verifying checksum(s) for ncurses
--->  Extracting ncurses
--->  Applying patches to ncurses
--->  Configuring ncurses
--->  Building ncurses with target all
--->  Staging ncurses into destroot
--->  Installing ncurses 5.6_0+darwin_8
--->  Activating ncurses 5.6_0+darwin_8
--->  Cleaning ncurses
--->  Fetching gettext
--->  Attempting to fetch gettext-0.17.tar.gz from http://ftp.gnu.org/gnu/gettext
--->  Verifying checksum(s) for gettext
--->  Extracting gettext
--->  Applying patches to gettext
--->  Configuring gettext
--->  Building gettext with target all
--->  Staging gettext into destroot
--->  Installing gettext 0.17_3
--->  Activating gettext 0.17_3
--->  Cleaning gettext
--->  Fetching getopt
--->  Attempting to fetch getopt-1.1.4.tar.gz from http://software.frodo.looijaard.name/getopt/files/
--->  Verifying checksum(s) for getopt
--->  Extracting getopt
--->  Applying patches to getopt
--->  Configuring getopt
--->  Building getopt with target all
--->  Staging getopt into destroot
--->  Installing getopt 1.1.4_1
--->  Activating getopt 1.1.4_1
--->  Cleaning getopt
--->  Fetching libxslt
--->  Attempting to fetch libxslt-1.1.22.tar.gz from ftp://xmlsoft.org/libxslt/
--->  Verifying checksum(s) for libxslt
--->  Extracting libxslt
--->  Configuring libxslt
--->  Building libxslt with target all
--->  Staging libxslt into destroot
--->  Installing libxslt 1.1.22_0
--->  Activating libxslt 1.1.22_0
--->  Cleaning libxslt
--->  Fetching xmlto
--->  Attempting to fetch xmlto-0.0.18.tar.bz2 from http://cyberelk.net/tim/data/xmlto/stable/
--->  Verifying checksum(s) for xmlto
--->  Extracting xmlto
--->  Configuring xmlto
--->  Building xmlto with target all
--->  Staging xmlto into destroot
--->  Installing xmlto 0.0.18_3
--->  Activating xmlto 0.0.18_3
--->  Cleaning xmlto
--->  Fetching dbus
--->  Attempting to fetch dbus-1.0.2.tar.gz from http://dbus.freedesktop.org/releases/dbus
--->  Verifying checksum(s) for dbus
--->  Extracting dbus
--->  Configuring dbus
--->  Building dbus with target all
--->  Staging dbus into destroot
--->  Creating launchd control script
###########################################################
# A startup item has been generated that will aid in
# starting dbus with launchd. It is disabled
# by default. Execute the following command to start it,
# and to cause it to launch at startup:
#
# sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist
###########################################################
--->  Installing dbus 1.0.2_2
--->  Activating dbus 1.0.2_2
--->  Cleaning dbus
--->  Fetching glib2
--->  Attempting to fetch glib-2.14.5.tar.bz2 from ftp://ftp.gtk.org/pub/glib/2.14/
--->  Verifying checksum(s) for glib2
--->  Extracting glib2
--->  Applying patches to glib2
--->  Configuring glib2
--->  Building glib2 with target all
--->  Staging glib2 into destroot
--->  Installing glib2 2.14.5_0
--->  Activating glib2 2.14.5_0
--->  Cleaning glib2
--->  Fetching dbus-glib
--->  Attempting to fetch dbus-glib-0.74.tar.gz from http://dbus.freedesktop.org/releases/dbus-glib
--->  Verifying checksum(s) for dbus-glib
--->  Extracting dbus-glib
--->  Configuring dbus-glib
--->  Building dbus-glib with target all
--->  Staging dbus-glib into destroot
--->  Installing dbus-glib 0.74_0
--->  Activating dbus-glib 0.74_0
--->  Cleaning dbus-glib
--->  Fetching atk
--->  Attempting to fetch atk-1.20.0.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/atk/1.20/
--->  Verifying checksum(s) for atk
--->  Extracting atk
--->  Configuring atk
--->  Building atk with target all
--->  Staging atk into destroot
--->  Installing atk 1.20.0_1
--->  Activating atk 1.20.0_1
--->  Cleaning atk
--->  Fetching freetype
--->  Attempting to fetch freetype-2.3.5.tar.bz2 from http://download.savannah.gnu.org/releases/freetype/
--->  Verifying checksum(s) for freetype
--->  Extracting freetype
--->  Applying patches to freetype
--->  Configuring freetype
--->  Building freetype with target all
--->  Staging freetype into destroot
--->  Installing freetype 2.3.5_1
--->  Activating freetype 2.3.5_1
--->  Cleaning freetype
--->  Fetching fontconfig
--->  Attempting to fetch fontconfig-2.5.0.tar.gz from http://fontconfig.org/release/
--->  Verifying checksum(s) for fontconfig
--->  Extracting fontconfig
--->  Configuring fontconfig
--->  Building fontconfig with target all
--->  Staging fontconfig into destroot
--->  Installing fontconfig 2.5.0_0+macosx
--->  Activating fontconfig 2.5.0_0+macosx
--->  Cleaning fontconfig
--->  Fetching libpng
--->  Attempting to fetch libpng-1.2.24.tar.bz2 from http://downloads.sourceforge.net/libpng
--->  Verifying checksum(s) for libpng
--->  Extracting libpng
--->  Configuring libpng
--->  Building libpng with target all
--->  Staging libpng into destroot
--->  Installing libpng 1.2.24_0+darwin_8
--->  Activating libpng 1.2.24_0+darwin_8
--->  Cleaning libpng
--->  Fetching render
--->  Attempting to fetch renderext-0.9.tar.bz2 from http://xlibs.freedesktop.org/release/
--->  Verifying checksum(s) for render
--->  Extracting render
--->  Configuring render
--->  Building render with target all
--->  Staging render into destroot
--->  Installing render 0.9_1
--->  Activating render 0.9_1
--->  Cleaning render
--->  Fetching xrender
--->  Attempting to fetch libXrender-0.9.0.tar.bz2 from http://xlibs.freedesktop.org/release/
--->  Verifying checksum(s) for xrender
--->  Extracting xrender
--->  Configuring xrender
--->  Building xrender with target all
--->  Staging xrender into destroot
--->  Installing xrender 0.9.0_2+darwin_8
--->  Activating xrender 0.9.0_2+darwin_8
--->  Cleaning xrender
--->  Fetching cairo
--->  Attempting to fetch cairo-1.4.14.tar.gz from http://cairographics.org/releases/
--->  Verifying checksum(s) for cairo
--->  Extracting cairo
--->  Configuring cairo
--->  Building cairo with target all
--->  Staging cairo into destroot
--->  Installing cairo 1.4.14_0
--->  Activating cairo 1.4.14_0
--->  Cleaning cairo
--->  Fetching perl5.8
--->  Attempting to fetch perl-5.8.8.tar.bz2 from http://www.cpan.org/src/5.0/
--->  Verifying checksum(s) for perl5.8
--->  Extracting perl5.8
--->  Applying patches to perl5.8
--->  Configuring perl5.8
--->  Building perl5.8 with target all
--->  Staging perl5.8 into destroot
--->  Installing perl5.8 5.8.8_1+darwin_8
--->  Activating perl5.8 5.8.8_1+darwin_8
--->  Cleaning perl5.8
--->  Fetching docbook-xml-4.3
--->  Attempting to fetch docbook-xml-4.3.zip from http://www.oasis-open.org/docbook/xml/4.3/
--->  Verifying checksum(s) for docbook-xml-4.3
--->  Extracting docbook-xml-4.3
--->  Configuring docbook-xml-4.3
--->  Building docbook-xml-4.3 with target all
--->  Staging docbook-xml-4.3 into destroot
--->  Installing docbook-xml-4.3 4.3_0
--->  Activating docbook-xml-4.3 4.3_0
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xml/docbook/4.3/catalog.xml".
######################################################################
--->  Cleaning docbook-xml-4.3
--->  Fetching docbook-xml-4.4
--->  Attempting to fetch docbook-xml-4.4.zip from http://www.oasis-open.org/docbook/xml/4.4/
--->  Verifying checksum(s) for docbook-xml-4.4
--->  Extracting docbook-xml-4.4
--->  Configuring docbook-xml-4.4
--->  Building docbook-xml-4.4 with target all
--->  Staging docbook-xml-4.4 into destroot
--->  Installing docbook-xml-4.4 4.4_0
--->  Activating docbook-xml-4.4 4.4_0
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xml/docbook/4.4/catalog.xml".
######################################################################
--->  Cleaning docbook-xml-4.4
--->  Fetching docbook-xml-4.5
--->  Attempting to fetch docbook-xml-4.5.zip from http://www.oasis-open.org/docbook/xml/4.5/
--->  Verifying checksum(s) for docbook-xml-4.5
--->  Extracting docbook-xml-4.5
--->  Configuring docbook-xml-4.5
--->  Building docbook-xml-4.5 with target all
--->  Staging docbook-xml-4.5 into destroot
--->  Installing docbook-xml-4.5 4.5_0
--->  Activating docbook-xml-4.5 4.5_0
######################################################################
# As MacPorts does not currently have a post-deactivate hook, 
# you will need to ensure that you manually remove the catalog 
# entry for this port when you uninstall it.  To do so, run 
# "xmlcatmgr remove nextCatalog /opt/local/share/xml/docbook/4.5/catalog.xml".
######################################################################
--->  Cleaning docbook-xml-4.5
--->  Fetching docbook-xml
--->  Verifying checksum(s) for docbook-xml
--->  Extracting docbook-xml
--->  Configuring docbook-xml
--->  Building docbook-xml with target all
--->  Staging docbook-xml into destroot
--->  Installing docbook-xml 4.5_1
--->  Activating docbook-xml 4.5_1
--->  Cleaning docbook-xml
--->  Fetching p5-xml-parser
--->  Attempting to fetch XML-Parser-2.36.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/XML
--->  Verifying checksum(s) for p5-xml-parser
--->  Extracting p5-xml-parser
--->  Configuring p5-xml-parser
--->  Building p5-xml-parser with target all
--->  Staging p5-xml-parser into destroot
--->  Installing p5-xml-parser 2.36_0
--->  Activating p5-xml-parser 2.36_0
--->  Cleaning p5-xml-parser
--->  Fetching scrollkeeper
--->  Attempting to fetch scrollkeeper-0.3.14.tar.gz from http://downloads.sourceforge.net/scrollkeeper
--->  Verifying checksum(s) for scrollkeeper
--->  Extracting scrollkeeper
--->  Applying patches to scrollkeeper
--->  Configuring scrollkeeper
--->  Building scrollkeeper with target all
--->  Staging scrollkeeper into destroot
--->  Installing scrollkeeper 0.3.14_6
--->  Activating scrollkeeper 0.3.14_6
--->  Cleaning scrollkeeper
--->  Fetching gtk-doc
--->  Attempting to fetch gtk-doc-1.9.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gtk-doc/1.9/
--->  Verifying checksum(s) for gtk-doc
--->  Extracting gtk-doc
--->  Configuring gtk-doc
--->  Building gtk-doc with target all
--->  Staging gtk-doc into destroot
--->  Installing gtk-doc 1.9_0
--->  Activating gtk-doc 1.9_0
--->  Cleaning gtk-doc
--->  Fetching jpeg
--->  Attempting to fetch jpegsrc.v6b.tar.gz from http://www.ijg.org/files
--->  Attempting to fetch droppatch.tar.gz from http://sylvana.net/jpegcrop/
--->  Verifying checksum(s) for jpeg
--->  Extracting jpeg
--->  Applying patches to jpeg
--->  Configuring jpeg
--->  Building jpeg with target all
--->  Staging jpeg into destroot
--->  Installing jpeg 6b_2
--->  Activating jpeg 6b_2
--->  Cleaning jpeg
--->  Fetching xorg-util-macros
--->  Attempting to fetch util-macros-1.1.5.tar.bz2 from http://www.x.org/pub/individual/util/
--->  Verifying checksum(s) for xorg-util-macros
--->  Extracting xorg-util-macros
--->  Configuring xorg-util-macros
--->  Building xorg-util-macros with target all
--->  Staging xorg-util-macros into destroot
--->  Installing xorg-util-macros 1.1.5_0
--->  Activating xorg-util-macros 1.1.5_0
--->  Cleaning xorg-util-macros
--->  Fetching xorg-xproto
--->  Attempting to fetch xproto-7.0.11.tar.bz2 from http://www.x.org/pub/individual/proto/
--->  Verifying checksum(s) for xorg-xproto
--->  Extracting xorg-xproto
--->  Applying patches to xorg-xproto
--->  Configuring xorg-xproto
--->  Building xorg-xproto with target all
--->  Staging xorg-xproto into destroot
--->  Installing xorg-xproto 7.0.11_1
--->  Activating xorg-xproto 7.0.11_1
--->  Cleaning xorg-xproto
--->  Fetching Xft2
--->  Attempting to fetch libXft-2.1.12.tar.bz2 from http://xorg.freedesktop.org/releases/individual/lib/
--->  Verifying checksum(s) for Xft2
--->  Extracting Xft2
--->  Configuring Xft2
--->  Building Xft2 with target all
--->  Staging Xft2 into destroot
--->  Installing Xft2 2.1.12_0
--->  Activating Xft2 2.1.12_0
--->  Cleaning Xft2
--->  Fetching pango
--->  Attempting to fetch pango-1.18.4.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/pango/1.18
--->  Verifying checksum(s) for pango
--->  Extracting pango
--->  Applying patches to pango
--->  Configuring pango
--->  Building pango with target all
--->  Staging pango into destroot
--->  Installing pango 1.18.4_0
--->  Activating pango 1.18.4_0
--->  Cleaning pango
--->  Fetching tiff
--->  Attempting to fetch tiff-3.8.2.tar.gz from ftp://ftp.remotesensing.org/pub/libtiff/
--->  Verifying checksum(s) for tiff
--->  Extracting tiff
--->  Configuring tiff
--->  Building tiff with target all
--->  Staging tiff into destroot
--->  Installing tiff 3.8.2_1+darwin_8+macosx
--->  Activating tiff 3.8.2_1+darwin_8+macosx
--->  Cleaning tiff
--->  Fetching gtk2
--->  Attempting to fetch gtk+-2.12.2.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gtk+/2.12/
--->  Verifying checksum(s) for gtk2
--->  Extracting gtk2
--->  Configuring gtk2
--->  Building gtk2 with target all
--->  Staging gtk2 into destroot
--->  Installing gtk2 2.12.2_0+x11
--->  Activating gtk2 2.12.2_0+x11
--->  Cleaning gtk2
--->  Fetching intltool
--->  Attempting to fetch intltool-0.36.2.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/intltool/0.36/
--->  Verifying checksum(s) for intltool
--->  Extracting intltool
--->  Configuring intltool
--->  Building intltool with target all
--->  Staging intltool into destroot
--->  Installing intltool 0.36.2_0
--->  Activating intltool 0.36.2_0
--->  Cleaning intltool
--->  Fetching libidl
--->  Attempting to fetch libIDL-0.8.9.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libIDL/0.8/
--->  Verifying checksum(s) for libidl
--->  Extracting libidl
--->  Configuring libidl
--->  Building libidl with target all
--->  Staging libidl into destroot
--->  Installing libidl 0.8.9_0
--->  Activating libidl 0.8.9_0
--->  Cleaning libidl
--->  Fetching orbit2
--->  Attempting to fetch ORBit2-2.14.10.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/ORBit2/2.14/
--->  Verifying checksum(s) for orbit2
--->  Extracting orbit2
--->  Configuring orbit2
--->  Building orbit2 with target all
--->  Staging orbit2 into destroot
--->  Installing orbit2 2.14.10_2
--->  Activating orbit2 2.14.10_2
--->  Cleaning orbit2
--->  Fetching gconf
--->  Attempting to fetch GConf-2.20.1.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/GConf/2.20/
--->  Verifying checksum(s) for gconf
--->  Extracting gconf
--->  Configuring gconf
--->  Building gconf with target all
--->  Staging gconf into destroot
--->  Installing gconf 2.20.1_0
--->  Activating gconf 2.20.1_0
--->  Cleaning gconf
--->  Fetching gnome-mime-data
--->  Attempting to fetch gnome-mime-data-2.18.0.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gnome-mime-data/2.18/
--->  Verifying checksum(s) for gnome-mime-data
--->  Extracting gnome-mime-data
--->  Configuring gnome-mime-data
--->  Building gnome-mime-data with target all
--->  Staging gnome-mime-data into destroot
--->  Installing gnome-mime-data 2.18.0_3
--->  Activating gnome-mime-data 2.18.0_3
--->  Cleaning gnome-mime-data
--->  Fetching howl
--->  Attempting to fetch howl-1.0.0.tar.gz from http://www.porchdogsoft.com/download/
--->  Verifying checksum(s) for howl
--->  Extracting howl
--->  Applying patches to howl
--->  Configuring howl
--->  Building howl with target all
--->  Staging howl into destroot
--->  Installing howl 1.0.0_0
--->  Activating howl 1.0.0_0
--->  Cleaning howl
--->  Fetching openssl
--->  Attempting to fetch openssl-0.9.8g.tar.gz from http://www.openssl.org/source/
--->  Verifying checksum(s) for openssl
--->  Extracting openssl
--->  Applying patches to openssl
--->  Configuring openssl
--->  Building openssl with target all
--->  Staging openssl into destroot
--->  Installing openssl 0.9.8g_0
--->  Activating openssl 0.9.8g_0
--->  Cleaning openssl
--->  Fetching neon
--->  Attempting to fetch neon-0.26.4.tar.gz from http://www.webdav.org/neon/
--->  Verifying checksum(s) for neon
--->  Extracting neon
--->  Configuring neon
--->  Building neon with target all
--->  Staging neon into destroot
--->  Installing neon 0.26.4_0
--->  Activating neon 0.26.4_0
--->  Cleaning neon
--->  Fetching gnome-vfs
--->  Attempting to fetch gnome-vfs-2.20.0.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/gnome-vfs/2.20/
--->  Verifying checksum(s) for gnome-vfs
--->  Extracting gnome-vfs
--->  Configuring gnome-vfs
--->  Building gnome-vfs with target all
--->  Staging gnome-vfs into destroot
--->  Installing gnome-vfs 2.20.0_1
--->  Activating gnome-vfs 2.20.0_1
--->  Cleaning gnome-vfs
--->  Fetching popt
--->  Attempting to fetch popt-1.12.tar.gz from http://rpm5.org/files/popt/
--->  Verifying checksum(s) for popt
--->  Extracting popt
--->  Configuring popt
--->  Building popt with target all
--->  Staging popt into destroot
--->  Installing popt 1.12_0
--->  Activating popt 1.12_0
--->  Cleaning popt
--->  Fetching libbonobo
--->  Attempting to fetch libbonobo-2.20.1.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libbonobo/2.20/
--->  Verifying checksum(s) for libbonobo
--->  Extracting libbonobo
--->  Configuring libbonobo
--->  Building libbonobo with target all
--->  Staging libbonobo into destroot
--->  Installing libbonobo 2.20.1_2
--->  Activating libbonobo 2.20.1_2
--->  Cleaning libbonobo
--->  Fetching libgsf
--->  Attempting to fetch libgsf-1.14.7.tar.bz2 from http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/libgsf/1.14/
--->  Verifying checksum(s) for libgsf
--->  Extracting libgsf
--->  Configuring libgsf
--->  Building libgsf with target all
--->  Staging libgsf into destroot
--->  Installing libgsf 1.14.7_0
--->  Activating libgsf 1.14.7_0
--->  Cleaning libgsf
sudo port destroot wv
Password:
--->  Fetching bzip2
--->  Attempting to fetch bzip2-1.0.4.tar.gz from http://www.bzip.org/1.0.4/
--->  Verifying checksum(s) for bzip2
--->  Extracting bzip2
--->  Applying patches to bzip2
--->  Configuring bzip2
--->  Building bzip2 with target all
--->  Staging bzip2 into destroot
--->  Installing bzip2 1.0.4_1
--->  Activating bzip2 1.0.4_1
--->  Cleaning bzip2
--->  Fetching ImageMagick
--->  Attempting to fetch ImageMagick-6.3.7-10.tar.bz2 from http://image_magick.veidrodis.com/image_magick/
--->  Verifying checksum(s) for ImageMagick
--->  Extracting ImageMagick
--->  Configuring ImageMagick
--->  Building ImageMagick with target all
--->  Staging ImageMagick into destroot
--->  Installing ImageMagick 6.3.7-10_0+darwin_8+q16
--->  Activating ImageMagick 6.3.7-10_0+darwin_8+q16
--->  Cleaning ImageMagick
--->  Fetching wv
--->  Attempting to fetch wv-1.2.4.tar.gz from http://downloads.sourceforge.net/wvware
--->  Verifying checksum(s) for wv
--->  Extracting wv
--->  Configuring wv
--->  Building wv with target all
--->  Staging wv into destroot

# then the trouble begins

sudo port mdmg wv
--->  Creating pkg for wv-1.2.4
--->  Creating pkg for Xft2-2.1.12
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/Xft2-2.1.12.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/work/destroot" is not valid.

--->  Creating pkg for atk-1.20.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/atk-1.20.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_atk/work/destroot" is not valid.

--->  Creating pkg for cairo-1.4.14
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/cairo-1.4.14.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_cairo/work/destroot" is not valid.

--->  Creating pkg for dbus-glib-0.74
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus-glib/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/dbus-glib-0.74.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus-glib/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus-glib/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus-glib/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus-glib/work/destroot" is not valid.

--->  Creating pkg for dbus-1.0.2
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/dbus-1.0.2.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/destroot" is not valid.

--->  Creating pkg for expat-2.0.1
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/expat-2.0.1.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_expat/work/destroot" is not valid.

--->  Creating pkg for fontconfig-2.5.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/fontconfig-2.5.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_fontconfig/work/destroot" is not valid.

--->  Creating pkg for freetype-2.3.5
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/freetype-2.3.5.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_freetype/work/destroot" is not valid.

--->  Creating pkg for gconf-2.20.1
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gconf/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/gconf-2.20.1.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gconf/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gconf/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gconf/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gconf/work/destroot" is not valid.

--->  Creating pkg for gettext-0.17
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/gettext-0.17.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gettext/work/destroot" is not valid.

--->  Creating pkg for glib2-2.14.5
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/glib2-2.14.5.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glib2/work/destroot" is not valid.

--->  Creating pkg for gnome-mime-data-2.18.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-mime-data/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/gnome-mime-data-2.18.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-mime-data/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-mime-data/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-mime-data/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-mime-data/work/destroot" is not valid.

--->  Creating pkg for gnome-vfs-2.20.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-vfs/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/gnome-vfs-2.20.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-vfs/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-vfs/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-vfs/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-vfs/work/destroot" is not valid.

--->  Creating pkg for gtk2-2.12.2
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/gtk2-2.12.2.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_gtk2/work/destroot" is not valid.

--->  Creating pkg for howl-1.0.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_howl/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/howl-1.0.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_howl/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_howl/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_howl/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_howl/work/destroot" is not valid.

--->  Creating pkg for jpeg-6b
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/jpeg-6b.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot" is not valid.

--->  Creating pkg for libbonobo-2.20.1
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libbonobo/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libbonobo-2.20.1.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libbonobo/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libbonobo/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libbonobo/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libbonobo/work/destroot" is not valid.

--->  Creating pkg for libgsf-1.14.7
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libgsf-1.14.7.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgsf/work/destroot" is not valid.

--->  Creating pkg for libiconv-1.12
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libiconv-1.12.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot" is not valid.

--->  Creating pkg for libidl-0.8.9
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libidl/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libidl-0.8.9.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libidl/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libidl/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libidl/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libidl/work/destroot" is not valid.

--->  Creating pkg for libpng-1.2.24
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libpng-1.2.24.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot" is not valid.

--->  Creating pkg for libxml2-2.6.30
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/libxml2-2.6.30.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libxml2/work/destroot" is not valid.

--->  Creating pkg for ncurses-5.6
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/ncurses-5.6.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncurses/work/destroot" is not valid.

--->  Creating pkg for ncursesw-5.6
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncursesw/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/ncursesw-5.6.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncursesw/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncursesw/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncursesw/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ncursesw/work/destroot" is not valid.

--->  Creating pkg for neon-0.26.4
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/neon-0.26.4.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/destroot" is not valid.

--->  Creating pkg for openssl-0.9.8g
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/openssl-0.9.8g.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/destroot" is not valid.

--->  Creating pkg for orbit2-2.14.10
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_orbit2/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/orbit2-2.14.10.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_orbit2/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_orbit2/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_orbit2/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_orbit2/work/destroot" is not valid.

--->  Creating pkg for pango-1.18.4
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/pango-1.18.4.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_pango/work/destroot" is not valid.

--->  Creating pkg for perl5.8-5.8.8
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/perl5.8-5.8.8.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/destroot" is not valid.

--->  Creating pkg for pkgconfig-0.23
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/pkgconfig-0.23.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_pkgconfig/work/destroot" is not valid.

--->  Creating pkg for popt-1.12
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_popt/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/popt-1.12.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_popt/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_popt/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_popt/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_popt/work/destroot" is not valid.

--->  Creating pkg for render-0.9
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_render/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/render-0.9.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_render/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_render/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_render/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_render/work/destroot" is not valid.

--->  Creating pkg for tiff-3.8.2
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/tiff-3.8.2.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_tiff/work/destroot" is not valid.

--->  Creating pkg for xorg-util-macros-1.1.5
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/xorg-util-macros-1.1.5.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-util-macros/work/destroot" is not valid.

--->  Creating pkg for xorg-xproto-7.0.11
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-xproto/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/xorg-xproto-7.0.11.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-xproto/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-xproto/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-xproto/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-xproto/work/destroot" is not valid.

--->  Fetching xorg
Error: Target org.macports.fetch returned: 
        Hi, my name is xorg, I am broken for the time being, so please do not file a bug for me.
        Instead, you can use Apple's X11 that is provided on the OS X install CDs ...
            and also install the X11 SDK from Xcode Tools because they are both required.
        There is also a working XFree86 port and ongoing development to port X11R7 to OS X.
        
--->  Creating pkg for xrender-0.9.0
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/xrender-0.9.0.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xrender/work/destroot" is not valid.

--->  Creating pkg for zlib-1.2.3
Error: Target org.macports.pkg returned: shell command "/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker -build -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_wv/work/wv-1.2.4.mpkg/Contents/Packages/zlib-1.2.3.pkg -r /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/pkg_resources -i /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/Info.plist -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/Description.plist" returned error 1
Command output: 
The package could not be created because of the following errors:
Root directory "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot" is not valid.

--->  Creating disk image for wv-1.2.4

— I guess that's the result of mpkg/pkg command skips destroot.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Cc: grahamperrin@… removed
Port: wv added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.