[MacPorts] #66983: jpeg conflicts with libjpeg-turbo
MacPorts
noreply at macports.org
Thu Feb 23 13:03:32 UTC 2023
#66983: jpeg conflicts with libjpeg-turbo
---------------------+--------------------
Reporter: f1gwr | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: jpeg |
---------------------+--------------------
Comment (by ryandesign):
Replying to [comment:3 ryandesign]:
> Perhaps you just have a very old jpeg installed and need to upgrade it
first.
That is seeming likely to me, given that:
Replying to [ticket:66983 f1gwr]:
> {{{
> ---> Deactivating openssl @1.0.2s_0
> ---> Cleaning openssl
> ---> Activating openssl @3_9
> ---> Cleaning openssl
> }}}
So before attempting to install kicad, you had openssl @1.0.2s_0
installed. The openssl port was
[changeset:3b9cf230687c094d185d68122a83a5f5709a04aa/macports-ports updated
to 1.0.2s_0] on May 29, 2019, and
[changeset:e660ba6a7265d21b28decb8f2b9a0ec4fd6541fe/macports-ports updated
to 1.1.1c_0] on September 7, 2019, so you hadn't updated your ports since
some time between those dates, which is a long time ago. We expect users
to upgrade their ports at least every 12 months; we keep upgrade paths in
place that make things easy during that time, but after 12 months, those
upgrade paths start to be removed. The
[changeset:0c3c5e770185f4c3577b94a49170a961b88d1b98/macports-ports
libjpeg-turbo port became the preferred jpeg in MacPorts], along with
moving where the jpeg port installed its files, on January 18, 2021. There
was code in place to help users upgrading from jpeg to libjpeg-turbo until
that code was removed when
[changeset:e380be6c8e67e9b8a641ba4958e2d0be0dd1b685/macports-ports
libjpeg-turbo was updated to 2.1.5] on February 3, 2023.
The solution would be to upgrade jpeg first:
{{{
sudo port upgrade jpeg
}}}
and then upgrade other ports:
{{{
sudo port upgrade outdated
}}}
though since it has been so long since you last upgraded ports, you may
encounter other problems like this that will need manual intervention.
--
Ticket URL: <https://trac.macports.org/ticket/66983#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list