Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -uD world: another obstacle
Date: Fri, 01 Feb 2008 22:35:26
Message-Id: 200802012335.14820.wonko@wonkology.org
In Reply to: Re: [gentoo-user] emerge -uD world: another obstacle by maxim wexler
1 maxim wexler writes:
2
3 > --- Alex Schuster <wonko@×××××××××.org> wrote:
4 > > maxim wexler writes:
5
6 > > I guess you need Qt version 3 for that, which is not
7 > > onstalled, according
8 > > to your emerge output: emerge -a \<qt-4
9 >
10 > localhost ~ # emerge -a \<qt-4
11 > ^^
12 > what does this do?
13
14 It emerges Qt with a version lower than 4.
15
16 The backslash "\" escapes the "<", because the shell would take it as
17 redirection character.
18
19 wonko@knork ~ --> emerge -p <qt-4
20 bash: qt-4: No such file or directory
21
22 You could also write "emerge -a '<qt-4'". In a shell script, the escaping
23 with \ or '' is not necessary.
24
25
26 > These are the packages that would be merged, in order:
27 >
28 > Calculating dependencies... done!
29 > [ebuild NS ] x11-libs/qt-3.3.8-r4 USE="cups gif
30 > ipv6 opengl -debug -doc -examples -firebird -immqt
31 > -immqt-bc -mysql -nas -nis -odbc -postgres -sqlite
32 > -xinerama"
33 >
34 > > Maybe you can also re-build Qt 4 with the qt3support
35 > > USE flag, but I guess
36 > > this would not help.
37 >
38 > How do v4 and v3 differ? If I'm in the midst of -uD
39 > world would one be preferable?
40
41 No worries, you can have both at the same time. See the [ebuild NS] output
42 above? This tells that this package is new. If it would downgrade your
43 Qt-4, you would see [ebuild UD]: something is updated to another version,
44 and this will be a downgrade. The S tells this package is slotted,
45 meaning that different versions may co-exist.
46
47 I would emerge Qt-3. You may continue your world update with
48 emerge --resume afterwards.
49
50 In case another package fails, you can add the --skipfirst option to
51 emerge, this will skip it and continue with the rest of the world update.
52 This may, however, introduce later problems, if another package needs the
53 failed one.
54
55 Wonko
56 --
57 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge -uD world: another obstacle FIXED maxim wexler <blissfix@×××××.com>