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 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 from gcc43
> >  * conflicts with gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5
> >gcc44: Build with gfortran from gcc44
> >  * conflicts with gcc43 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5
> >gcc45: Build with gfortran from gcc45
> >  * conflicts with gcc43 gcc44 gcc46 gcc47 gcc48 gcc49 gcc5
> >gcc46: Build with gfortran from gcc46
> >  * conflicts with gcc43 gcc44 gcc45 gcc47 gcc48 gcc49 gcc5
> >gcc47: Build with gfortran from gcc47
> >  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc48 gcc49 gcc5
> >gcc48: Build with gfortran from gcc48
> >  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc49 gcc5
> >gcc49: Build with gfortran from gcc49
> >  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc5
> > [+]gcc5: Build with gfortran from gcc5
> >  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49
> >
> > The [+] means that if you were to install it from scratch instead of
> upgrading, you'd get the gcc5 variant.
> >
> > I think you want: sudo port upgrade root5 -gcc48 +gcc5
>
> Might have to use:
>
> sudo port upgrade --enforce-variants root5 -gcc48 +gcc5
>
>


-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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.  Given that you are a
> scientist, that could mean any number of candidates.
>
> What were you trying to install when your machine attempted to install
> gcc48?
>
> On Nov 1, 2015, at 10:35 AM, Fabrizio Salvatore <
> p.fabrizio.salvat...@googlemail.com> wrote:
>
> 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
>
> --
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> 
> facebook.com/p.fabrizio.salvatore
> +++
>
>
> Marius
> --
> Marius Schamschula
>
>
>
>
>


-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 see the log file for port gcc48 for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log
Error: Problem while installing gcc48
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets

How could this be??? I checked and gcc48 is not in my list of ports

Thanks!

Fab


On 30 October 2015 at 15:58, Rainer Müller  wrote:

> 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:
> >>> --->  gcc48 @4.8.2_2
> >>> --->  gcc48 @4.8.3_3 (active)
> >>>
> >>> How do I remove both and make gcc49 the default one?
> >>
> >> specify the version when uninstalling
> >>
> >>> sudo port uninstall gcc48@4.8.2_2
> >
> > Is there also something like
> > sudo port uninstall gcc48@all
> > ?
>
> You can achieve that with the intersection of ports with the name gcc48
> and ports that are installed:
>
>   sudo port uninstall gcc48 and installed
>
> > Also, what happened to the GSOC project where user would simply select
> > which port to uninstall in an interactive way?
>
> The work was merged to trunk, but is not yet available in any released
> version of MacPorts.
>
> Rainer
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>



-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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. 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 see the log file for port gcc48 for details:
> 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log
> Error: Problem while installing gcc48
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> 
> How could this be??? I checked and gcc48 is not in my list of ports
> 
> Thanks!
> 
> Fab
> 
> 
> On 30 October 2015 at 15:58, Rainer Müller  wrote:
> 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:
> >>> --->  gcc48 @4.8.2_2
> >>> --->  gcc48 @4.8.3_3 (active)
> >>>
> >>> How do I remove both and make gcc49 the default one?
> >>
> >> specify the version when uninstalling
> >>
> >>> sudo port uninstall gcc48@4.8.2_2
> >
> > Is there also something like
> > sudo port uninstall gcc48@all
> > ?
> 
> You can achieve that with the intersection of ports with the name gcc48
> and ports that are installed:
> 
>   sudo port uninstall gcc48 and installed
> 
> > Also, what happened to the GSOC project where user would simply select
> > which port to uninstall in an interactive way?
> 
> The work was merged to trunk, but is not yet available in any released
> version of MacPorts.
> 
> Rainer
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
> 
> 
> 
> -- 
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> facebook.com/p.fabrizio.salvatore
> +++
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users

Marius
--
Marius Schamschula




___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 install gcc48?

On Nov 1, 2015, at 10:35 AM, Fabrizio Salvatore 
 wrote:

> 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
> 
> -- 
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> facebook.com/p.fabrizio.salvatore
> +++

Marius
--
Marius Schamschula




___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 
post it all if you cannot work it out yourself.

> 
>> 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.  Given that you are a 
>> scientist, that could mean any number of candidates.
>> 
>> What were you trying to install when your machine attempted to install gcc48?
>> 
>>> On Nov 1, 2015, at 10:35 AM, Fabrizio Salvatore 
>>>  wrote:
>>> 
>>> 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
>>> 
>>> -- 
>>> +++
>>> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
>>> Department of Physics and Astronomy, University of Sussex,
>>> Brighton, Sussex, BN1 9QH, United Kingdom
>>> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
>>> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
>>> facebook.com/p.fabrizio.salvatore
>>> +++
>> 
>> Marius
>> --
>> Marius Schamschula
> 
> 
> 
> -- 
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> facebook.com/p.fabrizio.salvatore
> +++
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 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
> post it all if you cannot work it out yourself.
>
>
> 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.  Given that you are a
>> scientist, that could mean any number of candidates.
>>
>> What were you trying to install when your machine attempted to install
>> gcc48?
>>
>> On Nov 1, 2015, at 10:35 AM, Fabrizio Salvatore <
>> p.fabrizio.salvat...@googlemail.com> wrote:
>>
>> 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
>>
>> --
>> +++
>> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
>> Department of Physics and Astronomy, University of Sussex,
>> Brighton, Sussex, BN1 9QH, United Kingdom
>> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
>> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
>> 
>> facebook.com/p.fabrizio.salvatore
>> +++
>>
>>
>> Marius
>> --
>> Marius Schamschula
>>
>>
>>
>>
>>
>
>
> --
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> 
> facebook.com/p.fabrizio.salvatore
> +++
>
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>
>


-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++


main.log
Description: Binary data
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 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 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. 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 see the log file for port gcc48 for details:
>> 
>> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log
>> Error: Problem while installing gcc48
>> To report a bug, follow the instructions in the guide:
>> http://guide.macports.org/#project.tickets 
>> 
>> 
>> How could this be??? I checked and gcc48 is not in my list of ports
>> 
>> Thanks!
>> 
>> Fab
>> 
>> 
>> On 30 October 2015 at 15:58, Rainer Müller > > wrote:
>> 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:
>> >>> --->  gcc48 @4.8.2_2
>> >>> --->  gcc48 @4.8.3_3 (active)
>> >>>
>> >>> How do I remove both and make gcc49 the default one?
>> >>
>> >> specify the version when uninstalling
>> >>
>> >>> sudo port uninstall gcc48@4.8.2_2
>> >
>> > Is there also something like
>> > sudo port uninstall gcc48@all
>> > ?
>> 
>> You can achieve that with the intersection of ports with the name gcc48
>> and ports that are installed:
>> 
>>   sudo port uninstall gcc48 and installed
>> 
>> > Also, what happened to the GSOC project where user would simply select
>> > which port to uninstall in an interactive way?
>> 
>> The work was merged to trunk, but is not yet available in any released
>> version of MacPorts.
>> 
>> Rainer
>> ___
>> macports-users mailing list
>> macports-users@lists.macosforge.org 
>> 
>> https://lists.macosforge.org/mailman/listinfo/macports-users 
>> 
>> 
>> 
>> 
>> -- 
>> +++
>> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk 
>> 
>> Department of Physics and Astronomy, University of Sussex,
>> Brighton, Sussex, BN1 9QH, United Kingdom
>> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
>> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore 
>> 
>>  
>> facebook.com/p.fabrizio.salvatore
>>  
>> +++
>> ___
>> macports-users mailing list
>> macports-users@lists.macosforge.org 
>> 
>> https://lists.macosforge.org/mailman/listinfo/macports-users 
>> 
> 
> Marius
> --
> Marius Schamschula
> 
> 
> 
> 
> 
> 
> 
> -- 
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk 
> 
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore 
> 
>  
> facebook.com/p.fabrizio.salvatore
>  
> +++
> ___
> macports-users mailing list
> 

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+roofit+soversion+ssl+tmva+xml
(active)

I do indeed use ROOT as analysis package: is there a version for gcc49 or
gcc5?

Thanks!

Fab


On 1 November 2015 at 22:50, Ryan Schmidt  wrote:

>
> 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 gcc48
>
>
>


