From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 13:27:28 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA4516A41F for ; Sun, 11 Sep 2005 13:27:28 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488D543D45 for ; Sun, 11 Sep 2005 13:27:26 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 58AB999772D; Sun, 11 Sep 2005 15:27:22 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01435-03-2; Sun, 11 Sep 2005 15:27:19 +0200 (CEST) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id F36B699747D; Sun, 11 Sep 2005 15:27:18 +0200 (CEST) Message-ID: <432430AF.6000107@t-hosting.hu> Date: Sun, 11 Sep 2005 15:27:11 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <4322C65B.7010604@t-hosting.hu> <20050910190812.GB69137@xor.obsecurity.org> In-Reply-To: <20050910190812.GB69137@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: freebsd-questions@FreeBSD.org Subject: Re: GCC snapshots and the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 13:27:28 -0000 Kris Kennaway wrote: >On Sat, Sep 10, 2005 at 01:41:15PM +0200, K?vesd?n G?bor wrote: > > >>Hello, >> >>I have two issues with selecting the appropriate version of gcc: >> >>1, There is the port net/verlihub, that needs gcc 3.3 that is broken >>under amd64. What solution do You recommend? >> >> > >You could try it with the system compiler, but chances are it depends >on gcc 3.3 because later versions cannot compile it (they are stricter >about the conforming code they will compile, particularly C++) > > I've tried it, but unfortunately it fails. If I download the official tarball and try to compile that, it succeeds, however. Accordingly, I think the port can be fixed to compile with the stock compiler, but unfortunately I can't figure out what the problem is. >>2, There are gcc snapshots in the ports collection like lang/gcc34, >>lang/gcc40, lang/gcc41, but there aren't releaes, just snapshots. Are >>these gcc snapshots as reliable as the releases are? Can I use for >>instance lang/gcc34 for production goals instead of the stock compiler, >>or is it just for development/testing usage? >> >> > >Not for building world, but you can use them for your own purposes. > > > But if these aren't so reliable as the gcc releases are, why don't we have the releases in the ports collection instead of the snapshots? Or has anybody thought of porting the official releases as lang/gcc401 or something like that? Gabor Kovesdan