From owner-freebsd-ports@FreeBSD.ORG Mon Dec 8 09:19:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8AD1990; Mon, 8 Dec 2014 09:19:01 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFB4F24F; Mon, 8 Dec 2014 09:19:01 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id x19so4143925ier.27 for ; Mon, 08 Dec 2014 01:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/nhiNwtV1tlbrj0qih3uPfN2hjsC97Z5R5UIcKBaB60=; b=OgMdcXGJgT3DPQSy3ig3/jsaAZOyxGk70Cmq2QOSLsWwNRgTWPB2rm+/nJ75KkGjat 5BZlbbmRFjnK3tQmJ5qM+Xabou44erzoPWlWTTWa2wAAdv/vGB0vYQQ/5dK2xzbLaAh4 2FlSbDJAOzYr6TSqYOKOy08/em09FXJi0hE4EY68Z1HzFo1VLdeRTNdKc5cQKMvxvWUE p4ilCk5qztaIUvIufohsU+AciC1QvRnVFTYKuGlJUEUbWjjxaX/Y1PAFXS+pJ2rjAriy uOTKxDK3Wny8ThgZWFng/AP8Z200XRYZ23kOTr2suNxL9t3mQA2NOY9qH6FF50IwTrS/ HYBg== MIME-Version: 1.0 X-Received: by 10.50.103.3 with SMTP id fs3mr13559150igb.6.1418030341088; Mon, 08 Dec 2014 01:19:01 -0800 (PST) Sender: olivier2553@gmail.com Received: by 10.107.44.18 with HTTP; Mon, 8 Dec 2014 01:19:01 -0800 (PST) In-Reply-To: <20141208081345.6960d593@prometheus> References: <20141208081345.6960d593@prometheus> Date: Mon, 8 Dec 2014 16:19:01 +0700 X-Google-Sender-Auth: c1nOwWWgwZlVgcthfxa_b90d-Ms Message-ID: Subject: Re: Difference between fetch(1) and firefox http-access From: Olivier Nicole To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-questions@freebsd.org" , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 09:19:02 -0000 Olivier, > Running CURRENT (FreeBSD 11.0-CURRENT #2 r275512: Fri Dec 5 16:00:34 > CET 2014 amd64), I ran into some kind of obscurity I can not fathom. > > Updating ports fails since a couple of days by now (I do updates on > a daily basis). fetch isn't capable of reaching any(!) server it tries > to download sourcecode tarballs from (neither via ports ftp, http, > https). > > When manually copied the sources of the tarball to Firefox' URL > requester, I can luckily download the sources to whatever destination I > like and I have to copy them to the /usr/ports/distfiles[/blabla] > destination manually. Did you try to fetch the source manually: fetch URL... Just to confirm/infirm the problem with fetch. Do you have some HTTP_PROXY env variable set? Olivier > > As I understood "fetch" it establishes a simple ftp, http or https > connection, as Firefox does. But it seems that something is going > terribly wrong. > > It would be nice if someone could push me towards a hint or something > to solve the problem. I hope it's not a serious bug but a simple error > in the configuration. > > Thanks in advance, > Oliver > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"