Why does the p5-DBD-mysql port insist on installing the databases/mysql56-client when the mysql57-client-5.7.12, and server, are already installed? I need the DBD, but I do not want the installation of the DBD to override or otherwise take a step back in time and downgrade the MySQL Client and Server to v5.6.
Why is this happening? I’ve already erased all things MySQL and allowed Synth to yet again reinstall the mysql57-server-5.7.12 . . .which by the way, apparently installs the corresponding client as part and parcel with the server . . .thank you very much; however, if
Synth reports that mysql56-client will be built. Damit! (and it does . . .if you let it -- screws-up the whole MySQL installation.)
. . .why??? the mysql57-client is ALREADY is installed?
I think this is yet another issue that needs to be escalated to Bugzilla. (I'm tired of this___)
I don't think this is a Synth problem, but rather a goober in the make file.
Why is this happening? I’ve already erased all things MySQL and allowed Synth to yet again reinstall the mysql57-server-5.7.12 . . .which by the way, apparently installs the corresponding client as part and parcel with the server . . .thank you very much; however, if
# synth status databases/p5-DBD-mysql
. . .is run, the report is;
Code:
Scanning existing packages.
These are the ports that would be built ([N]ew, [R]ebuild, [ U]pgrade):
N => databases/mysql56-client
N => databases/p5-DBD-mysql
Total packages that would be built: 2
The complete build list can also be found at:
/tmp/synth_status_results.txt
Synth reports that mysql56-client will be built. Damit! (and it does . . .if you let it -- screws-up the whole MySQL installation.)
. . .why??? the mysql57-client is ALREADY is installed?
I think this is yet another issue that needs to be escalated to Bugzilla. (I'm tired of this___)
I don't think this is a Synth problem, but rather a goober in the make file.