Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349261 - dev-db/phpmyadmin-3.3.8.1 required dev-lang/php[mysqli]
Summary: dev-db/phpmyadmin-3.3.8.1 required dev-lang/php[mysqli]
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 09:23 UTC by Ellen
Modified: 2010-12-23 09:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.