Gentoo Archives: gentoo-portage-dev

From: Markus Duft <mduft@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] --nodeps faulty behaviour?
Date: Mon, 20 Apr 2009 06:37:07
Message-Id: 1240209306.1512.6.camel@localhost
1 Hi!
2
3 I have a quick question: is --nodeps supposed to still merge packages in
4 the right order?
5
6 my specific problem is, that when i do this:
7
8 emerge -pv --noreplace --oneshot --nodeps \
9 sys-devel/gcc-config \
10 sys-devel/gcc \
11 libperl perl help2man texinfo \
12 "=autoconf-2.1*" "=autoconf-2.6*" "autoconf-wrapper" \
13 "=automake-1.4*" "=automake-1.5*" "=automake-1.6*" \
14 "=automake-1.7*" "=automake-1.8*" "automake-wrapper" \
15 wget
16
17 i get this:
18
19 These are the packages that would be merged, in order:
20
21 [ebuild N ] sys-apps/texinfo-4.12 USE="-nls -static" 0 kB
22 [ebuild N ] sys-devel/autoconf-2.13 0 kB
23 [ebuild N ] sys-devel/autoconf-2.63-r1 USE="(-emacs)" 0 kB
24 [ebuild N ] sys-devel/automake-1.4_p6 0 kB
25 [ebuild N ] sys-devel/automake-1.5 0 kB
26 [ebuild N ] sys-devel/automake-1.6.3 0 kB
27 [ebuild N ] sys-devel/automake-1.7.9-r1 0 kB
28 [ebuild N ] sys-devel/automake-1.8.5-r3 0 kB
29 [ebuild N ] net-misc/wget-1.11.4 USE="-debug (-ipv6) -nls -socks5
30 -ssl -static" 0 kB
31 [ebuild N ] sys-devel/gcc-config-1.4.1-r00.1 0 kB
32 [ebuild N ] sys-devel/libperl-5.8.8-r2 USE="-berkdb -debug -gdbm
33 -ithreads" 0 kB
34 [ebuild N ] dev-lang/perl-5.8.8-r5 USE="-berkdb -build -debug -doc
35 -gdbm -ithreads -perlsuid" 0 kB
36 [ebuild N ] sys-apps/help2man-1.36.4 USE="-nls" 0 kB
37 [ebuild N ] sys-devel/autoconf-wrapper-6-r00.1 0 kB
38 [ebuild N ] sys-devel/automake-wrapper-3-r1 0 kB
39
40
41 but texinfo DEPENDs on help2man - thus it fails to build. as a workaroun
42 i split the merges into several ones which preserve dependency order,
43 but i feel that portage should do it.. what do you think?
44
45 Administrator opt $ emerge --info
46 Portage 2.2.00.13346-prefix (prefix/windows/interix/5.2/x86, gcc-4.2.4,
47 unavailable, 5.2 x86)
48 =================================================================
49 System uname: Interix-5.2-x86-32bit
50 Timestamp of tree: Thu, 16 Apr 2009 07:36:49 +0000
51 app-shells/bash: 3.2_p48-r1
52 dev-lang/python: 2.5.4-r2, 2.6.1-r1
53 sys-devel/autoconf: 2.63-r1
54 sys-devel/automake: 1.9.6-r2, 1.10.2-r00.1
55 sys-devel/binutils: 2.18-r4
56 sys-devel/gcc-config: 1.4.1-r00.1
57 sys-devel/libtool: 2.2.6a
58 ACCEPT_KEYWORDS="~x86-interix"
59 ....
60
61 Cheers, Markus

Replies