Merge lp:~brian-murray/apport/no-devel-proposed into lp:~ubuntu-archive/apport/lp-retracer-config

Proposed by Brian Murray
Status: Merged
Merged at revision: 40
Proposed branch: lp:~brian-murray/apport/no-devel-proposed
Merge into: lp:~ubuntu-archive/apport/lp-retracer-config
Diff against target: 41 lines (+6/-6)
2 files modified
Ubuntu 19.04/sources-ports.list (+3/-3)
Ubuntu 19.04/sources.list (+3/-3)
To merge this branch: bzr merge lp:~brian-murray/apport/no-devel-proposed
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Ubuntu Package Archive Administrators Pending
Review via email: mp+363629@code.launchpad.net

Description of the change

apport-retrace is failing to retrace crashes from disco because there is a new glibc in -proposed for disco and the gdb sandbox code installs gdb and its dependencies which include glibc. Subsequently, glibc 2.29... gets install but crash reports are using glibc 2.28... and then there is a mismatch between the core file and the installed libraries. Thinking about it more we do not recommend that people have -proposed enabled for the development release and most people do not, so the easiest solution is to disable -proposed from the sources.list files until the release is stable.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

How do we track that this needs changing when the release goes stable? Also, does this mean that retraces will always fail across any release that has an SRU of glibc in progress?

Revision history for this message
Brian Murray (brian-murray) wrote :

> How do we track that this needs changing when the release goes stable?

We already have to add -updates to the ddebs.ubuntu.com sources entries when the release becomes stable so its just one more thing to do.

> Also, does this mean that retraces will always fail across any release that has an
> SRU of glibc in progress?

If its a major version bump e.g. 2.28 to 2.29 I guess, however looking at the currently supported releases there hasn't been an SRU like that.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ubuntu 19.04/sources-ports.list'
2--- Ubuntu 19.04/sources-ports.list 2018-10-30 16:10:37 +0000
3+++ Ubuntu 19.04/sources-ports.list 2019-02-25 19:45:08 +0000
4@@ -1,13 +1,13 @@
5 deb http://ports.ubuntu.com/ disco main restricted universe multiverse
6 deb http://ports.ubuntu.com/ disco-updates main restricted universe multiverse
7-deb http://ports.ubuntu.com/ disco-proposed main restricted universe multiverse
8+#deb http://ports.ubuntu.com/ disco-proposed main restricted universe multiverse
9 deb http://ports.ubuntu.com/ disco-security main restricted universe multiverse
10
11 deb-src http://ports.ubuntu.com/ disco main restricted universe multiverse
12 deb-src http://ports.ubuntu.com/ disco-updates main restricted universe multiverse
13-deb-src http://ports.ubuntu.com/ disco-proposed main restricted universe multiverse
14+#deb-src http://ports.ubuntu.com/ disco-proposed main restricted universe multiverse
15 deb-src http://ports.ubuntu.com/ disco-security main restricted universe multiverse
16
17 deb http://ddebs.ubuntu.com disco main restricted universe multiverse
18 deb http://ddebs.ubuntu.com disco-updates main restricted universe multiverse
19-deb http://ddebs.ubuntu.com disco-proposed main restricted universe multiverse
20+#deb http://ddebs.ubuntu.com disco-proposed main restricted universe multiverse
21
22=== modified file 'Ubuntu 19.04/sources.list'
23--- Ubuntu 19.04/sources.list 2018-10-30 16:10:37 +0000
24+++ Ubuntu 19.04/sources.list 2019-02-25 19:45:08 +0000
25@@ -1,13 +1,13 @@
26 deb http://archive.ubuntu.com/ubuntu/ disco main restricted universe multiverse
27 deb http://archive.ubuntu.com/ubuntu/ disco-updates main restricted universe multiverse
28-deb http://archive.ubuntu.com/ubuntu/ disco-proposed main restricted universe multiverse
29+#deb http://archive.ubuntu.com/ubuntu/ disco-proposed main restricted universe multiverse
30 deb http://security.ubuntu.com/ubuntu/ disco-security main restricted universe multiverse
31
32 deb-src http://archive.ubuntu.com/ubuntu/ disco main restricted universe multiverse
33 deb-src http://archive.ubuntu.com/ubuntu/ disco-updates main restricted universe multiverse
34-deb-src http://archive.ubuntu.com/ubuntu/ disco-proposed main restricted universe multiverse
35+#deb-src http://archive.ubuntu.com/ubuntu/ disco-proposed main restricted universe multiverse
36 deb-src http://security.ubuntu.com/ubuntu/ disco-security main restricted universe multiverse
37
38 deb http://ddebs.ubuntu.com disco main restricted universe multiverse
39 deb http://ddebs.ubuntu.com disco-updates main restricted universe multiverse
40-deb http://ddebs.ubuntu.com disco-proposed main restricted universe multiverse
41+#deb http://ddebs.ubuntu.com disco-proposed main restricted universe multiverse

Subscribers

People subscribed via source and target branches