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