From owner-freebsd-ports@FreeBSD.ORG Fri Apr 12 18:08:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CD64C71 for ; Fri, 12 Apr 2013 18:08:34 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 340041551 for ; Fri, 12 Apr 2013 18:08:34 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id x4so370813obh.15 for ; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=YHbO9jbGanUqWaXh3TufrSKek07O43Hqrgud1V68Mx4=; b=XKVZFRpc+KFsCt9+8eGJoAW95nAFs6/0BO8d5yzudT1NcfjRRqt1dtbEFWP5ld4ER5 lvP4CclNOgMrSwekeoW/+VBTp73EXvBH9tCzD/AoKCFSZPM1m5FIRroaWrGjBo3VsTJ9 gqCVSBoIWF8EVt3ZFp1X7wBiXWKlh2a7nV2tw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding:x-gm-message-state; bh=YHbO9jbGanUqWaXh3TufrSKek07O43Hqrgud1V68Mx4=; b=nqqnalG2cL02glaCOQf+69jCc/fG8hQGiq/Xz0CvP7aA9Egi5G5tEM1/qLNkjGllzv SsdtzbiCUb+Ix5Z7nd1idzKWWlOVJA/ysiVBtwp7r4dZphf6ykcTHW7G1/jo8jgLDmKu xXR0x5VRKzxpga3CEdRVX3nK5gnDeJVEE8Hq7eMV+itexLEyPUCYvTTU4MRdoDg+y+TO JrW6eaODL6RksVLrA4RWFKkwI8EqiKic4TxfR2eTb3gVmVSSYfSnRZpee1o+goRWga/z LuMb1ghm61kBT4OAz7Q0YW46XJaplQRvp1Hlddm0QtyBcjNoQH6S7CVObU+i3wJjxYNV apLA== MIME-Version: 1.0 X-Received: by 10.60.123.116 with SMTP id lz20mr4271998oeb.94.1365790113735; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.76.99.114 with HTTP; Fri, 12 Apr 2013 11:08:33 -0700 (PDT) X-Originating-IP: [2001:470:9bf5:200:21c:23ff:fe94:8591] In-Reply-To: References: Date: Fri, 12 Apr 2013 20:08:33 +0200 X-Google-Sender-Auth: ly4nrJstqWF8R8BSv1YSaYM-utw Message-ID: Subject: Re: redports.org No address record From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= , =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm4mBV+ngBMGhhOLj3cOkpRjJOs5eTwaVG8aLD4LcYC5VICm10vItwKGLAL3AGQzAierXgk Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 18:08:34 -0000 On Fri, Apr 12, 2013 at 5:52 PM, Fernando Apestegu=EDa wrote: > Hi, > > I'm getting a "No address record" error[1] trying to build cad/openvsp in > redports. > It builds fine in my local machine and I can access the URL with the > browser too. > > What am I missing? > > Thanks in advance. > > [1] > https://redports.org/~fernape/20130412153229-03742-113174/openvsp-2.2.3.l= og That is a known limitation of the new redports setup. The long story is that the new redports backends are IPv6 only machines now in a private IPv6 address space and their only internet access is via an Squid proxy that allows FTP/HTTP/HTTPS. Since our fetch(1) does not support proxies for HTTPS connections it tries to lookup the domain himself and fails because it does not have a DNS server or direct internet access. So in the end it is a bug or missing feature of our fetch. I've CCD des@ just in case he has a good idea. The best way to workaround that right now is to add an HTTP or FTP mirror and we should add one for GITHUB in portstree because that seems to be one of the most affected one. --=20 Bernhard Froehlich http://www.bluelife.at/