Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2012 03:50:07 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/171344: pkg_add -r xorg fails for freebsd 9 system
Message-ID:  <201209060350.q863o7DC037713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/171344; it has been noted by GNATS.

From: Scot Hetzel <swhetzel@gmail.com>
To: Arthur Sera <artsera@yahoo.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: amd64/171344: pkg_add -r xorg fails for freebsd 9 system
Date: Wed, 5 Sep 2012 22:42:57 -0500

 Please keep freebsd-gnats-submit in your replies
 
 On Wed, Sep 5, 2012 at 9:34 PM, Arthur Sera <artsera@yahoo.com> wrote:
 > Hi Scot,
 >
 > What we have here is: 'a failure to communicate' and acquire the correct
 > interdependent packages in a coherent manner.
 > I should have given you the complete list of complaints returned by
 > 'pkg_add' instead of a sample from the middle of
 > the file..... my bad!!!
 >
 > Looking more closely than I did this morning I note (as you will see in the
 > complete list below) that the first error
 > was in attempting to acquire perl-5.12.4_3.  This  attempt was rejected
 > because the current perl version, installed
 > with the freebsd version 9 iso, is perl-5.14.2_2.  Since the more advanced
 
 According to ports/Mk/bsd,port.mk, the default perl version is 5.12.4.
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.perl.mk?rev=1.22;content-type=text%2Fplain
 
 > perl version is explicitly required by these
 > other packages:
 >
 > p5-XML-Parser-2.41
 
 I checked the p5-XML-Parser-2.41.tbz package that comes with
 9.0-Release, and it's +CONTENT files shows that it depends on the
 perl-5.12.4_3 package:
 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-release/All/p5-XML-Parser-2.41.tbz
 
 @comment PKG_FORMAT_REVISION:1.1
 @name p5-XML-Parser-2.41
 @comment ORIGIN:textproc/p5-XML-Parser
 @cwd /usr/local
 @pkgdep expat-2.0.1_2
 @comment DEPORIGIN:textproc/expat2
 @pkgdep perl-5.12.4_3
 @comment DEPORIGIN:lang/perl5.12
 
 But the 9-stable package +CONTENT file shows that it depends on perl-5.14.2_2:
 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All/p5-XML-Parser-2.41.tbz
 
 @comment PKG_FORMAT_REVISION:1.1
 @name p5-XML-Parser-2.41
 @comment ORIGIN:textproc/p5-XML-Parser
 @cwd /usr/local
 @pkgdep expat-2.0.1_2
 @comment DEPORIGIN:textproc/expat2
 @pkgdep perl-5.14.2_2
 @comment DEPORIGIN:lang/perl5.14
 
 It looks like you had installed the 9-Stable packages or built them
 from the current ports tree on your system, instead of the 9.0-Release
 packages.  This is what is causing your issue with installing
 9.0-Release packages on your system.
 
 To resolve the issue, you'll need to either uninstall all packages on
 your system, and then re-install them or install the 9-Stable
 packages.
 
 To install the 9-Stable packages, you would need to set PACKAGESITE,
 before you attempt to pkg_add a new packages.
 
 for csh use:
 
 setenv PACKAGESITE
 "ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All"
 
 for sh use
 export PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All
 
 Then use pkg_add -r [package to add] to install the 9-stable package.
 
 NOTE: These packages are built againts the 9-Stable branch and may not
 work correctly on your 9.0-Release system.
 
 > OpenSP-1.5.2_2
 > openjade-1.3.3p1_2
 > texi2html-5.0_1,1
 > ttf2pt1-3.4.4_2
 > zh-ttf2pt1-3.4.0
 > p5-Locale-gettext-1.05_3
 > help2man-1.40.11
 > autoconf-2.69
 > automake-1.12.3
 > p5-type1inst-0.6.1_5
 > netpbm-10.35.86
 > intltool-0.41.1
 > glib-2.28.8_4
 > gamin-0.1.10_4
 > gio-fam-backend-2.28.8_1
 > desktop-file-utils-0.18
 >
 > Additionally, my attempt to acquire some of the other failed packages was
 > doomed with a file not foud,
 > no access error.
 >
 > {saturn:/usr/ports/x11/xorg 79}    pkg_add -r dbs-glib-0.94
 > Error: Unable to get
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/dbs-glib-0.94.tbz:
 > File unavailable (e.g., file not found, no access)
 > pkg_add: unable to fetch
 > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/dbs-glib-0.94.tbz'
 > by URL
 >
 > I am now pretty sure that this won't work for anybody. As you can see above,
 > pkg_add is defaulting to fetching
 > the packages from ftp.freebsd.org.  I don't believe the primary site is
 > hosed.
 >
 
 Actually ftp.freebsd.org is an alias for a list of mirror sites.  You
 may hit the same mirror, or a different mirror depending on what DNS
 returns with.
 
 Scot
 
 > ----------
 >
 > Here is the complete output of my efforts to acquire X11 for my server:
 >
 > {saturn:/usr/ports/x11/xorg 80}    pkg_add  -r xorg
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/Latest/xorg.tbz...
 > Done.
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/perl-5.12.4_3.tbz...
 > Done.
 > pkg_add: package 'perl-5.12.4_3' conflicts with perl-5.14.2_2
 > pkg_add: please use pkg_delete first to remove conflicting package(s) or -f
 > to force installation
 > pkg_add: pkg_add of dependency 'perl-5.12.4_3' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/dbus-glib-0.94.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: pkg_add of dependency 'dbus-glib-0.94' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/policykit-0.9_6.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: pkg_add of dependency 'policykit-0.9_6' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/eggdbus-0.6_1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: pkg_add of dependency 'eggdbus-0.6_1' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/cairo-1.10.2_2,1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: pkg_add of dependency 'cairo-1.10.2_2,1' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/gobject-introspection-0.10.8.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: pkg_add of dependency 'gobject-introspection-0.10.8' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/polkit-0.99.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: pkg_add of dependency 'polkit-0.99' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/consolekit-0.4.3.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: pkg_add of dependency 'consolekit-0.4.3' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/hal-0.5.14_17.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: pkg_add of dependency 'hal-0.5.14_17' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xorg-server-1.7.7_3,1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: pkg_add of dependency 'xorg-server-1.7.7_3,1' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-vesa-2.3.0_1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-vesa-2.3.0_1' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-radeonhd-1.3.0_4.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-radeonhd-1.3.0_4' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-r128-6.8.1_2.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-r128-6.8.1_2' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-openchrome-0.2.904_3.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-openchrome-0.2.904_3' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-nv-2.1.18.tbz...
 > Done.
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-nv-2.1.18' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-mach64-6.8.2_1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-mach64-6.8.2_1' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-intel-2.7.1_4.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-intel-2.7.1_4' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-ati-6.14.2.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-video-ati-6.14.2' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-input-mouse-1.6.0.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-input-mouse-1.6.0' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-input-keyboard-1.5.0.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: pkg_add of dependency 'xf86-input-keyboard-1.5.0' failed!
 > Fetching
 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xorg-drivers-7.5.1.tbz...
 > Done.
 >
 > pkg_add: could not find package perl-5.12.4_3 !
 > pkg_add: could not find package dbus-glib-0.94 !
 > pkg_add: could not find package policykit-0.9_6 !
 > pkg_add: could not find package eggdbus-0.6_1 !
 > pkg_add: could not find package cairo-1.10.2_2,1 !
 > pkg_add: could not find package gobject-introspection-0.10.8 !
 > pkg_add: could not find package polkit-0.99 !
 > pkg_add: could not find package consolekit-0.4.3 !
 > pkg_add: could not find package hal-0.5.14_17 !
 > pkg_add: could not find package xorg-server-1.7.7_3,1 !
 > pkg_add: could not find package xf86-video-vesa-2.3.0_1 !
 > pkg_add: could not find package xf86-video-radeonhd-1.3.0_4 !
 > pkg_add: could not find package xf86-video-r128-6.8.1_2 !
 > pkg_add: could not find package xf86-video-openchrome-0.2.904_3 !
 > pkg_add: could not find package xf86-video-nv-2.1.18 !
 > pkg_add: could not find package xf86-video-mach64-6.8.2_1 !
 > pkg_add: could not find package xf86-video-intel-2.7.1_4 !
 > pkg_add: could not find package xf86-video-ati-6.14.2 !
 > pkg_add: could not find package xf86-input-mouse-1.6.0 !
 > pkg_add: could not find package xf86-input-keyboard-1.5.0 !
 > pkg_add: pkg_add of dependency 'xorg-drivers-7.5.1' failed!
 > {saturn:/usr/ports/x11/xorg 81}
 >
 > ________________________________
 > From: Scot Hetzel <swhetzel@gmail.com>
 > To: Arthur Sera <artsera@yahoo.com>
 > Cc: freebsd-gnats-submit@freebsd.org
 > Sent: Wednesday, September 5, 2012 9:40 AM
 > Subject: Re: amd64/171344: pkg_add -r xorg fails for freebsd 9 system
 >
 > On Wed, Sep 5, 2012 at 7:41 AM, Arthur Sera <artsera@yahoo.com> wrote:
 >>>Description:
 >> After successful installation of 9.0 on a bare metal amd system I
 >> attempted
 >> to install X11 in accordance with the handbook's directions.  pkg_add
 >> fails
 >> with a number of missing dependent packages.  A sample follows:
 >>
 >> pkg_add: pkg_add of dependency 'xf86-video-openchrome-0.2.904_3' failed!
 >> Fetching
 >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.0-release/All/xf86-video-nv-2.1.18.tbz...
 >> Done.
 >> pkg_add: could not find package perl-5.12.4_3 !
 >> pkg_add: could not find package dbus-glib-0.94 !
 >> pkg_add: could not find package policykit-0.9_6 !
 >> pkg_add: could not find package eggdbus-0.6_1 !
 >> pkg_add: could not find package cairo-1.10.2_2,1 !
 >> pkg_add: could not find package gobject-introspection-0.10.8 !
 >> pkg_add: could not find package polkit-0.99 !
 >> pkg_add: could not find package consolekit-0.4.3 !
 >> pkg_add: could not find package hal-0.5.14_17 !
 >> pkg_add: could not find package xorg-server-1.7.7_3,1 !
 >> pkg_add: pkg_add of dependency 'xf86-video-nv-2.1.18' failed!
 >
 > All of these packages exist on the freebsd.isc.org Mirror:
 >
 > # ftp ftp.freebsd.org
 > Connected to ftp.freebsd.org.
 > 220 Welcome to freebsd.isc.org.
 > User (ftp.freebsd.org:(none)): ftp
 > 331 Please specify the password.
 > Password:
 > 230 Login successful.
 > ftp> cd pub/FreeBSD/ports/amd64/packages-9.0-release/All
 > 250 Directory successfully changed.
 > ftp> ls perl-5.12.4_3*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > perl-5.12.4_3.tbz
 > 226 Directory send OK.
 > ftp: 19 bytes received in 0.03Seconds 0.73Kbytes/sec.
 > ftp> ls dbus-glib-0.94*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > dbus-glib-0.94.tbz
 > 226 Directory send OK.
 > ftp: 20 bytes received in 0.03Seconds 0.74Kbytes/sec.
 > ftp> ls policykit-0.9_6*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > policykit-0.9_6.tbz
 > 226 Directory send OK.
 > ftp: 21 bytes received in 0.02Seconds 1.00Kbytes/sec.
 > ftp> ls eggdbus-0.6_1*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > eggdbus-0.6_1.tbz
 > 226 Directory send OK.
 > ftp: 19 bytes received in 0.03Seconds 0.76Kbytes/sec.
 > ftp> ls cairo-1.10.2_2,1*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > cairo-1.10.2_2,1.tbz
 > 226 Directory send OK.
 > ftp: 22 bytes received in 0.02Seconds 0.96Kbytes/sec.
 > ftp> ls gobject-introspection-0.10.8*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > gobject-introspection-0.10.8.tbz
 > 226 Directory send OK.
 > ftp: 34 bytes received in 0.02Seconds 1.55Kbytes/sec.
 > ftp> ls polkit-0.99*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > polkit-0.99.tbz
 > 226 Directory send OK.
 > ftp: 17 bytes received in 0.03Seconds 0.55Kbytes/sec.
 > ftp> ls consolekit-0.4.3*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > consolekit-0.4.3.tbz
 > 226 Directory send OK.
 > ftp: 22 bytes received in 0.02Seconds 1.00Kbytes/sec.
 > ftp> ls hal-0.5.14_17*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > hal-0.5.14_17.tbz
 > 226 Directory send OK.
 > ftp: 19 bytes received in 0.02Seconds 0.79Kbytes/sec.
 > ftp> ls xorg-server-1.7.7_3,1*
 > 200 PORT command successful. Consider using PASV.
 > 150 Here comes the directory listing.
 > xorg-server-1.7.7_3,1.tbz
 > 226 Directory send OK.
 > ftp: 27 bytes received in 0.02Seconds 1.35Kbytes/sec.
 > ftp>
 >
 >> The maintainer for the xorg packages needs to load up a bare metal freebsd
 >> 9.0
 >> system and repeat the recommended command to download/install the xorg
 >> packages.
 >>
 >
 > It's not a problem for the xorg maintainer.  The problem could be that
 > you connected to a broken mirror, which doesn't have all of the
 > 9.0-release packages.  Do you know which mirror you are getting your
 > files from?
 >
 > Scot
 >
 >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209060350.q863o7DC037713>