Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] updating package.mask
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
ceejay82
n00b
n00b


Joined: 04 Aug 2011
Posts: 29
Location: Hamburg, germany

PostPosted: Wed Mar 14, 2012 10:13 pm    Post subject: [SOLVED] updating package.mask Reply with quote

Hello folks,
I installed the livedvd 2012 on my notebook this morning and try to update everything.
but when I use emerge -u world I first recieved the usual use flag msg
but after emerge -u world --autounmask-write and etc-update it is still not possible to update
I read the man pages for emerge and mask packages but still don't have a clue what to do.

here is the output I recieve
http://pastebin.com/aps9U4cj


Last edited by ceejay82 on Mon Mar 26, 2012 8:27 am; edited 1 time in total
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Wed Mar 14, 2012 11:32 pm    Post subject: Reply with quote

Ok, when portage does this to me, first I try to get past the blocks without actually masking anything. In your position, here is what I would do:
1) emerge -auvND world
a is for ask v is for verbose output, N is to check for use flag changes and D is for deep. If that does not work, then
2) emerge -auvND --backtrack=30 world
If that does not work you can try increasing your backtrack.
3) start updating several packages at a time. This can take a long time because you need to leave out the packages that are causing you problems. Hopfully if all goes well the will stop complaining after a short time and you can go back to simply using emerge -au world

I don't think you really want to use package.mask to solve your problems here, but if you really need to the file is located at
/etc/portage/package.mask
You will need to create the file. Add packages you do not want installed like this:
Code:
<foo-category>/<foo>

_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21635

PostPosted: Thu Mar 15, 2012 1:47 am    Post subject: Reply with quote

It looks like the primary problem is the Qt blockers. The quick approach is to emerge --unmerge all the Qt packages, then emerge the new ones. This will prevent you from starting Qt based programs until you are done with the migration.
Back to top
View user's profile Send private message
ceejay82
n00b
n00b


Joined: 04 Aug 2011
Posts: 29
Location: Hamburg, germany

PostPosted: Mon Mar 19, 2012 2:44 pm    Post subject: Reply with quote

thank you both a lot, i choosed Hus solution
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