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

Bug 376465

Summary: mysql-5.1 keywords needed
Product: Gentoo/Alt Reporter: Sven Schwyn (svoop) <gentoo>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven Schwyn (svoop) 2011-07-26 10:00:02 UTC
Recently, emerge started barking when trying to update world:

[ebuild     UD ] dev-db/mysql-5.0.92 [5.1.50-r1] USE="-berkdb%" 
[ebuild     UD ] virtual/mysql-5.0 [5.1]

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

virtual/mysql:0

  (virtual/mysql-5.1::gentoo_prefix, installed) pulled in by
    virtual/mysql[embedded?] required by (dev-perl/DBD-mysql-4.19.0::gentoo_prefix, installed)
    =virtual/mysql-5.1 required by (dev-db/mysql-5.1.50-r1::gentoo_prefix, installed)
    (and 1 more with the same problems)

  (virtual/mysql-5.0::gentoo_prefix, ebuild scheduled for merge) pulled in by
    =virtual/mysql-5.0 required by (dev-db/mysql-5.0.92::gentoo_prefix, ebuild scheduled for merge)

dev-db/mysql:0

  (dev-db/mysql-5.1.50-r1::gentoo_prefix, installed) pulled in by
    =dev-db/mysql-5.1*[embedded=,minimal=,static=] required by (virtual/mysql-5.1::gentoo_prefix, installed)

  (dev-db/mysql-5.0.92::gentoo_prefix, ebuild scheduled for merge) pulled in by
    =dev-db/mysql-5.0* required by (virtual/mysql-5.0::gentoo_prefix, ebuild scheduled for merge)

I don't see why Prefix tries to downgrade mysql to 5.0 in the first place.


Reproducible: Always




Portage 2.2.01.18980-prefix (prefix/darwin/macos/10.5/x86, gcc-4.2.1, unavailable, 10.8.0 i386)
=================================================================
System uname: Darwin-10.8.0-i386-32bit
Timestamp of tree: Tue, 26 Jul 2011 08:07:23 +0000
distcc 3.1-toolwhip.1 i386-apple-darwin10.0 [disabled]
app-shells/bash:      4.2_p10
dev-lang/python:      2.7.2
dev-util/cmake:       2.8.4-r1
dev-util/pkgconfig:   0.25-r2
sys-devel/autoconf:   2.68
sys-devel/automake:   1.10.3, 1.11.1
sys-devel/gcc-config: 1.4.1-r00.2
sys-devel/libtool:    2.4-r01.1
sys-devel/make:       3.82
Repositories: gentoo_prefix bitcetera-prefix local
Installed sets: @system
ACCEPT_KEYWORDS="~x86-macos"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-apple-darwin9"
CFLAGS="-O2 -pipe -march=nocona"
CHOST="i686-apple-darwin9"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/portage /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=nocona"
DISTDIR="/Gentoo/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-dead_strip_dylibs"
PKGDIR="/Gentoo/usr/portage/packages"
PORTAGE_CONFIGROOT="/Gentoo/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/Gentoo/var/tmp"
PORTDIR="/Gentoo/usr/portage"
PORTDIR_OVERLAY="/Gentoo/var/lib/layman/bitcetera-prefix /Gentoo/usr/local/portage/local"
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="aqua coreaudio cracklib cxx mmx mmxext modules ncurses nls objc objc++ prefix readline sse sse2 ssl unicode x86-macos zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="Darwin" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby19" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-07-29 14:07:48 UTC
Maybe a use flag conflict?
Comment 2 Fabian Groffen gentoo-dev 2011-08-27 08:54:13 UTC
hmmm, we use everything from gx86, so this doesn't seem to be a prefix problem to me
Comment 3 Sven Schwyn (svoop) 2011-09-04 17:23:35 UTC
"dev-db/mysql **" in package.keywords fixed it
Comment 4 Fabian Groffen gentoo-dev 2011-09-04 19:46:28 UTC
I think you need some keywords in that case
Comment 5 Fabian Groffen gentoo-dev 2011-11-08 10:25:24 UTC

*** This bug has been marked as a duplicate of bug 380703 ***