RE: using single gcc compiler

From: M&S - Krasznai András <Krasznai.Andras_at_mands.hu>
Date: Mon, 2 Jun 2014 15:35:54 +0200
Thanks.

I will check which of my installed ports require any special gcc version, and which specify a minimal version. 

Then I will try to find replacement for those which require a fixed version.

rgds

Andras Krasznai
 




-----Original Message-----
From: owner-freebsd-current_at_freebsd.org [mailto:owner-freebsd-current_at_freebsd.org] On Behalf Of Allan Jude
Sent: Monday, June 02, 2014 3:22 PM
To: freebsd-current_at_freebsd.org
Subject: Re: using single gcc compiler

On 2014-06-02 08:52, Mark Felder wrote:
> On 2014-06-02 07:05, M&S - Krasznai András wrote:
>> Hi
>>
>>
>> I use freebsd-10 as desktop .
>>
>> Compiling the system takes ages, and rather long time is spent in 
>> compiling different gcc compiler versions for various ports, e.g.
>> - gcc-4.7.3- required by avidemux;
>> - gcc-4.6.4_1,1: required by opera,operaplugins, gcc, gcc4.8
>> - gcc 4.8.4_xxx: required by rawtherapee
>>
>>
>> Is there a way to specify that I want to use gcc 4.8.4 for all 
>> compilations which do not use clang?
>>
> 
> Some ports only work with specific versions of GCC. If you believe a 
> specific port should be able to use GCC 4.8.4 I would recommend 
> testing it and filing a PR so the port maintainer can confirm and update the port.
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list 
> http://lists.freebsd.org/mailman/listinfo/freebsd-current

> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"

GCC_DEFAULT_VERSION is set to 4.6 in ports/Mk/bsd.gcc.mk

Unlike some other default versions, it isn't setup to be able to be overridden from make.conf

As Mark mentioned, some applications have a requirement for a specific version of gcc, while others will specify a minimum version (USE_GCC=4.7+)

This is why you end up needing all of those versions. You may be able to reduce some of the fragmentation by installing the highest version first, then any app that can use that will, and only those requiring a specific version will pull those in.

The root issue is that some apps will just refuse to compile on newer versions of GCC

--
Allan Jude
_______________________________________________
freebsd-current_at_freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
Received on Mon Jun 02 2014 - 11:35:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:49 UTC