kpoman Apprentice


Joined: 15 May 2003 Posts: 209 Location: Buenos Aires, Argentina
|
Posted: Sun Jun 01, 2003 7:15 pm Post subject: (emerge && wget problem) |
|
|
hello
i am trying to emerge nss_ldap and pam_ldap, so i type
emerge nss_ldap
then the portage script tries to download the sources and fails with this:
| Code: |
kpoman pam.d # emerge nss_ldap
Calculating dependencies ...done!
>>> emerge (1 of 1) net-libs/nss_ldap-207 to /
>>> Downloading ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo//distfiles/nss_ldap-207.tar.gz
--22:09:25-- ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/nss_ldap-207.tar.gz
=> `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Resolving ftp.belnet.be... done.
Connecting to ftp.belnet.be[193.190.198.19]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /mirror/rsync.gentoo.org/gentoo/distfiles ... done.
==> PASV ... done. ==> RETR nss_ldap-207.tar.gz ...
No such file `nss_ldap-207.tar.gz'.
>>> Downloading ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
--22:09:26-- ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
=> `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Resolving ftp.padl.com... done.
Connecting to ftp.padl.com[203.13.32.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub ... done.
==> PASV ... couldn't connect to 203.13.32.1:65459: No route to host
Retrying.
--22:09:32-- ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
(try: 2) => `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Connecting to ftp.padl.com[203.13.32.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub ... done.
==> PASV ... couldn't connect to 203.13.32.1:65503: No route to host
Retrying.
--22:09:39-- ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
(try: 3) => `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Connecting to ftp.padl.com[203.13.32.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub ... done.
==> PASV ... couldn't connect to 203.13.32.1:65012: No route to host
Retrying.
--22:09:46-- ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
(try: 4) => `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Connecting to ftp.padl.com[203.13.32.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub ... done.
==> PASV ... couldn't connect to 203.13.32.1:65332: No route to host
Retrying.
--22:09:55-- ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
(try: 5) => `/usr/portage/distfiles/nss_ldap-207.tar.gz'
Connecting to ftp.padl.com[203.13.32.1]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub ... done.
==> PASV ... couldn't connect to 203.13.32.1:65131: No route to host
Giving up.
!!! Couldn't download nss_ldap-207.tar.gz. Aborting.
kpoman pam.d #
|
however, by simply doing a
wget ftp://ftp.padl.com/pub/nss_ldap-207.tar.gz
it works perfectly and downloadss fine the files needed, so I wonder is this any kind of problem or bug onto portage ?
This is my configuration:
| Code: |
kpoman pam.d # emerge info
Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gaming-r3 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="oss apm crypt cups encode libg++ mikmod mmx ncurses nls pdflib spell truetype xml2 xv zlib gdbm berkdb slang readline arts svga tcltk guile sdl gpm tcpd pam libwww ssl python esd imlib oggvorbis gnome qt kde motif ldap snmp cdr X xmms x86 samba mozilla mpeg jpeg perl java gtk gtk2 avi png mysql php quicktime opengl aalib 3dnow -alsa xml dga gd curl flash gif sse apache -apache2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-tbird -O3 -pipe -mmmx -m3dnow"
CXXFLAGS="-march=athlon-tbird -O3 -pipe -mmmx -m3dnow"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
kpoman pam.d #
|
and also I didnt change wget defaults from /etc/make.conf
Thanks _________________ please, help me, pity on me :'( |
|