-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 gcc48


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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
> 
>gcc43: Build with gfortran from gcc43
>  * conflicts with gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5
>gcc44: Build with gfortran from gcc44
>  * conflicts with gcc43 gcc45 gcc46 gcc47 gcc48 gcc49 gcc5
>gcc45: Build with gfortran from gcc45
>  * conflicts with gcc43 gcc44 gcc46 gcc47 gcc48 gcc49 gcc5
>gcc46: Build with gfortran from gcc46
>  * conflicts with gcc43 gcc44 gcc45 gcc47 gcc48 gcc49 gcc5
>gcc47: Build with gfortran from gcc47
>  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc48 gcc49 gcc5
>gcc48: Build with gfortran from gcc48
>  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc49 gcc5
>gcc49: Build with gfortran from gcc49
>  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc5
> [+]gcc5: Build with gfortran from gcc5
>  * conflicts with gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49
> 
> The [+] means that if you were to install it from scratch instead of 
> upgrading, you'd get the gcc5 variant.
> 
> I think you want: sudo port upgrade root5 -gcc48 +gcc5

Might have to use:

sudo port upgrade --enforce-variants root5 -gcc48 +gcc5

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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?


specify the version when uninstalling

> sudo port uninstall gcc48@4.8.2_2

etc.

( gcc49 is a different port to gcc48 anyway, and can be installed along 
side, as can the gcc5 port which is the recommended default version now 
anyway )




Thanks for your help!

Fab



On 29 October 2015 at 22:41, Eneko Gotzon > wrote:


On Thu, Oct 29, 2015 at 10:43 PM, Fabrizio Salvatore
> wrote:

Is there any instruction anywhere on how to do that?


Port uninstall .


--
Eneko Gotzon Ares
enekogot...@gmail.com 




--
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk

Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
facebook.com/p.fabrizio.salvatore

+++

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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.3_3 (active)
>>
>> How do I remove both and make gcc49 the default one?
>
> specify the version when uninstalling
>
>> sudo port uninstall gcc48@4.8.2_2

Is there also something like
sudo port uninstall gcc48@all
?

Also, what happened to the GSOC project where user would simply select
which port to uninstall in an interactive way?

Mojca
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 at 22:41, Eneko Gotzon  wrote:

>
> 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
>



-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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:
>>> --->  gcc48 @4.8.2_2
>>> --->  gcc48 @4.8.3_3 (active)
>>>
>>> How do I remove both and make gcc49 the default one?
>>
>> specify the version when uninstalling
>>
>>> sudo port uninstall gcc48@4.8.2_2
> 
> Is there also something like
> sudo port uninstall gcc48@all
> ?

You can achieve that with the intersection of ports with the name gcc48
and ports that are installed:

  sudo port uninstall gcc48 and installed

> Also, what happened to the GSOC project where user would simply select
> which port to uninstall in an interactive way?

The work was merged to trunk, but is not yet available in any released
version of MacPorts.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 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 the log file for port gcc48 for details:
> 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log
> Error: Unable to upgrade port: 1
> (attached is the logfile)
> 
> 
> -- 
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> facebook.com/p.fabrizio.salvatore
> +++
> 
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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, and reinstall
> them using a new gcc version.
>
> Chris
>
>
>
> On 29 Oct 2015, at 10:10 a.m., Fabrizio Salvatore <
> p.fabrizio.salvat...@googlemail.com> wrote:
>
> 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 the log file for port gcc48 for details:
>
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/main.log
> Error: Unable to upgrade port: 1
> (attached is the logfile)
>
>
> --
> +++
> Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
> Department of Physics and Astronomy, University of Sussex,
> Brighton, Sussex, BN1 9QH, United Kingdom
> Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
> http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore
> 
> facebook.com/p.fabrizio.salvatore
> +++
>
> 
>
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>
>


-- 
+++
Dr Fabrizio Salvatore|e-mail: p.f.salvat...@sussex.ac.uk
Department of Physics and Astronomy, University of Sussex,
Brighton, Sussex, BN1 9QH, United Kingdom
Tel.:  +44 (0)1273 67 8749; Fax: +44 (0)1273 67 8068
http://epp.phys.susx.ac.uk/epp/FabrizioSalvatore

facebook.com/p.fabrizio.salvatore
+++
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users