]> git.saurik.com Git - apt.git/blob - test/integration/test-prevent-markinstall-multiarch-same-versionscrew
tests: support 'installed' release in insertpackage
[apt.git] / test / integration / test-prevent-markinstall-multiarch-same-versionscrew
1 #!/bin/sh
2 set -e
3
4 TESTDIR=$(readlink -f $(dirname $0))
5 . $TESTDIR/framework
6 setupenvironment
7 configarchitecture 'amd64' 'i386' 'armel'
8
9 insertpackage 'stable' 'allarchs' 'all' '1'
10 insertpackage 'unstable' 'allarchs' 'all' '2'
11
12 insertpackage 'stable,installed' 'fine' 'i386,amd64' '1' 'Multi-Arch: same'
13 insertpackage 'unstable' 'fine' 'amd64,i386' '2' 'Multi-Arch: same'
14
15 insertinstalledpackage 'fine-installed' 'i386,amd64' '1' 'Multi-Arch: same'
16 insertpackage 'stable' 'fine-installed' 'i386,amd64,armel' '1' 'Multi-Arch: same'
17 insertpackage 'unstable' 'fine-installed' 'i386,amd64' '2' 'Multi-Arch: same'
18
19 insertpackage 'stable,installed' 'out-of-sync-native' 'i386,amd64' '1' 'Multi-Arch: same'
20 insertpackage 'unstable' 'out-of-sync-native' 'amd64' '2' 'Multi-Arch: same'
21
22 insertpackage 'stable,installed' 'out-of-sync-foreign' 'i386,amd64' '1' 'Multi-Arch: same'
23 insertpackage 'unstable' 'out-of-sync-foreign' 'i386' '2' 'Multi-Arch: same'
24
25 insertinstalledpackage 'out-of-sync-gone-native' 'i386,amd64' '1' 'Multi-Arch: same'
26 insertpackage 'stable' 'out-of-sync-gone-native' 'i386' '1' 'Multi-Arch: same'
27 insertpackage 'unstable' 'out-of-sync-gone-native' 'i386' '2' 'Multi-Arch: same'
28
29 insertinstalledpackage 'out-of-sync-gone-foreign' 'i386,amd64' '1' 'Multi-Arch: same'
30 insertpackage 'stable' 'out-of-sync-gone-foreign' 'amd64' '1' 'Multi-Arch: same'
31 insertpackage 'unstable' 'out-of-sync-gone-foreign' 'amd64' '2' 'Multi-Arch: same'
32
33 insertpackage 'stable' 'libsame2' 'i386' '1' 'Multi-Arch: same'
34 insertpackage 'unstable' 'libsame2' 'amd64' '2' 'Multi-Arch: same'
35 insertpackage 'unstable' 'depender2' 'all' '2' 'Depends: libsame2 (= 2)'
36 insertpackage 'stable' 'libsame3' 'i386' '1' 'Multi-Arch: same'
37 insertpackage 'unstable' 'libsame3' 'i386,amd64' '3' 'Multi-Arch: same'
38 insertpackage 'unstable' 'depender3' 'all' '3' 'Depends: libsame3 (= 3)'
39 setupaptarchive
40
41 testequal 'Reading package lists...
42 Building dependency tree...
43 Calculating upgrade...
44 The following packages will be REMOVED:
45 out-of-sync-gone-foreign:i386 out-of-sync-gone-native
46 The following packages have been kept back:
47 out-of-sync-foreign:i386 out-of-sync-native
48 The following packages will be upgraded:
49 fine fine:i386 fine-installed fine-installed:i386 out-of-sync-gone-foreign
50 out-of-sync-gone-native:i386
51 6 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
52 Remv out-of-sync-gone-foreign:i386 [1]
53 Remv out-of-sync-gone-native [1]
54 Inst fine [1] (2 unstable [amd64]) [fine:amd64 on fine:i386] [fine:i386 on fine:amd64] [fine:i386 ]
55 Inst fine:i386 [1] (2 unstable [i386])
56 Inst fine-installed [1] (2 unstable [amd64]) [fine-installed:amd64 on fine-installed:i386] [fine-installed:i386 on fine-installed:amd64] [fine-installed:i386 ]
57 Inst fine-installed:i386 [1] (2 unstable [i386])
58 Inst out-of-sync-gone-foreign [1] (2 unstable [amd64])
59 Inst out-of-sync-gone-native:i386 [1] (2 unstable [i386])
60 Conf fine:i386 (2 unstable [i386])
61 Conf fine (2 unstable [amd64])
62 Conf fine-installed:i386 (2 unstable [i386])
63 Conf fine-installed (2 unstable [amd64])
64 Conf out-of-sync-gone-foreign (2 unstable [amd64])
65 Conf out-of-sync-gone-native:i386 (2 unstable [i386])' aptget dist-upgrade -s #-o Debug::pkgDepCache::Marker=1
66
67 rm rootdir/var/lib/dpkg/status
68 insertinstalledpackage 'libsame2' 'i386' '1' 'Multi-Arch: same'
69 insertinstalledpackage 'libsame3' 'i386' '1' 'Multi-Arch: same'
70
71 # the error message isn't great, but better than nothing, right?
72 testequal 'Reading package lists...
73 Building dependency tree...
74 Some packages could not be installed. This may mean that you have
75 requested an impossible situation or if you are using the unstable
76 distribution that some required packages have not yet been created
77 or been moved out of Incoming.
78 The following information may help to resolve the situation:
79
80 The following packages have unmet dependencies:
81 depender2 : Depends: libsame2 (= 2) but it is not going to be installed
82 E: Unable to correct problems, you have held broken packages.' aptget install depender2 -s
83
84 testequal 'Reading package lists...
85 Building dependency tree...
86 The following extra packages will be installed:
87 libsame3:i386 libsame3
88 The following NEW packages will be installed:
89 depender3 libsame3
90 The following packages will be upgraded:
91 libsame3:i386
92 1 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
93 Inst libsame3:i386 [1] (3 unstable [i386])
94 Inst libsame3 (3 unstable [amd64])
95 Inst depender3 (3 unstable [all])
96 Conf libsame3:i386 (3 unstable [i386])
97 Conf libsame3 (3 unstable [amd64])
98 Conf depender3 (3 unstable [all])' aptget install depender3 -s