[MacPorts] #58197: mysql57 @5.7.25: port select fails: target "/opt/local/share/man/mysql57/man1/mysql-stress-test.pl.1.gz" doesn't exist
MacPorts
noreply at macports.org
Wed Sep 4 08:33:21 UTC 2019
#58197: mysql57 @5.7.25: port select fails: target
"/opt/local/share/man/mysql57/man1/mysql-stress-test.pl.1.gz" doesn't exist
----------------------+--------------------
Reporter: zslg01 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: mysql57 |
----------------------+--------------------
Comment (by y-a-v-a):
I had to undertake these steps to get mysql57 to be selected for mysql.
{{{
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysql-stress-test.pl.1.gz": target
"/opt/local/share/man/mysql57/man1/mysql-stress-test.pl.1.gz" doesn't
exist
$ sudo touch /opt/local/share/man/mysql57/man1/mysql-stress-test.pl.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysql-test-run.pl.1.gz": target
"/opt/local/share/man/mysql57/man1/mysql-test-run.pl.1.gz" doesn't exist
$ sudo touch /opt/local/share/man/mysql57/man1/mysql-test-run.pl.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysql_client_test.1.gz": target
"/opt/local/share/man/mysql57/man1/mysql_client_test.1.gz" doesn't exist
$ sudo touch /opt/local/share/man/mysql57/man1/mysql_client_test.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysql_client_test_embedded.1.gz": target
"/opt/local/share/man/mysql57/man1/mysql_client_test_embedded.1.gz"
doesn't exist
$ sudo touch
/opt/local/share/man/mysql57/man1/mysql_client_test_embedded.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysqltest.1.gz": target
"/opt/local/share/man/mysql57/man1/mysqltest.1.gz" doesn't exist
$ sudo touch /opt/local/share/man/mysql57/man1/mysqltest.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' failed: could not create new link
"/opt/local/man/man1/mysqltest_embedded.1.gz": target
"/opt/local/share/man/mysql57/man1/mysqltest_embedded.1.gz" doesn't exist
$ sudo touch /opt/local/share/man/mysql57/man1/mysqltest_embedded.1.gz
$ sudo port select --set mysql mysql57
Selecting 'mysql57' for 'mysql' succeeded. 'mysql57' is now active.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58197#comment:14>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list