Re: select a gcc compiler

2013-10-21 Thread Brandon Allbery
On Mon, Oct 21, 2013 at 8:39 PM, chamm wrote: > Chris-MacBook-Pro:~ Chris$ echo $PATH > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin:/Users/Chris/scripts > This is your problem; the shell will always take it from the earliest directory in $PATH that has it. (Also, why

Re: select a gcc compiler

2013-10-21 Thread chamm
Here is the output: Chris-MacBook-Pro:~ Chris$ sudo port select --set gcc mp-gcc45 Password: Selecting 'mp-gcc45' for 'gcc' succeeded. 'mp-gcc45' is now active. Chris-MacBook-Pro:~ Chris$ type gcc gcc is hashed (/usr/bin/gcc) Chris-MacBook-Pro:~ Chris$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr

Re: Macports doesn't use latest Amarok release ?

2013-10-21 Thread James Linder
On 22/10/2013, at 3:00 AM, macports-users-requ...@lists.macosforge.org wrote: >>> -> why it's trying to compile 2.6 version of Amarok instead of 2.8 that has >>> been released 2 months ago already ? >> >> Because no one's requested it. Please file an update ticket. > > I appear to have been wor

Re: select a gcc compiler

2013-10-21 Thread Ryan Schmidt
On Oct 21, 2013, at 15:00, chamm wrote: > I did try both a new terminal window and using hash -r, but still the > default apple compiler is used. Please show the output of: type gcc echo $PATH ___ macports-users mailing list macports-users@lists.m

Re: select a gcc sompiler

2013-10-21 Thread chamm
Hi, I did try both a new terminal window and using hash -r, but still the default apple compiler is used. -- View this message in context: http://mac-os-forge.2317878.n4.nabble.com/select-a-gcc-sompiler-tp231987p231997.html Sent from the MacPorts - Users mailing list archive at Nabble.com. __

Re: Downgrading squid3

2013-10-21 Thread Ryan Schmidt
On Oct 21, 2013, at 10:29, Joshua Root wrote: > It's pretty garbled because of overlapping output from multiple make > jobs (append 'build.jobs=1' to the command to avoid this BTW), but it > looks like the failure is due to a compiler warning about a tautological > comparison, which is escalated

Re: Downgrading squid3

2013-10-21 Thread Ryan Schmidt
On Oct 21, 2013, at 08:13, Gaurav Arora wrote: > I am trying to downgrade squid3 to version 3.1.6 to address an issue we're > having. I have downgraded subversion in the past and have done so using a > checkout of the portfile at a specific revision from the macports svn. > However I am unable

Re: select a gcc sompiler

2013-10-21 Thread Eric Gallager
Seeing as this seems to come up often, perhaps we could at least have MacPorts print a note about it or something after running `port select --set`... On Mon, Oct 21, 2013 at 3:07 PM, Brandon Allbery wrote: > On Mon, Oct 21, 2013 at 2:57 PM, chamm wrote: > >> I think that I am turning on the c

Re: select a gcc sompiler

2013-10-21 Thread Brandon Allbery
On Mon, Oct 21, 2013 at 2:57 PM, chamm wrote: > I think that I am turning on the compiler here: > > sudo port select --set gcc mp-gcc45 > > but when I enter gcc -v I see that the old mac version is still default. > Did you `hash -r` first, or open a new terminal? Shells (bash, ksh, tcsh, zsh) re

select a gcc sompiler

2013-10-21 Thread chamm
I seem to be unable to select a macports downloaded gcc compiler. The Apple XCode supplied compiler doesn't work with the program I want to compile (MrBayes), so I downloaded one that should work from MacPorts. I'm new to macports and could use some help. I think that I am turning on the compiler

Downgrading squid3

2013-10-21 Thread Joshua Root
It's pretty garbled because of overlapping output from multiple make jobs (append 'build.jobs=1' to the command to avoid this BTW), but it looks like the failure is due to a compiler warning about a tautological comparison, which is escalated to an error because -Werror is used. The current squid3

Re: Downgrading squid3

2013-10-21 Thread Gaurav Arora
Thanks Bradley, just needed that svn url. On 21/10/13 7:18 PM, Bradley Giesbrecht wrote: On Oct 21, 2013, at 6:44 AM, Bradley Giesbrecht wrote: On Oct 21, 2013, at 6:13 AM, Gaurav Arora wrote: Hi, First time posting to this list so please go easy on me. :) I am trying to downgrade squid3 t

Re: Downgrading squid3

2013-10-21 Thread Bradley Giesbrecht
On Oct 21, 2013, at 6:44 AM, Bradley Giesbrecht wrote: > > On Oct 21, 2013, at 6:13 AM, Gaurav Arora wrote: > >> Hi, >> >> First time posting to this list so please go easy on me. :) >> >> I am trying to downgrade squid3 to version 3.1.6 to address an issue we're >> having. I have downgraded

Re: Downgrading squid3

2013-10-21 Thread Bradley Giesbrecht
On Oct 21, 2013, at 6:13 AM, Gaurav Arora wrote: > Hi, > > First time posting to this list so please go easy on me. :) > > I am trying to downgrade squid3 to version 3.1.6 to address an issue we're > having. I have downgraded subversion in the past and have done so using a > checkout of the p

Downgrading squid3

2013-10-21 Thread Gaurav Arora
Hi, First time posting to this list so please go easy on me. :) I am trying to downgrade squid3 to version 3.1.6 to address an issue we're having. I have downgraded subversion in the past and have done so using a checkout of the portfile at a specific revision from the macports svn. However I