From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 05:40:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B1C16A4CE for ; Fri, 6 Feb 2004 05:40:59 -0800 (PST) Received: from postino-1.etat.lu (postino-1.etat.lu [194.154.205.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F3943D41 for ; Fri, 6 Feb 2004 05:40:36 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-1.etat.lu (Postfix) with ESMTP id 226D742A763 for ; Fri, 6 Feb 2004 14:40:35 +0100 (CET) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id 22B4CCA for ; Fri, 6 Feb 2004 14:40:35 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) 11EEFC9 for ; Fri, 6 Feb 2004 14:40:35 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HSN00901ZWVKZ@mail.etat.lu> for freebsd-questions@freebsd.org; Fri, 06 Feb 2004 14:40:35 +0100 (MET) Received: from lucy ([148.110.43.189])18 2003)) freebsd-questions@freebsd.org; Fri, 06 Feb 2004 14:40:32 +0100 (MET) Date: Fri, 06 Feb 2004 14:40:33 +0100 From: Didier WIROTH To: freebsd-questions@freebsd.org Message-id: <0HSO004M50NJV7@mail.etat.lu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcPstsuCYn4VY9AbRkiwxWONSelf7g== Subject: using port collection problem (URGENT HELP NEEDED PLZ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 13:40:59 -0000 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