[MacPorts] #43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------+------------------------------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin -------------------------+------------------------------------------------- My MP installation auto-replaced mysql5 by mysql51. As a next step the qt4-mac-mysql51-plugin wanted to upgrade itself, but couldn't due to qt4-mac-mysql5-plugin being installed. This upgrade needs manual intervention and isn't running smoothly on its own. :-( -- Ticket URL: <https://trac.macports.org/ticket/43499> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mk@…): After all I realize when trying to re-install kdelibs4 that it now requires qt4-mac-mariadb-plugin... And so I have to remove the just installed qt4-mac-mysql51-plugin! Looks like stuff like this isn't avoidable. -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mathias.habluetzel@…): Mind sharing how you fixed this problem or how you worked around it? -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by pixilla@…): What commands did you execute that caused mysql5 to be replaced_by mysql51? What may have happened is two ports you have installed changed dependencies, one from qt4-mac-mysql5-plugin to qt4-mac-mysql51-plugin and the another from qt4-mac-mysql5-plugin to qt4-mac-mariadb-plugin. If so, the port maintainers should align the dependencies and/or offer the same set of variants/subports. -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mk@…): What I did back then was to upgrade kdelibs4... I solved the issue by uninstalling qt4-mac-mysql51-plugin with all its dependents. Then I reinstalled kdelibs4. -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mathias.habluetzel@…): Because it took me more than 2min to figure it out how fix it: {{{ sudo port uninstall --follow-dependencies kdesdk4 sudo port install kdesdk4 }}} Did the trick. YMMV. -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by urilabob@…): I'm not sure if this is the same issue, would appreciate feedback: sh-3.2# port upgrade outdated ---> Computing dependencies for qt4-mac-mysql51-plugin Error: Unable to exec port: Can't install qt4-mac-mysql51-plugin because conflicting ports are installed: qt4-mac-mysql5-plugin Matthias' fix didn't work for this, so I assume the problem is with port(s) other than kdesdk4. How do I figure out which ones? -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mk@…): Use {{{ $ port installed rdependents qt4-mac-mysql5-plugin }}} which should list all ports which depend on the old MySQL version. Delete those and then install the KDE software which you need, which should pull in the 5.1 stuff anew. -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by pixilla@…): What is the output of this: {{{ $ port echo dependentof:qt4-mac-{mysql5,mysql51,mysql55,mysql56,mariadb,percona}-plugin }}} -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by mk@…): In my case "akonadi". -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by vazspam-forum@…): I;m getting the same error when doing: {{{ sudo port upgrade outdated }}} This is what I get: {{{ [...] ---> Installing harfbuzz @0.9.29_1 ---> Cleaning harfbuzz ---> Computing dependencies for harfbuzz ---> Deactivating harfbuzz @0.9.29_0 ---> Cleaning harfbuzz ---> Activating harfbuzz @0.9.29_1 ---> Cleaning harfbuzz ---> Computing dependencies for qt4-mac-mysql51-plugin Error: Unable to exec port: Can't install qt4-mac-mysql51-plugin because conflicting ports are active: qt4-mac-mysql5-plugin }}} I only have '''kmymoney-devel''' installed -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#43499: qt4-mac-mysql51-plugin upgrade after replacing mysql5 by mysql51 FAILS -------------------------------------------------+------------------------- Reporter: mk@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac-mysql51-plugin qt4-mac- | mysql5-plugin | -------------------------------------------------+------------------------- Comment (by temp88@…): Hi, I also had the problem with akonadi. I made[[BR]] sudo port uninstall --follow-dependencies kdesdk4[[BR]] but it fails then I follow the error message and I repeat the process:[[BR]] sudo port uninstall --follow-dependencies kdepimlibs4[[BR]] sudo port uninstall --follow-dependencies kde4-runtime[[BR]] sudo port uninstall --follow-dependencies kde4-baseapps[[BR]] And I find the "leaf" package: sudo port uninstall --follow-dependencies konsole[[BR]] [[BR]] After that, I restarted the sudo port update outdated[[BR]] Finally I tried to reinstall konsole but I get[[BR]] Please use the same variants again, perform 'port clean akonadi' or specify the force option (-f). Error: Failed to install akonadi Please see the log file for port akonadi for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_akonadi/akonadi/main.log Error: The following dependencies were not installed: kde4-baseapps kde4-runtime kdepimlibs4 akonadi gpgme gnupg2 gpg-agent libassuan pth libksba pinentry libusb-compat libusb libical nepomuk-core ebook-tools convertlit libtommath libzip mobipocket poppler-qt4-mac prison libdmtx qrencode libssh openslp qimageblitz nepomuk-widgets To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port konsole failed -- Ticket URL: <https://trac.macports.org/ticket/43499#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts