View previous topic :: View next topic |
Author |
Message |
RayDude Advocate
Joined: 29 May 2004 Posts: 2078 Location: San Jose, CA
|
Posted: Thu Mar 28, 2024 4:11 am Post subject: Upgrading to profile 23 hopefully [solved] |
|
|
I'm attempting this.
First issue: I have to remove old packages like mythtv that have a mysql use flag, but use mariadb. I did that.
But
Code: | !!! The ebuild selected to satisfy ">=kde-apps/akonadi-23.08.5:5" has unmet requirements.
- kde-apps/akonadi-23.08.5::gentoo USE="kaccounts xml -debug -designer -doc -mysql -postgres -sqlite -test -tools" ABI_X86="(64)"
The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( mysql postgres sqlite )
The above constraints are a subset of the following complete expression:
any-of ( mysql postgres sqlite ) test? ( tools )
(dependency required by "kde-apps/kdepim-meta-23.08.5::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument]) |
So I set USE="-mysql mariadb"
But
Code: | !!! The ebuild selected to satisfy "dev-perl/DBD-MariaDB" has unmet requirements.
- dev-perl/DBD-MariaDB-1.230.0::gentoo USE="mariadb mysql -minimal -test" ABI_X86="(64)"
The following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( mysql mariadb )
(dependency required by "dev-db/mariadb-10.6.17::gentoo[perl]" [ebuild])
(dependency required by "virtual/mysql-5.6-r13::gentoo" [installed])
(dependency required by "kde-apps/akonadi-23.08.5::gentoo" [ebuild])
(dependency required by "app-office/merkuro-23.08.5::gentoo" [installed])
(dependency required by "kde-apps/kdepim-meta-23.08.5::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument]) |
What is the right way to do this? _________________ Some day there will only be free software.
Last edited by RayDude on Thu Mar 28, 2024 6:57 am; edited 1 time in total |
|
Back to top |
|
|
figueroa Advocate
Joined: 14 Aug 2005 Posts: 3005 Location: Edge of marsh USA
|
Posted: Thu Mar 28, 2024 6:30 am Post subject: |
|
|
Die you set USE="-mysql mariadb" in make.conf? Try just setting USE="mariadb" as it's one or the other. _________________ Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi |
|
Back to top |
|
|
RayDude Advocate
Joined: 29 May 2004 Posts: 2078 Location: San Jose, CA
|
Posted: Thu Mar 28, 2024 6:56 am Post subject: |
|
|
figueroa wrote: | Die you set USE="-mysql mariadb" in make.conf? Try just setting USE="mariadb" as it's one or the other. |
it was USE="mariadb" (no mention of mysql) that worked.
I didn't think of that. Thanks. _________________ Some day there will only be free software. |
|
Back to top |
|
|
|