From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.62)
	(envelope-from <gentoo-user+bounces-57854-garchives=archives.gentoo.org@gentoo.org>)
	id 1H2uDZ-0000se-Dr
	for garchives@archives.gentoo.org; Fri, 05 Jan 2007 18:55:05 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l05IqpOG023240;
	Fri, 5 Jan 2007 18:52:51 GMT
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l05Iogu0031914
	for <gentoo-user@lists.gentoo.org>; Fri, 5 Jan 2007 18:50:43 GMT
Received: by wx-out-0506.google.com with SMTP id i30so10003011wxd
        for <gentoo-user@lists.gentoo.org>; Fri, 05 Jan 2007 10:50:42 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type;
        b=ssI8xvj1WzFnhREy4kgYagmO5sB2qAXCVrjl0qDmwHnYRdC6ysJcsUt18oDuQTYPN+LsA3OXlZo012ahUpBgpQhxrvZ7D20fEFVbUYEec8rU+tXLg5ZtVcgliUfGCnM6TwmAue+Y16EjYYLC+U/cGtxLAYKDy0I77euQBHwuN4M=
Received: by 10.90.36.9 with SMTP id j9mr7322215agj.1168023042326;
        Fri, 05 Jan 2007 10:50:42 -0800 (PST)
Received: by 10.90.56.16 with HTTP; Fri, 5 Jan 2007 10:50:42 -0800 (PST)
Message-ID: <7225537e0701051050g1b1669d7m9cb142574e545691@mail.gmail.com>
Date: Fri, 5 Jan 2007 13:50:42 -0500
From: "Shawn Singh" <callmeshawn@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Error when trying to emerge --update --deep --newuse world
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_33638_15946207.1168023042298"
X-Archives-Salt: 30c371be-936d-4cb9-babd-79103fbad63b
X-Archives-Hash: 9a0bdcea0fb2710bac1ae5422a34c89a

------=_Part_33638_15946207.1168023042298
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hey all,

I installed Gentoo 2006.1.

I ran either:

emerge-webrsync // because I can't rsync through my company's firewall

or

emerge --update --deep world ... it revealed that I need portage needed
updating ...

so I:

emerge portage ...

I also installed mysql, php, apache and mediawiki. Mediawiki required me to
set pcre mysql and session in my USE ... I only need to add mysql the other
2 were already there. After installing that software I wanted to update my
system, so I ran

emerge --update --deep --newuse world

... here's the info ...

Error: the sys-apps/coldplug package conflicts with another package;
         the two packages cannot be installed on the same system together.
         ...

I then did ...

emerge --pretend --update --deep --newuse world > output_file

followed by:

grep blocks output_file

[blocks B     ] sys-apps/coldplug (is blocking sys-fs/udev-103)

I can't emerge: sys-fs/udev-103 or udev-103 b/c that's not a valid package
atom ...

What do I need to do to resolve this?

This installation is for a VM that I'm preparing for use at work. Currently
I've got a standalone machine that this will be replacing ... that machine
is running 2006.0. I've not tried to update it yet, and wanted to wait until
I've migrated my mediawiki install from that 2006.0 machine to the new
machine.

Thanks,

Shawn

"Most problems go away if you just wait long enough. It might look like I'm
standing motionless but I'm actively waiting for our problems to go away. I
don't know why this works but it does."
Scott Adams, Dilbert comic

------=_Part_33638_15946207.1168023042298
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hey all,<br><br>I installed Gentoo 2006.1.<br><br>I ran either:<br><br>emerge-webrsync // because I can&#39;t rsync through my company&#39;s firewall<br><br>or<br><br>emerge --update --deep world ... it revealed that I need portage needed updating ...
<br><br>so I:<br><br>emerge portage ...<br><br>I also installed mysql, php, apache and mediawiki. Mediawiki required me to set pcre mysql and session in my USE ... I only need to add mysql the other 2 were already there. After installing that software I wanted to update my system, so I ran
<br><br>emerge --update --deep --newuse world<br><br>... here&#39;s the info ...<br><br>Error: the sys-apps/coldplug package conflicts with another package;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the two packages cannot be installed on the same system together.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br><br>I then did ...<br><br>emerge --pretend --update --deep --newuse world &gt; output_file <br><br>followed by:<br><br>grep blocks output_file<br><br>[blocks B&nbsp;&nbsp;&nbsp;&nbsp; ] sys-apps/coldplug (is blocking sys-fs/udev-103)
<br><br>I can&#39;t emerge: sys-fs/udev-103 or udev-103 b/c that&#39;s not a valid package atom ...<br><br>What do I need to do to resolve this?<br><br>This installation is for a VM that I&#39;m preparing for use at work. Currently I&#39;ve got a standalone machine that this will be replacing ... that machine is running 
2006.0. I&#39;ve not tried to update it yet, and wanted to wait until I&#39;ve migrated my mediawiki install from that 2006.0 machine to the new machine.<br><br>Thanks,<br><br>Shawn<br clear="all"><br>&quot;Most problems go away if you just wait long enough. It might look like I&#39;m standing motionless but I&#39;m actively waiting for our problems to go away. I don&#39;t know why this works but it does.&quot;
<br>Scott Adams, Dilbert comic<br>

------=_Part_33638_15946207.1168023042298--
-- 
gentoo-user@gentoo.org mailing list