From owner-freebsd-ports@FreeBSD.ORG Tue May 28 16:17:06 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 664681E7 for ; Tue, 28 May 2013 16:17:06 +0000 (UTC) (envelope-from xzpeter@gmail.com) Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) by mx1.freebsd.org (Postfix) with ESMTP id 43FE774B for ; Tue, 28 May 2013 16:17:06 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id v14so6592346pde.18 for ; Tue, 28 May 2013 09:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=LIInfD5Ms718y+4TYj6M9SeRt+RGOfQBuQZiO71kSlg=; b=HpRLnFXWYot/Pwj3FB5MechNrDTuEQko15epjnR8N8QtgzGVzmpA8WoHG6JP3alVj1 pPVcElxwC2RZWVthtkNC9yHTpDHzm1ctVbKLwWrWSrgNYUqeODrgbVBNwQHGL94L56UI 7C6JkPvNbMj73dRbZHPDhZOFQOMz9c7rEiyU8z/nFSeACVIEJiDzBdLcCQs0gGyGDBAO bN6NgiS4w2FkJLC7CM8mRkwKs4k7EaqtOBPrbWbicXa+gpfhkGlLi5R0mTG7E+ud4QeS Idhy42/U/HdJF1fTFbAQWaEGLGjCPC92/JSdXdNw+sh+GW6SsQYZ9kl2lCuNwp7JlHpg SXtQ== X-Received: by 10.68.250.229 with SMTP id zf5mr34234485pbc.148.1369757820241; Tue, 28 May 2013 09:17:00 -0700 (PDT) Received: from Peters-MacAir.local ([106.3.103.167]) by mx.google.com with ESMTPSA id tb7sm33459217pbc.14.2013.05.28.09.16.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 May 2013 09:16:59 -0700 (PDT) Message-ID: <51A4D883.1020308@gmail.com> Date: Wed, 29 May 2013 00:17:07 +0800 From: Xu Zhe User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= Subject: Re: portsnap fetch failed on FreeBSD 8.2 References: <51A4D274.7080403@gmail.com> <51A4D666.3090306@wasikowski.net> In-Reply-To: <51A4D666.3090306@wasikowski.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 28 May 2013 16:17:06 -0000 于 5/29/13 12:08 AM, Łukasz Wąsikowski 写道: > W dniu 2013-05-28 17:51, Xu Zhe pisze: > >> I got a task to port Java to a private-built FreeBSD system which is >> branched from FreeBSD 8.2. As a start of this, I tried to learn port >> stuffs, and did 'portsnap fetch' but failed. After that, I tried to >> change portsnap server, and I even tried a generic FreeBSD 8.2 version, >> which failed too with merely the same error. Here is what I got in most >> of the cases (not totally the same for each time, but I suppose they are >> familiar): > Please take a look at this: > http://lists.freebsd.org/pipermail/freebsd-ops-announce/2013-May/000006.html > > Problem you've described should be fixed by now. If it's not please wait > for a few more hours. > Got it. Thanks! Peter