Changes between Initial Version and Version 1 of Ticket #60847


Ignore:
Timestamp:
Jul 16, 2020, 5:38:32 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I am assuming you have already installed mysql8 @8.0.19_0. If not, do that first.

When installing mysql8-server, use the -n flag to tell MacPorts you don't want it to try to update dependencies first.

sudo port -n install subport=mysql8-server

Don't get in the habit of using that flag though because in most cases you do want MacPorts to update dependencies first.

Also, please make sure you file a bug report about the mysql8 @8.0.21_0 build failure so that we can investigate that.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60847

    • Property Keywords mavericks removed
    • Property Milestone changed from MacPorts 2.6.3 to
  • Ticket #60847 – Description

    initial v1  
    11I'm working on a system which has the last version of MacOS 10.9 Mavericks installed.
    22
    3 I am trying to follow the instructions here https://trac.macports.org/wiki/howto/InstallingOlderPort#subport to install an older version of mysql8-server (@8.0.19_0) since the current version will not compile on my system.
     3I am trying to follow the instructions here wiki:howto/InstallingOlderPort#subport to install an older version of mysql8-server (@8.0.19_0) since the current version will not compile on my system.
    44
    55This is a subport of databases/mysql8 - I have cloned and checked out an older version of the repository and was able to install mysql8 successfully