Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Upgrading to profile 23 hopefully [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2062
Location: San Jose, CA

PostPosted: Thu Mar 28, 2024 4:11 am    Post subject: Upgrading to profile 23 hopefully [solved] Reply with quote

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
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Thu Mar 28, 2024 6:30 am    Post subject: Reply with quote

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
View user's profile Send private message
RayDude
Advocate
Advocate


Joined: 29 May 2004
Posts: 2062
Location: San Jose, CA

PostPosted: Thu Mar 28, 2024 6:56 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum