Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -C bash, coreutils and mktemp?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
SnowCrashv5
n00b
n00b


Joined: 25 Jan 2008
Posts: 27

PostPosted: Mon Jun 16, 2008 2:10 am    Post subject: emerge -C bash, coreutils and mktemp? Reply with quote

Following the instructions here: http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml#doc_chap2

It states the following:
Quote:

Recompiling only the packages that have already been updated since the release or that are affected by your new USE flags will take enough time. You might also have to remove packages that block your upgrade. Look for "[blocks B ]" in the output of emerge -vpuD --newuse world and use emerge -C to remove them.


Doing a # emerge -vpuD --newuse world gives me the following results as [blocks b]

portage is blocking bash
mktemp is blocking coreutils
coreutils is blocking mktemp

So following the tutorial I can't really go futher, it suggests to emerge -C any block b packages, but i don't feel comfortable removing bash, or coreutils for that matter. Wouldn't this bork the system?
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Mon Jun 16, 2008 3:08 am    Post subject: Reply with quote

Yes, it would bork the system. Don't to it that way. If you search around (use google with site:forums.gentoo.org), you will find several threads on this very issue that may help you. :)
Back to top
View user's profile Send private message
gentoo-dev
Apprentice
Apprentice


Joined: 24 Jan 2006
Posts: 172

PostPosted: Mon Jun 16, 2008 10:55 am    Post subject: Reply with quote

Quick guide wrote:
Summary: The Quick install guide covers the Gentoo install process in a non-verbose manner. Its purpose is to allow users to perform a stage3 install in no time. Users should already have prior experience with installing Gentoo Linux if they want to follow this guide....

New users should read the Handbook as it gives a better overview about the installation process.
This guide is apparently not suited to your level of experience, use the regular handbook.
For an easier post-install upgrade, you might want to use a more recent stage3 from funtoo.org
Back to top
View user's profile Send private message
zyko
l33t
l33t


Joined: 01 Jun 2008
Posts: 620
Location: Munich, Germany

PostPosted: Mon Jun 16, 2008 11:40 am    Post subject: Reply with quote

Get rid of mktemp, since coreutils recently adopted mktemp's function.

Obviously you don't want to unmerge portage and bash (duh). I believe the correct way to handle this blockage is something along the lines of

Code:
# emerge --oneshot =app-shells/bash-3.2_p17-r1
# emerge --oneshot sys-apps/portage
# emerge --oneshot app-shells/bash


See https://forums.gentoo.org/viewtopic-t-691569.html
Back to top
View user's profile Send private message
PopeJohnPaulII
n00b
n00b


Joined: 25 Sep 2007
Posts: 23

PostPosted: Mon Jun 16, 2008 1:21 pm    Post subject: Reply with quote

I know I recently ran into this problem, but for me unmerging
Code:
mktemp
and then emerging the newest version of coreutils (which now includes mktemp) the problem is no more.
_________________
Kernel: 2.6.24-zen3
User:PopeJohnPaulII @ Gentoo-Wiki
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum