Re: MacPorts Update Outdated Choking on libgcc9

2023-03-21 Thread Christopher Stone
> On Mar 21, 2023, at 04:10, Chris Jones  wrote:
> gcc9 is indeed not available on 10.14.6
> 
> Uninstall it and libgcc9
> 
> > sudo port uninstall libgcc9 gcc9
> 
> if that complains because some port still thinks it needs it, then most 
> likely you have that port (or port) installed with a old out of date variant. 
> You will need to reinstall those ports with a newer variant (just use the 
> defaults).


Many thanks to Chris Jones who helped me work through this problem.

All is working smoothly again.

I'd forgotten this list doesn't reply-to itself and communicated privately for 
a bit.

--
Best Regards,
Chris



Re: MacPorts Update Outdated Choking on libgcc9

2023-03-21 Thread Chris Jones

Hi,

gcc9 is indeed not available on 10.14.6

Uninstall it and libgcc9

> sudo port uninstall libgcc9 gcc9

if that complains because some port still thinks it needs it, then most 
likely you have that port (or port) installed with a old out of date 
variant. You will need to reinstall those ports with a newer variant 
(just use the defaults).


cheers Chris

On 20/03/2023 11:07 pm, Christopher Stone wrote:

Hey Folks,

Forgive me if this is well known – I've found some hits on “libgcc9” but 
nothing that's helped me fix the problem.


macOS 10.14.6
Xcode 11.3.1
2012 MacBook Air i7



I'm trying to upgrade my outdated ports...

sudo port -v selfupdate
sudo port -u -v upgrade outdated

Here's where it seems to be choking:



--->  Fetching distfiles for libgcc9
Error: gcc9 9.5.0 is not supported on Darwin 18 i386
Error: Failed to fetch libgcc9: incompatible macOS version



And that seems to be blocking all of these from getting updated:

The following installed ports are outdated:
libgcc9                        9.4.0_0 < 9.5.0_2
libmagic                       5.41_0 < 5.44_0
libpcap                        1.10.1_0 < 1.10.3_0
libutf8proc                    2.6.1_0 < 2.8.0_0
meson                          0.59.3_0 < 1.0.1_0
nasm                           2.15.05_0 < 2.16.01_0
ninja                          1.10.2_4 < 1.11.1_1
nmap                           7.92_3 < 7.93_0
nodejs17                       17.9.0_0 < 17.9.1_4
openssl11                      1.1.1n_0 < 1.1.1t_0
p5.28-cgi                      4.540.0_0 < 4.560.0_0
p5.28-clone                    0.450.0_0 < 0.460.0_0
p5.28-encode                   3.170.0_0 < 3.190.0_0
p5.28-html-parser              3.780.0_0 < 3.810.0_0
p5.28-http-message             6.360.0_0 < 6.440.0_0
p5.28-io-socket-ssl            2.74.0_0 < 2.81.0_0
p5.28-mozilla-ca               20211001_0 < 20221114_0
p5.28-test-warn                0.360.0_0 < 0.370.0_0
p5.28-uri                      5.100.0_0 < 5.170.0_0
pip_select                     0.1_2 < 0.1_3
py39-importlib-metadata        4.11.3_0 < 6.0.0_0
py39-mako                      1.2.0_0 < 1.2.4_0
py39-markdown                  3.3.7_0 < 3.4.1_0
py39-pip                       22.1_0 < 23.0.1_0
py39-pycryptodome              3.14.1_0 < 3.16.0_0
py39-setuptools                62.2.0_0 < 67.6.0_0
py39-zipp                      3.8.0_0 < 3.15.0_0
py310-pycryptodome             3.14.1_0 < 3.16.0_0
py310-setuptools               65.7.0_0 < 67.6.0_0
py311-setuptools               67.5.1_0 < 67.6.0_0
python39                       3.9.12_1 < 3.9.16_0



Any assistance would be greatly appreciated.

--
Best Regards,
Chris