Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone Else "Ping-Ponging" with fltk?
Date: Tue, 03 Apr 2012 22:18:17
Message-Id: 20120403221546.GA17160@waltdnes.org
In Reply to: Re: [gentoo-user] Anyone Else "Ping-Ponging" with fltk? by Maxim Wexler
1 On Tue, Apr 03, 2012 at 12:48:59PM -0600, Maxim Wexler wrote
2
3 > from update -p world console o/p:
4 >
5 > <...>
6 > [ebuild NS ] x11-libs/fltk-1.3.0 [2.0_pre6970-r1] USE="threads
7 > -cairo -debug -doc -examples -games -opengl -pdf -xft -xinerama" 0 kB
8 > <...>
9 >
10 > Now portage is repeating itself. This is what I saw last update last
11 > week. Getting big yawns on irc #gentoo. Does this mean nobody knows or
12 > nobody cares what's going on? Or is there a third alternative I
13 > haven't considered?
14
15 That's what should be happening. fltk-1.3 is newer than fltk-2.0,
16 notwithstanding the screwy version numbering. Do the following...
17
18 emerge --ask --deep --update world
19 unmerge =x11-libs/fltk-2.0_pre6970-r1
20 revdep-rebuild
21
22 Assuming you've done a recent "emerge --sync", your next update will
23 *NOT* attempt to pull in fltk-2.0
24
25 --
26 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Anyone Else "Ping-Ponging" with fltk? Maxim Wexler <maxim.wexler@×××××.com>