Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Changed /var/cache/edb/world to pin release, but didn't work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
rlyacht
Apprentice
Apprentice


Joined: 17 Apr 2002
Posts: 170

PostPosted: Thu May 08, 2003 10:20 pm    Post subject: Changed /var/cache/edb/world to pin release, but didn't work Reply with quote

I don't want to install xfree 4.3, so I put some entries in the 'world' file like so:
Code:

robt@tal robt $ grep ^= /var/cache/edb/world
=x11-base/xfree-4.2.1-r2
=media-libs/freetype-2.1.3-r2

But when I do emerge -up world, it wants to emerge xfree 4.3:
Code:

robt@tal robt $ sudo emerge -up world
Password:

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild    U ] media-libs/freetype-2.1.4 [2.1.3-r2]
[ebuild    U ] x11-misc/ttmkfdir-3.0.9 [3.0.4]
[ebuild    U ] x11-base/xfree-4.3.0-r2 [4.2.1-r2]
[ebuild    U ] dev-lang/tk-8.3.4-r1 [8.3.4]
[ebuild    U ] sys-kernel/gentoo-sources-2.4.20-r4 [2.4.20-r2]

What am I doing wrong?
_________________
It's spelled Raymond Luxury-Yacht, but it's pronounced Throat-Warbler Mangrove.
Back to top
View user's profile Send private message
dberkholz
Developer
Developer


Joined: 18 Mar 2003
Posts: 1008
Location: Rochester, MN, USA

PostPosted: Sat May 31, 2003 9:12 pm    Post subject: Reply with quote

You could put package.mask in a portage overlay, and do the same.

Contents of package.mask in overlay:
>=xfree-4.3.0
Back to top
View user's profile Send private message
robmoss
Retired Dev
Retired Dev


Joined: 27 May 2003
Posts: 2634
Location: Jesus College, Oxford

PostPosted: Sun Jun 01, 2003 3:41 pm    Post subject: Reply with quote

Have you also made sure that in your USE flags in /etc/make.conf you have

Code:
USE="-X"


by any chance? This should stop portage from trying to install the X components of any packages you want to merge.
Back to top
View user's profile Send private message
rlyacht
Apprentice
Apprentice


Joined: 17 Apr 2002
Posts: 170

PostPosted: Sun Jun 01, 2003 4:36 pm    Post subject: Reply with quote

Thanks for the advice. In the meantime, it has started working! I believe it started working after a recent update to portage. I find it odd, since I'd think this would be a widely known problem, and I was assuming it was my fault ...
_________________
It's spelled Raymond Luxury-Yacht, but it's pronounced Throat-Warbler Mangrove.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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