Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with quickpkg mysql
Date: Wed, 14 Mar 2007 08:55:47
Message-Id: 200703140950.23891.bo.andresen@zlin.dk
In Reply to: [gentoo-user] problem with quickpkg mysql by Rodrigo Lazo
1 On Tuesday 13 March 2007 23:38:04 Rodrigo Lazo wrote:
2 > hi everybody,
3 >
4 > I have this problem. On my system I ran
5 >
6 > mash rodrigo # quickpkg mysql
7 > * Building package for mysql-5.0.26-r2 ...
8 > [ ok ]
9 >
10 > * Packages now in /usr/portage/packages:
11 > * mysql-5.0.26-r2: 16M
12
13 What is the output of:
14
15 # grep sys-apps/mysql /var/db/pkg/dev-db/mysql-5.0.26-r2/*
16
17 ?
18
19 > and on a chroot enviroment I try (both systems share the portage tree)
20 >
21 > (chroot) mash / # emerge -k mysql
22 > Calculating dependencies -
23 > emerge: there are no ebuilds to satisfy "sys-apps/mysql".
24 > (dependency required by "dev-db/mysql-5.0.26-r2" [binary])
25 >
26 > as you can see a weird "sys-apps/mysql" is shown as a dependency.
27 >
28 > Any ideas?
29
30 # grep -h sys-apps/mysql $(portageq portdir)/profiles/updates/*
31 move sys-apps/mysql dev-db/mysql-init-scripts
32
33 So sys-apps/mysql has been pkgmove'd to dev-db/mysql-init-scripts...
34
35 --
36 Bo Andresen