I installed Mysql with portage successfully, but when I run emerge --config =dev-db/mysql-5.0.70-r1, I have the next error: !!! Your current profile is deprecated and not supported anymore. !!! Please upgrade to the following profile if possible: default/linux/x86/10.0 To upgrade do the following steps: # # SYNC AND EMERGE THE NEWEST PORTAGE BEFORE SWITCHING! # # cd /etc/ # rm make.profile # ln -s ../usr/portage/profiles/default/linux/x86/10.0 make.profile Configuring pkg... * MySQL MY_DATADIR is /var/lib/mysql * MySQL datadir found in /var/lib/mysql * A new one will not be created. !!! ERROR: dev-db/mysql-5.0.70-r1 failed. Call stack: ebuild.sh, line 1527: Called pkg_config ebuild.sh, line 1255: Called mysql_pkg_config mysql.eclass, line 830: Called built_with_use 'dev-db/mysql' 'minimal' eutils.eclass, line 1782: Called die !!! dev-db/mysql-5.0.70-r1 does not actually support the minimal USE flag! !!! If you need support, post the topmost build error, and the call stack if relevant.
> > !!! dev-db/mysql-5.0.70-r1 does not actually support the minimal USE flag! > !!! If you need support, post the topmost build error, and the call stack if > relevant. > Delete use minimal in mysql use sets, and rebuilt it. If use minimal set, ebuild not build full server support
(In reply to comment #1) > > > > !!! dev-db/mysql-5.0.70-r1 does not actually support the minimal USE flag! > > !!! If you need support, post the topmost build error, and the call stack if > > relevant. > > > > Delete use minimal in mysql use sets, and rebuilt it. > If use minimal set, ebuild not build full server support > I`m very new in Geento, and not have clear where I do this. would you like tell me more about this?
(In reply to comment #2) > I`m very new in Geento, and not have clear where I do this. would you like tell > me more about this? [1] is the handbook chapter about use flags. For your current problem: in /etc/portage/package.use should be an entry with dev-db/mysql containing minimal. Remove minimal to disable the useflag. Note that this means that someone enabled it in the past. See [2] for where to get more support. [1] http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=2 [2] http://www.gentoo.org/main/en/support.xml