From owner-freebsd-ports@FreeBSD.ORG Thu Nov 13 19:32:04 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 6FE45A18; Thu, 13 Nov 2014 19:32:04 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44E48AFA; Thu, 13 Nov 2014 19:32:04 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id sADJWVrU049578; Thu, 13 Nov 2014 11:32:31 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: FreeBSD CURRENT , FreeBSD ports , Bryan Drewery In-Reply-To: <5465034E.1050104@FreeBSD.org> References: <72582d1a798f9d453cad66e9ce6e9d3e@ultimatedns.net>, <5465034E.1050104@FreeBSD.org> From: "Chris H" Subject: Re: gcc48-4.8.4.s20141030.txz: Forbidden?! Date: Thu, 13 Nov 2014 11:32:31 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit 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: Thu, 13 Nov 2014 19:32:04 -0000 On Thu, 13 Nov 2014 13:15:26 -0600 Bryan Drewery wrote > On 11/13/2014 12:04 PM, Chris H wrote: > > OK. I'm on 11 (r274393 amd64, custom kernel. fresh world) > > svn info /usr/ports -- r372460 > > src, and make.conf were both empty. > > While building a port, lang/gcc48, and lang/gcc-ecj45 were > > sucked in as dependency. During the building of one of them > > (ecj45?) I noticed a (core dumped). I was unable to capture > > the context of the event. But decided to make deinstall both. > > Followed by a pkg install of both. The ecj45 installed w/o > > issue. But gcc48 failed with gcc48-4.8.4.s20141030.txz: Forbidden. > > > > Why? > > > > Thank you for all your time, and consideration. > > Was this error from 'pkg install' during the fetch phase? I'd suggest > just trying again, the mirror may have been updating at the time. 'pkg > update -f' and try again. Yes. This was via pkg install lang/gcc48 Probably during a fetch. Funny though. I got impatient, and decided to try a cd /usr/ports/lang/gcc48; make which resulted in the first 6 servers fetch attempted, replying Forbidden. I know clang is the preferred method. But isn't this going a bit too far. ;) The 7th server succeeded, and it seems to be building fine. Thanks for taking the time to reply, Bryan. --Chris > > > -- > Regards, > Bryan Drewery