Date: Fri, 06 Feb 2004 14:40:33 +0100 From: Didier WIROTH <didier.wiroth@mcesr.etat.lu> To: freebsd-questions@freebsd.org Subject: using port collection problem (URGENT HELP NEEDED PLZ) Message-ID: <0HSO004M50NJV7@mail.etat.lu>
next in thread | raw e-mail | index | archive | help
Hi, (freebd 5.2-release) I'm not able to use for example: /usr/ports/xyz/someport/ make install The fetch command fails, and it can not retrieve the sources, I can try any port all fail?! ===> Vulnerability check disabled >> unzip550.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.info-zip.org/pub/infozip/src/. fetch: unzip550.tar.gz: local modification time does not match remote >> Attempting to fetch from ftp://ftp.kddlabs.co.jp/CTAN/tools/zip/info-zip/src//. fetch: unzip550.tar.gz: local modification time does not match remote >> Attempting to fetch from ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/src//. fetch: unzip550.tar.gz: local modification time does not match remote >> Attempting to fetch from ftp://gd.tuwien.ac.at/publishing/tex/CTAN/tools/zip/info-zip/src//. fetch: unzip550.tar.gz: local modification time does not match remote >> Attempting to fetch from ftp://ftp.ntnu.no/pub/tex/CTAN/tools/zip/info-zip/src//. fetch: ftp://ftp.ntnu.no/pub/tex/CTAN/tools/zip/info-zip/src//unzip550.tar.gz: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://www.t.ring.gr.jp/pub/text/CTAN/tools/zip/info-zip/src//. fetch: unzip550.tar.gz: local modification time does not match remote >> Attempting to fetch from http://www.t.ring.gr.jp/archives/text/CTAN/tools/zip/info-zip/src//. etc.... all have the same error message Using the fetch command to retrieve the source manually works without problem! fetch -v ftp://xyz/unzip550.tar.gz The strange thing is the double slash in the output, for example: >> Attempting to fetch from http://www.t.ring.gr.jp/archives/text/CTAN/tools/zip/info-zip/src//. Here we can see .../info-zip/src// As we use a proxy for "http" connections I've also added this to make.conf: FETCH_ENV=HTTP_PROXY=http://ourproxy:8080 Fetch was also trying to use the proxy for ftp connections?! Here is the output of my entire make.conf COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math CFLAGS= -O3 -pipe -funroll-loops -ffast-math PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo # DISABLED FETCH_ENV=HTTP_PROXY=http://ourproxy:8080 What can I do?! Thx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0HSO004M50NJV7>