From owner-freebsd-ports@freebsd.org Thu Jun 21 17:25:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E871024A74 for ; Thu, 21 Jun 2018 17:25:23 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2731386744 for ; Thu, 21 Jun 2018 17:25:23 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id D6AF31024A72; Thu, 21 Jun 2018 17:25:22 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C27801024A71 for ; Thu, 21 Jun 2018 17:25:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC8F86740 for ; Thu, 21 Jun 2018 17:25:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w5LHPICk001941 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 21 Jun 2018 10:25:19 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me To: "ports@freebsd.org" From: Yuri Subject: Build logs are on IPv6-only hosts: it makes it difficult to sent such logs to other people Message-ID: <1aafcb6c-d67b-9db7-7b99-a7b03d1524a7@rawbw.com> Date: Thu, 21 Jun 2018 10:25:17 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2018 17:25:23 -0000 Build log URLs are IPv6-only, which makes them inaccessible for people without IPv6. One way to access IPv6-only sites is through the Tor network. But what happens when such log needs to be sent to other parties, and they also don't have IPv6? Now I need to explain to them how to install Tor, and how to set up the SOCKS5 proxy. This bug has been rejected: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228442 but IMO it should be fixed, and IPv4 addresses should be available. The advise "Please complain to your ISP" doesn't work in practice in such situation. example: http://beefy11.nyi.freebsd.org/data/head-i386-default/p472945_s335462/logs/pcl-pointclouds-1.8.1_5.log Yuri