I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
update world, but it may corrupt my system.
Any ideas?
Thanks.
Hi,
#emerge -C mktemp
#emerge -upvDN world
#revdep-rebuild
#Dynamic linking on your system is consistent... All done.
So, everything seems ok
Cheers
Jacques
--
gentoo-user@lists.gentoo.org mailing list
04-14-2008, 10:35 AM
Emil Beinroth
portage conflict
On Mon, Apr 14, 2008 at 01:21:24PM +0300, Sergey Kobzar wrote:
> I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
> update world, but it may corrupt my system.
coreutils are rather important, they provide things like rm and ls.
unmerge mktemp and merge coreutils directly afterwards. That worked for
me.
HTH, Emil
--
Emil Beinroth
83059 Kolbermoor | Germany
You were a werejackal.
You were unlucky.
You are dead.
04-14-2008, 10:50 AM
Etaoin Shrdlu
portage conflict
On Monday 14 April 2008, 12:21, Sergey Kobzar wrote:
> # emerge -upvDN world
>
> These are the packages that would be merged, in order:
>
> Calculating world dependencies... done!
> [ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE="-acl -ipv6
> -static -xinetd" 793 kB [ebuild U ] sys-apps/coreutils-6.10-r1
> [6.9-r1] USE="nls -acl (-selinux) -static -vanilla% -xattr" 3,670 kB
> [blocks B ] sys-apps/mktemp (is blocking
> sys-apps/coreutils-6.10-r1) [blocks B ] >=sys-apps/coreutils-6.10
> (is blocking sys-apps/mktemp-1.5)
>
> Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB
>
>
> and can't update world.
>
> I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
> update world, but it may corrupt my system.
Unmerge mktemp, since it's now provided by coreutils. See also bug
#207118.
--
gentoo-user@lists.gentoo.org mailing list
04-14-2008, 01:43 PM
portage conflict
Selon Sergey Kobzar <tod.zullu@gmail.com>:
> After portage tree update I have
>
>
> # emerge -upvDN world
>
> These are the packages that would be merged, in order:
>
> Calculating world dependencies... done!
> [ebuild U ] net-misc/rsync-2.6.9-r6 [2.6.9-r5] USE="-acl -ipv6 -static
> -xinetd" 793 kB
> [ebuild U ] sys-apps/coreutils-6.10-r1 [6.9-r1] USE="nls -acl (-selinux)
> -static -vanilla% -xattr" 3,670 kB
> [blocks B ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
> [blocks B ] >=sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)
>
> Total: 2 packages (2 upgrades, 2 blocks), Size of downloads: 4,462 kB
>
>
> and can't update world.
>
> I thought unmerge sys-apps/coreutils or sys-apps/mktemp and then
> update world, but it may corrupt my system.
DO NOT, repeat DO NOT, under any circumstance unmerge coreutils.
You would find yourself without the most commonly used commands:
cat, ls, cp, mv, ln, id, chmod, chgrp, chown, tr, cut, join, split, mkdir,
mknod, mkfifo, nice, nohup, paste...
about 100 of them. Then emerge can't work anymore (and a few more scripts).
You're stuck.
I know, I did it once. Getting back a working system was hairy...
--
gentoo-user@lists.gentoo.org mailing list