Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 19:00,Chris Jones wrote: > > Do you create the requested list ? This is much shorter as it lists only > the ports your actively requested, not dependencies etc. My > recommendation is to go through this list, and just use it to identify, > by hand those you wish to reins

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 19:48, Joshua Root wrote: > > Were there any failures shown in the output of restore_ports.tcl? Were > the missing ports mentioned at all? Running it again will not do any > harm since it will simply skip any ports in myports.txt that are already > active; what happens if

Re: Mojave and Migration

2018-10-23 Thread Joshua Root
Michael Newman wrote: > I followed the migration instructions which are found here: > https://trac.macports.org/wiki/Migration > > > That sort of worked, except that some ports didn’t get reinstalled. For > example, neither ImageMagick nor MPlayer were

Re: Mojave and Migration

2018-10-23 Thread Ryan Schmidt
On Oct 23, 2018, at 04:29, Michael Newman wrote: > On Oct 23, 2018, at 16:21, Ryan Schmidt wrote: > >>> Not by me. I’ve always installed ports with the simplest command: sudo port >>> install [port] >> >> Right, and doing so may, in some cases, cause dependencies to be installed >> with the un

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 16:21, Ryan Schmidt wrote: > >> Not by me. I’ve always installed ports with the simplest command: sudo port >> install [port] > > Right, and doing so may, in some cases, cause dependencies to be installed > with the universal variant, and I was asking if that had happen

Re: Mojave and Migration

2018-10-23 Thread Ryan Schmidt
On Oct 23, 2018, at 04:20, Michael Newman wrote: > On Oct 23, 2018, at 16:17, Ryan Schmidt wrote: > >> Were any of the ports in myports.txt, by chance, installed with the >> +universal variant? If so, you'll have to install them without the >> +universal variant on Mojave and later. > > Not

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 16:17, Ryan Schmidt wrote: > > Were any of the ports in myports.txt, by chance, installed with the > +universal variant? If so, you'll have to install them without the +universal > variant on Mojave and later. Not by me. I’ve always installed ports with the simplest com

Re: Mojave and Migration

2018-10-23 Thread Ryan Schmidt
On Oct 23, 2018, at 04:14, Michael Newman wrote: > On Oct 23, 2018, at 15:31, Ryan Schmidt wrote: > >>> Makes me thing something went seriously wrong with restore_ports.tcl. >> >> Ok, pick one, try to install it, see what happens. If it fails, show us what >> the error was. > > Every one I’ve

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 15:31, Ryan Schmidt wrote: > >> Makes me thing something went seriously wrong with restore_ports.tcl. > > Ok, pick one, try to install it, see what happens. If it fails, show us what > the error was. Every one I’ve picked so far has installed without any errors. But, I

Re: Mojave and Migration

2018-10-23 Thread Chris Jones
Hi Thank you. Unfortunately, the list is huge: MrMuscle:~ mnewman$ port echo not installed and \( $(awk '{print $1}' myports.txt) \) | wc -l 218 And includes things like curl, wget, gzip and others. Makes me thing something went seriously wrong with restore_ports.tcl. Personally,

Re: Mojave and Migration

2018-10-23 Thread Ryan Schmidt
On Oct 23, 2018, at 03:30, Michael Newman wrote: > On Oct 23, 2018, at 15:09, Ryan Schmidt wrote: >>> Is there any way to find our without manually checking each and every port >>> in myports.txt? >> >> Sure, get a list of only the port names you want to know about. For example >> you could do

Re: Mojave and Migration

2018-10-23 Thread Michael Newman via macports-users
> On Oct 23, 2018, at 15:09, Ryan Schmidt wrote: >> Is there any way to find our without manually checking each and every port >> in myports.txt? > > Sure, get a list of only the port names you want to know about. For example > you could do that using: > > awk '{print $1}' myports.txt > >

Re: Mojave and Migration

2018-10-23 Thread Ryan Schmidt
On Oct 23, 2018, at 00:16, Michael Newman wrote: > I followed the migration instructions which are found here: > https://trac.macports.org/wiki/Migration > > That sort of worked, except that some ports didn’t get reinstalled. For > example, neither ImageMagick nor MPlayer were reinstalled. I