Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 349261

Summary: dev-db/phpmyadmin-3.3.8.1 required dev-lang/php[mysqli]
Product: Gentoo Linux Reporter: Ellen <ellectronca>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ellen 2010-12-21 09:23:28 UTC
I can not install dev-db/phpmyadmin-3.3.8.1

===============================================================
$ emerge phpmyadmin -pv

emerge: there are no ebuilds built with USE flags to satisfy "dev-lang/php[mysqli]".
!!! One of the following packages is required to complete your request:
- dev-lang/php-5.3.4 (Change USE: +mysqli)
(dependency required by "dev-db/phpmyadmin-3.3.8.1" [ebuild])
(dependency required by "phpmyadmin" [argument])
===============================================================

But php require USE=-mysqli (php is already installed and can't be reinstalled using +mysqli)

http://pastebin.com/rtJvZudn

I also tried to use the --backtrack=30
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-12-21 15:01:01 UTC
It looks like dev-lang/php[+mysqli] requires you to disable some other USE flags for the same package: maybe USE=-recode. So try that too.
Comment 2 Ellen 2010-12-23 09:49:45 UTC
Okay, if recompile php with USE = "-recode", then everything looks fine.

Thank you for your prompt response.