Re: error upgrading gcc48 port

2015-11-02 Thread Fabrizio Salvatore
Thanks a lot, this actually solved all my issues! Thanks again! Fab On 2 November 2015 at 00:36, Ryan Schmidt wrote: > > On Nov 1, 2015, at 6:35 PM, Brandon Allbery wrote: > > > On Sun, Nov 1, 2015 at 7:31 PM, Fabrizio Salvatore < > p.fabrizio.salvat...@googlemail.com> wrote: > > I do indeed us

Re: error upgrading gcc48 port

2015-11-01 Thread Ryan Schmidt
On Nov 1, 2015, at 6:35 PM, Brandon Allbery wrote: > On Sun, Nov 1, 2015 at 7:31 PM, Fabrizio Salvatore > wrote: > I do indeed use ROOT as analysis package: is there a version for gcc49 or > gcc5? > > "port variants root5" > Which, here, shows (among many others) the following variants > >

Re: error upgrading gcc48 port

2015-11-01 Thread Brandon Allbery
On Sun, Nov 1, 2015 at 7:31 PM, Fabrizio Salvatore < p.fabrizio.salvat...@googlemail.com> wrote: > I do indeed use ROOT as analysis package: is there a version for gcc49 or > gcc5? "port variants root5" Which, here, shows (among many others) the following variants gcc43: Build with gfortran

Re: error upgrading gcc48 port

2015-11-01 Thread Fabrizio Salvatore
Thanks a lot! I see the following: root5 @5.34.18_0+cocoa+gcc48+graphviz+gsl+minuit2+opengl+roofit+soversion+ssl+tmva+xml root5 @5.34.18_0+cocoa+gcc48+graphviz+gsl+minuit2+opengl+python27+roofit+soversion+ssl+tmva+xml root5 @5.34.23_0+cocoa+gcc48+graphviz+gsl+http+minuit2+opengl+python27+roo

Re: error upgrading gcc48 port

2015-11-01 Thread Ryan Schmidt
On Nov 1, 2015, at 4:04 PM, Fabrizio Salvatore wrote: > this should be the last log of the upgrade outdated command. > > Thanks! The file you attached is just a log of gcc48 failing to build; it doesn't tell us what caused the gcc48 build to be attempted. Try this: port installed | grep gcc4

Re: error upgrading gcc48 port

2015-11-01 Thread Fabrizio Salvatore
Hi, this should be the last log of the upgrade outdated command. Thanks! Fab On 1 November 2015 at 21:10, Chris Jones wrote: > > > On 1 Nov 2015, at 5:13 p.m., Fabrizio Salvatore < > p.fabrizio.salvat...@googlemail.com> wrote: > > I simply did a port upgrade outdated. after I moved to the

Re: error upgrading gcc48 port

2015-11-01 Thread Chris Jones
> On 1 Nov 2015, at 5:13 p.m., Fabrizio Salvatore > wrote: > > I simply did a port upgrade outdated. after I moved to the new OS... :-( Then, as i already asked, which port was being upgraded just before the installation of gcc48 was triggered ? The output should tell you this. Just pos

Re: error upgrading gcc48 port

2015-11-01 Thread Fabrizio Salvatore
I simply did a port upgrade outdated. after I moved to the new OS... :-( On 1 November 2015 at 16:53, Marius Schamschula wrote: > Fabricio, > > Unfortunately, yes. > > Plan B: You have to find the port(s) that require gcc. Most likely were > are looking for another port that needs Fortran.

Re: error upgrading gcc48 port

2015-11-01 Thread Christopher Jones
what command where you running that triggered the installation of gcc48 ? Send the full output, messages before the ones you first posted probably tell you what was doing it. > On 1 Nov 2015, at 4:35 p.m., Fabrizio Salvatore > wrote: > > Hi Marius, > > I see the following: > > sudo port de

Re: error upgrading gcc48 port

2015-11-01 Thread Marius Schamschula
Fabricio, Unfortunately, yes. Plan B: You have to find the port(s) that require gcc. Most likely were are looking for another port that needs Fortran. Given that you are a scientist, that could mean any number of candidates. What were you trying to install when your machine attempted to insta

Re: error upgrading gcc48 port

2015-11-01 Thread Fabrizio Salvatore
Hi Marius, I see the following: sudo port dependents gcc48 Password: Error: Registry error: gcc48 not registered as installed. Do I have it installed in order to check dependencies? Cheers, fab On 1 November 2015 at 16:26, Marius Schamschula wrote: > Fabrizio, > > What does > > port depend

Re: error upgrading gcc48 port

2015-11-01 Thread Marius Schamschula
Fabrizio, What does port dependents gcc48 tell you? It is possible that there are ports left that build a gcc48 variant by default. You may have to manually choose a +gcc49 or +gcc5 variant for those. On Nov 1, 2015, at 10:19 AM, Fabrizio Salvatore wrote: > Hi all, > > thanks for the help

Re: error upgrading gcc48 port

2015-11-01 Thread Fabrizio Salvatore
Hi all, thanks for the help. I have installed gcc49 and gcc5 and unistall gcc48, but if I try again to do port upgrade outdated I see again the following: ---> Computing dependencies for gcc48 ---> Building gcc48 Error: org.macports.build for port gcc48 returned: command execution failed Please

Re: error upgrading gcc48 port

2015-10-30 Thread Rainer Müller
On 2015-10-30 13:59, Mojca Miklavec wrote: > On Fri, Oct 30, 2015 at 1:49 PM, Chris Jones wrote: >> On 30/10/15 12:26, Fabrizio Salvatore wrote: >>> >>> I see that there are two ports related to gcc48, one of which is active: >>> >>> ---> The following versions of gcc48 are currently installed: >>

Re: error upgrading gcc48 port

2015-10-30 Thread Mojca Miklavec
On Fri, Oct 30, 2015 at 1:49 PM, Chris Jones wrote: > On 30/10/15 12:26, Fabrizio Salvatore wrote: >> >> I see that there are two ports related to gcc48, one of which is active: >> >> ---> The following versions of gcc48 are currently installed: >> ---> gcc48 @4.8.2_2 >> ---> gcc48 @4.8.

Re: error upgrading gcc48 port

2015-10-30 Thread Chris Jones
On 30/10/15 12:26, Fabrizio Salvatore wrote: I see that there are two ports related to gcc48, one of which is active: ---> The following versions of gcc48 are currently installed: ---> gcc48 @4.8.2_2 ---> gcc48 @4.8.3_3 (active) How do I remove both and make gcc49 the default one?

Re: error upgrading gcc48 port

2015-10-30 Thread Fabrizio Salvatore
I see that there are two ports related to gcc48, one of which is active: ---> The following versions of gcc48 are currently installed: ---> gcc48 @4.8.2_2 ---> gcc48 @4.8.3_3 (active) How do I remove both and make gcc49 the default one? Thanks for your help! Fab On 29 October 2015

Re: error upgrading gcc48 port

2015-10-29 Thread Eneko Gotzon
On Thu, Oct 29, 2015 at 10:43 PM, Fabrizio Salvatore < p.fabrizio.salvat...@googlemail.com> wrote: > Is there any instruction anywhere on how to do that? Port uninstall . -- Eneko Gotzon Ares enekogot...@gmail.com _

Re: error upgrading gcc48 port

2015-10-29 Thread Fabrizio Salvatore
Hi Chris, thanks. Is there any instruction anywhere on how to do that? Thanks! Fab On 29 October 2015 at 12:20, Chris Jones wrote: > Hi, > > Gcc 4.8 currently does not build on OSX 10.11. > > https://trac.macports.org/ticket/48471 > > I recommend uninstalling it, and any ports that need it, a

Re: error upgrading gcc48 port

2015-10-29 Thread Chris Jones
Hi, Gcc 4.8 currently does not build on OSX 10.11. https://trac.macports.org/ticket/48471 I recommend uninstalling it, and any ports that need it, and reinstall them using a new gcc version. Chris > On 29 Oct 2015, at 10:10 a.m., Fabrizio Salvatore > wrote: > > Hi all, > > I have tried

error upgrading gcc48 port

2015-10-29 Thread Fabrizio Salvatore
Hi all, I have tried yesterday to upgrade the outdated ports and I have an error, which I report below. Does anyone have the same problem? I have the most recent version of XCode and El Capita OS. Thanks! Fab Error: org.macports.build for port gcc48 returned: command execution failed Please see