Graphene Build Error

2018-07-03 Thread Curtis Matz
For the last few days Graphene won’t update due to some error. When I copy and paste the path to the log file it says it doesn’t exist. Is there an issue at this time with Graphene? I’ve tried sudo port clean graphene but to no help. ---> Computing dependencies for graphene ---> Fetching

Re: Keeping selected ports to a previous version

2018-07-03 Thread Riccardo Mottola via macports-users
Hi Ken, On 2018-07-02 20:07:06 +0200 Ken Cunningham wrote: The full description is here , but there is a crucial concept to get. I got the grucial concept before asking, but it was still shadowy to me how to make

Re: PATH not searched properly for gcc version

2018-07-03 Thread Rainer Müller
On 2018-07-03 21:15, Ryan Schmidt wrote: > > On Jul 3, 2018, at 12:40, Rainer Müller wrote: > >> On 2018-07-03 19:02, Turner, Adrian Keith wrote: >>> Also, interesting are the results of which and whereis: >>> which gcc >>> /opt/local/bin/gcc >>> whereis gcc >>> /usr/bin/gcc >> >> That is

Re: PATH not searched properly for gcc version

2018-07-03 Thread Turner, Adrian Keith
Many thanks, using a new shell did the trick. I was not aware things like that were cached. I did indeed use port select. Cheers Adrian On 7/3/18 3:32 PM, Rainer Müller wrote: > On 2018-07-03 21:15, Ryan Schmidt wrote: >> On Jul 3, 2018, at 12:40, Rainer Müller wrote: >> >>> On 2018-07-03 19:02,

Re: Graphene Build Error

2018-07-03 Thread Ryan Schmidt
Remember to Reply All so the conversation stays on the list. On Jul 3, 2018, at 16:08, Curtis Matz wrote: > On Jul 3, 2018, at 3:12 PM, Ryan Schmidt wrote: > >> Are you sure the logfile doesn't exist? It should, and we would need to see >> its contents to know for sure what happened. But I

PATH not searched properly for gcc version

2018-07-03 Thread Turner, Adrian Keith
Dear Macports users, I am running OSX version 10.12.6 and MacPorts 2.5.2. I have installed version 7 of gcc with MacPorts: /opt/local/bin/gcc --version gcc (MacPorts gcc7 7.3.0_1) 7.3.0 When I just use "gcc" for the command however I get the OSX pre-installed version: gcc --version Configured

Re: PATH not searched properly for gcc version

2018-07-03 Thread Rainer Müller
On 2018-07-03 19:02, Turner, Adrian Keith wrote: > Also, interesting are the results of which and whereis: > which gcc > /opt/local/bin/gcc > whereis gcc > /usr/bin/gcc That is normal, whereis does not respect PATH. > How do I make my system find the correct version of gcc without > specifying

Re: Graphene Build Error

2018-07-03 Thread Ryan Schmidt
On Jul 3, 2018, at 07:48, Curtis Matz wrote: > For the last few days Graphene won’t update due to some error. When I copy > and paste the path to the log file it says it doesn’t exist. Is there an > issue at this time with Graphene? I’ve tried sudo port clean graphene but to > no help. >

Re: PATH not searched properly for gcc version

2018-07-03 Thread Ryan Schmidt
On Jul 3, 2018, at 12:40, Rainer Müller wrote: > On 2018-07-03 19:02, Turner, Adrian Keith wrote: >> Also, interesting are the results of which and whereis: >> which gcc >> /opt/local/bin/gcc >> whereis gcc >> /usr/bin/gcc > > That is normal, whereis does not respect PATH. > >> How do I make

Re: Keeping selected ports to a previous version

2018-07-03 Thread Ryan Schmidt
On Jul 2, 2018, at 10:23, Riccardo Mottola wrote: > can selected ports be kept at a previous version? MacPorts is not intended to be used in that way, so it does not have good support for that. > E.g. gimp 2.10 currently doesn't compile on older MacOS versions. I have > supplied Ken some