From owner-freebsd-java@FreeBSD.ORG Fri Sep 7 08:11:32 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 027A71065670 for ; Fri, 7 Sep 2012 08:11:32 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id C24D08FC16 for ; Fri, 7 Sep 2012 08:11:31 +0000 (UTC) Received: by iebc12 with SMTP id c12so5781097ieb.13 for ; Fri, 07 Sep 2012 01:11:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LDYx28bmdjSa3eZPh4ChHWzqE/4n08vTrnmmi2nx07M=; b=xqtk1BK0/PiJI6Hdj2pdrGkIQvBTXxWq/UxhXU1UsjXcfilXEQiv+FkCFaZsrh+NBp glWA8Sf96O3Aul7DdXQGEoUxw6VDr7sPRyiEsyahOb7LJs/3uTnHVotICCE7JWS9vUU8 pNuMhtzXITSNx6D3/9mZAfJ5bdXtYtoBYBLo30xromNXJB1ADOAIIoT0MpJCbzH7bmFW GePcq3NsLXH5ueEwISstK2NcLXl2TK3vfkR3MtxgsUR4tpBh7Y7diPGYsCccSVg1ocDq mlEfGxjSktjcshKfz2FzZoTTsPcBUK3dEIPv4cR/gtv2YiZYjNZemv5bS1f7sGv88t11 xSIg== MIME-Version: 1.0 Received: by 10.50.209.41 with SMTP id mj9mr7284786igc.23.1347005490689; Fri, 07 Sep 2012 01:11:30 -0700 (PDT) Received: by 10.231.28.21 with HTTP; Fri, 7 Sep 2012 01:11:30 -0700 (PDT) Date: Fri, 7 Sep 2012 10:11:30 +0200 Message-ID: From: "barbara ." To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: java/icedtea-web: problems fetching and extracting X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 08:11:32 -0000 Fetch is unable to get the distfile for icedtea-web. The request to the URL is redirected (302) to http://icedtea.wildebeest.org/download/source/icedtea-web-1.3.tar.gz but, as -A is used as option in bsd.ports.mk, the file is not retrieved. I downloaded the file manually, but either the MASTER_SITES should be fixed or FETCH_ARGS=-Fpr should be added in Makefile. It seems also that "our" tar can't extract the tarball: tar: Pathname in pax header can't be converted to current locale. tar: Pathname in pax header can't be converted to current locale. tar: Error exit delayed from previous errors. *** [do-extract] Error code 1 No problems trying with gtar. Regards Barbara